- 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
Understand a Programming example
This figure shows rungs to redefine the axis position of a motion control application program using the Motion Arm Watch (MAW) instruction.
Watch Position Example
This example shows the ladder logic to:
- Create a watch position event
- Enable an output when the trigger condition occurs.
Rung 0:
This rung arms a watch position event for Axis_1 when the arm_ watch bit transitions from false to true
When the MAW instruction begins executing, the Axis_1.WatchEvStatus bit resets. This bit sets when the actual position of 500 in the forward direction.
Rung 1:
This rung enables the cut output when the watch position occurs. (The MAW_1.PC bit sets when the watch position occurs.)

The Motion Disarm Watch (MDW) instruction is used to disarm watch position event checking for the specified axis.
Provide Feedback