Rockwell Automation Publication 1756-RM006K-EN-P - November 2018 485
The following example shows the SASI instruction as it appears in a ladder
diagram and in structured text.
Ladder Diagram Example
Tip:
The Sequence ID parameter can be a STRING tag in which the identifier is stored, or
a quoted string containing up to 82 characters.
Structured Text Example
if (IdControl) then
SASI (Make_Product_101, NewId, Results);
end_if;
See also
Equipment Sequence Assign Sequence Identifier on page 470
Equipment Sequence Instructions on page 465
SASI instruction examples