The Transition in a Sequential Function Chart are conditions that change the active steps in the flow chart.
The Transition Element has this syntax:
transition-element ::= TRANSITION [ transition-name ] FROM step-list TO step-list
:= condition
END_TRANSITION
step-list ::= [ step-name | ( step-name {, step-name} ) ]
condition ::= expression;
Where:
A Transition Element passes control to the TO steps when the following conditions are met:
TRANSITION FROM Filling TO Heating := Level >= 4.0; END_TRANSITION
TRANSITION FROM WarmUp TO Operational := WarmUp.T >= T#30s; END_TRANSITION
IEC 61131-3 Second Edition: Table 41.
IEC 61131-3 Third Edition: Table 55.
To learn about expressions to use as a transition condition.
For general information about Sequential Function Charts.
For information about IEC 61131-3 scripts.
For the meaning of terms used in Fernhill SCADA.