- 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
Guidelines for SOVR instructions
Use the
Equipment Sequence
Override (SOVR) instruction to send a HOLD, STOP, or ABORT command to an Equipment Sequence
, regardless of ownership.
IMPORTANT:
The SOVR instruction is intended for emergencies only. Control Engineers should use caution when deciding to use it.
Equipment Sequence
Override (SOVR) instruction.Guideline | Details |
Make sure you want to override other owners. | Under most circumstances, use the SCMD instruction to programmatically command an Equipment Sequence . However, use the SOVR instruction to command an Equipment Sequence under these conditions:
|
Limit execution of the SOVR instruction to a single scan. | Limit the execution of the SOVR instruction to a single scan. Each command applies to only a specific state or states. Once the Equipment Sequence changes state, the command is no longer valid. To limit execution, use methods such as:
|
Avoid making unnecessary command requests if the Equipment Sequence is generating sequence events. | Unnecessary command requests can flood the event processing buffers and cause you to miss significant events. |
Provide Feedback