- 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
Structured Text Components: Constructs
Program constructs alone or nest within other constructs.
If | Use this construct |
Doing something if or when specific conditions occur | IF. . . THEN |
Selecting what to do based on a numerical value | CASE. . . OF |
Doing something a specific number of times before doing anything else | FOR. . . DO |
Continuing doing something when certain conditions are true | WHILE. . . DO |
Continuing doing something until a condition is true | REPEAT. . . UNTIL |
Some Key Words are Reserved
These constructs are not available:
- GOTO
- REPEAT
Logix Designer
application will not let you use them as tag names or constructs.Provide Feedback