Condition of an SFC Transition

Each SFC transitions must have a Boolean condition that indicates if the transition can be crossed.

The condition is a Boolean expression that can be programmed in ST language.

In ST language, enter a Boolean expression. It can be a complex expression including function calls and parentheses.

Example

bForce AND (bAlarm OR min (iLevel, 1) <> 1)