Architecture: the applicationtemplate in detail – Lenze PLC Designer ApplicationTemplate (PLC Designer R3-x) User Manual

Page 90

Advertising
background image

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

Advertising