If ShowVar is not a valid number, the first Goto is reached and the sequence jumps to the end and
performs no action. If ShowVar is equal to 1, "Show 1" is started, then the second Goto event
causes the sequence to jump over the "Show 2" events.
If On, If Off
Conditionally performs specific events based on the state of an Input, Output, or Boolean Type
Variable. If an Event Label is used, events are jumped over if the condition is true. If an Else or
End If event is used, events are executed inside the area between the If and the End If if the
condition is true.
• If On – Is true if an Input, Output, or Boolean Type Variable is "on".
• If Off – Is true if an Input, Output, or Boolean Type Variable is "off".
Note A branch event causes no change in time within the sequence; all events occur based on
time from sequence start.