SASI instruction examples
    The examples show 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;
Provide Feedback