488 Rockwell Automation Publication 1756-RM006K-EN-P - November 2018
Structured Text
if (DetachControl) then
SDET (Make_Product_101);
end_if;
See also
Detach from Equipment Sequence on page 468
Attach to Equipment Sequence on page 465
Equipment Sequence instructions on page 465
The following examples show the SOVR instruction as it appears in a Ladder
Diagram and in Structured Text.
Ladder Diagram
Structu
red Text
if (StopControl) then
SOVR (Make_Product_101, Stop, Results);
end_if;
See also
Equipment Sequence command on page 473
Guidelines for SCMD instructions on page 480
Equipment Sequence I
nstructions on page 465
SOVR instruction examples