- 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
When should I use an SOVR instruction instead of an SCMD instruction?
- Under most circumstances, use the SCMD instruction to programmatically command anEquipment Sequence. However, use the SOVR instruction to command anEquipment Sequenceunder these conditions:
- When you are giving the HOLD, STOP, or ABORT command, and the command must always execute under all ownership circumstances.
- If the HOLD, STOP, or ABORT command must execute even when you have manual control of theEquipment Sequencethrough theLogix Designerapplication or when another program, such as theFactoryTalk Batchsoftware, owns theEquipment Sequence.
For example, suppose your equipment checks for jammed material. If there is a jam, you always want the equipment to abort. In that case, use the SOVR instruction. This way, the equipment aborts even if you have manual control through the
Logix Designer
application.Provide Feedback