Logix Designer - Change Mode
How do I change mode?
To change from
Automatic
mode to Manual
mode, click the Automatic Mode
icon . To change from
Manual
mode to Automatic
mode, click the Manual Mode
icon .The
Change Mode
icon is visible when you are online with the Logix Designer
application and have an
Equipment Sequence diagram open in one of the language editors.Use the change mode button to toggle an
Equipment Sequence
between Automatic
and Manual
mode.A sequence can operate in
Automatic
mode or Manual
mode. Use
Automatic
mode to:- Automatically advance the set of active sequence elements when a transition expression evaluates TRUE. This means all steps running immediately above the transition will be stopped and reset, and all steps immediately below the transition will be acquired, attached, and started.
- Command the sequence using theStart,Hold,Stop,Abort,Restart, andResetcommands. The operator may also command transitions to force their expressions to evaluate TRUE, advancing the Equipment Sequence. Individual steps are only commanded by the sequencing engine.
Use
Manual
mode to:- Prevent theEquipment Sequencefrom being automatically advanced by the sequencing engine so you can either command steps directly or change the active steps to be run. When a transition expression evaluates TRUE inManualmode, the Equipment Sequence does not advance.
- Command steps to command the associatedEquipment Phase.
Provide Feedback