
Architecture: The ApplicationTemplate in detail
Stater machine: Query examples
90
Lenze · ApplicationTemplate · 1.3 EN - 04/2013
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Enabling/inhibiting state transition from "Automatic" to "Ready"
Depending on a BOOL variable (here:
"xAutomaticEndOK")
IF xAutomaticEndOk = TRUE THEN
SMDisableAutomaticToReady (xValue := FALSE)
ELSE
SMDisableAutomaticToReady (xValue := TRUE);
END_IF
Objective/call Example
Kommentare zu diesen Handbüchern