- 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
SASI instruction examples
The examples show the SASI instruction as it appears in a ladder diagram and in structured text.
Ladder Diagram Example
TIP:
The Sequence ID parameter can be a STRING tag in which the identifier is stored, or a quoted string containing up to 82 characters.
Structured Text Example
if (IdControl) then
SASI (Make_Product_101, NewId, Results);
end_if;
Provide Feedback