Downloads
What is this for?
This document describes the implementation of a process strategy using the Sequencer library for industrial processes using PlantPAx technologies, in conjunction with Studio 5000 Logix Designer and FactoryTalk View.
Its purpose is to serve as a practical reference guide for the development of sequence-based applications, enabling the construction of standardized, reusable, and scalable solutions, aligned with best practices in industrial automation.
Using this approach, it is possible to:
- Reduce complexity during development
- Improve system maintainability
- Ensure consistent operation across different processes or plant units
Is this useful to me?
This solution is geared towards different profiles within the industrial environment:
- Automation engineers - It allows the implementation of control strategies in a structured way using standard PlantPAx libraries, facilitating the development of modular logic that is organized and aligned with modern distributed control architectures.
- Plant operators - It provides intuitive and consistent graphical interfaces for monitoring and controlling sequences, improving process visibility, reducing operational errors, and facilitating interaction with the system.
Please note: You will need to agree to the Terms & Conditions for each download.
Need Help?
If you need help with an application or have feedback from the Innovation Center, please contact us.
How can I make it work?
Requirements: products, tools, prior knowledge.
To implement this solution, the following environment is required:
- Hardware:
- ControlLogix/CompactLogix Controller
- HMI Station
- Software:
- Studio 5000 Logix Designer
- FactoryTalk View
- PlantPAx Process Library
Implementation Guide
- Step 1
- Step 2
- Step 3
- Step 4
- Step 5
- Step 6
- Step 7
- Step 8
- Step 9
- Step 10
- Step 11
- Step 12
- Step 13
- Step 14
Definition of devices: valves, pumps and sensors.
Studio5000
It is assumed that the project already has the necessary equipment connected and created in the Studio5000 program, which in this case will be: 5 valves, 1 level sensor, and 2 pumps, and that these are already imported into the sequencer routine that is already within the PlantPAx libraries, named: CS_raP_Opr_Seq
Import Sequencer routine from PlantPAx into Studio 5000.
In Studio 5000 Logix Designer:
- Import from the PlantPAx libraries the routine: P_Seq (CS_raP_Opr_Seq)
- Select the corresponding routine
tank-sequences-with-library-sequencer_Imagen3.png
Configure digital and analog inputs and outputs.
Within the created routine, the main blocks are identified:
Optimize Ladder logic for multiple devices.
Develop HMI in FactoryTalk View using Global Objects.
In FactoryTalk View:
- Open the HMI project
- Verify that the PlantPAx libraries are available
Once the PlantPAx libraries are inside our project in View, we go to the Global Objects section and locate the project with the name: (raP-5_20-SE) Graphic Symbols - raP_Opr_Seq
tank-sequences-with-library-sequencer_Imagen9.png
Check Sequencer blocks.
When we open the file for studio5000 we have the following:
tank-sequences-with-library-sequencer_Imagen12.png
Then, when we open the Normal section in the tree, we find the routine where the sequence is created, which is named A03_RTANK:
tank-sequences-with-library-sequencer_Imagen13.png
Accessing the HMI application.
When you open the corresponding file (for example: “PlantPAx Sequencer.cli”), the main screen (Overview) appears, which displays:
- General state of the system
- Process indicators
- Control button for executing the sequence
This screen serves as the central point of interaction for the operator.
Now, when we open the file “PlantPAx Sequencer.cli” we have the following:
Sequence Inspection.
Review of sequence properties.
Within the detail view:
- Access the “Starting” section (or corresponding initial stage)
- Here you can review the properties of each step, including:
- Related entries
- Conditions necessary to advance to the next stage
- Digital outputs
- Actuation of valves, pumps or other devices
- Analog outputs
- Continuous control variables, if configured
This analysis allows validating the correct configuration and behavior of the process.
Process Execution.
To execute the sequence:
- Press the Start button within the sequencer interface
When running for the first time, it is recommended to validate that all initial conditions of the process are in a safe state.
Once started:
- The sequencer will begin executing each step sequentially.
- The transitions will depend on the conditions configured in the logic
Tank Sequences with Library Sequencer
Version 1.0 - July 2026