Open topic with navigation
Condition of an SFC transition
Each 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 language.
In ST language, enter a Boolean expression. It can be a complex
expression including function calls and parentheses. For example:
bForce AND (bAlarm OR min (iLevel,
1)
<> 1)
|
|
Copyright © 2015 Kollmorgen™
|
|
|
Open topic with navigation