486 Rockwell Automation Publication 1756-RM006K-EN-P - November 2018
The following examples show the SATT instruction as it appears in a Ladder
Diagram and in Structured Text.
Ladder Diagram
Structured Text
if (AttachControl) then
SATT (Make_Product_101, Result);
end_if;
See also
Attach to Equipment Sequence on page 465
Guidelines for SATT instructions on page 479
Result codes for SATT instructions on page 481
Equipment Sequence Instructions on page 465
The following examples show the SCLF instruction as it appears in a ladder
diagram and in structured text.
Ladder Diagram Example
Structured Text Example
if (ClearFailureControl) then
SCLF (Make_Product_101);
end_if;
SATT instruction examples
SCLF instruction examples