- Studio 5000 Logix Designer
- Tasks, programs, and routines
- Add-On Instructions
- Controller Organizer
- Logical Organizer
- Alarms
- Tag-based alarms
- Tag Editor and Data Monitor
- Configure settings for Tag Editor and Data Monitor
- Equipment phases
- Equipment Sequences
- Equipment Sequence Diagrams
- Ladder Editor
- Structured Text Editor
- Sequential Function Chart Editor
- Define the steps of an SFC process
- PlantPAx instruction properties
- Controller Properties
- Editing Controller Properties
- Controller Security
- Source Protection
- License Source Protection for Routines and Add-On Instructions
- Module Information
- 1756 ControlLogix I/O Modules
- Instruction Set
Transition
The Transition determines if the controller goes on to execute the next step.
A Transition in a sequential function chart (SFC) is the true or false condition that tells the controller when to go to the next step. The transition defines the physical conditions that must occur or change in order go to the next step.
Available Languages
Ladder Diagram |
Not Available |
Function Block |
Not Available |
Sequential Function Chart |
Transition |
![]() |
Structured Text |
Not Available |
Operands
Sequential Function Chart
Operand | Type | Format | Description |
Transition | BOOL | tag | a transition is the true or false condition that tells the controller when to go to the next step |
Description
Each transition use a backing tag that uses the BOOL data type.
If the transition is | The value is | And |
true | 1 | the controller goes to the next step. |
false | 0 | the controller continues to execute the current step. |
Provide Feedback