- 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
Equipment Sequence instructions
The table lists the command instructions for
Equipment Sequence
s. The instructions are available for routines that use the Ladder Diagram and the Structured Text programming languages. They are not available for use in routines that use the Function Block and the Sequential Function Chart programming languages.Instruction | Description | Structured Text format |
Attach to Equipment Sequence (SATT) | Request that the parent program of the user routine be the owner of the Equipment Sequence . | SequenceName, Result |
Detach from Equipment Sequence (SDET) | Release ownership of an Equipment Sequence . | SequenceName |
Equipment Sequence Command (SCMD) | Send a command to the Equipment Sequence . | SequenceName, Command, Result |
Equipment Sequence Clear Failure (SCLF) | Clear the failure code of an Equipment Sequence . | SequenceName |
Equipment Sequence Override (SOVR) | Send a HOLD, STOP, or ABORT command to an Equipment Sequence , regardless of ownership. | SequenceName, Command, Result |
Equipment Sequence Assign Sequence Identifier (SASI) | Assign an ID string to the Equipment Sequence . | SequenceName, Sequence ID, Result |
Provide Feedback