Appendix – Lenze PLC Designer ApplicationTemplate (PLC Designer R3-x) User Manual
Page 132
![background image](/manuals/566296/132/background.png)
Appendix
Method overview - ApplicationTemplate
132
Lenze · ApplicationTemplate · 1.3 EN - 04/2013
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
baseChannelGetNominalStateFrom
Master
• Determines the target status of
the user's own module that is
requested by the master module
Note: It is only advisable to use this
method when the
DisableDefaultCouplingSlave
function is active.
• In all other cases the method
supplies the same result as the
baseChannelGetNominalState
call (L_EATP_CONST.OWNID).
-
-
Return value/data type
• Desired status of the machine
module requested
baseChannelGetWarning
Determines whether a warning for a
slave machine module/the user's
own module is active.
MM_Address
BOOL
ID of the module the current state of
which is to be requested.
• TRUE: Warning is active
• FALSE: Warning is not active
Writing values
baseChannelSetNominalState
• Sets the target status of the state
machine for a slave module/the
user's own module.
Note: This method is only active
when the
DisableDefaultCouplingSlave
function (target status for the user's
own module) or
DisableDefaultCouplingMaster
(target status for a slave module) is
activated.
MM_Address
• ID of the module the current state
of which is to be requested.
• The value "0" and the
L_EATP_CONST.OWNID constant
address the module's intrinsic ID.
eState
• Setpoint status to be set.
baseChannelSetErrorQuit
• Sets the error acknowledgement
bit for a slave module/the user's
own module.
Note: This method only works if the
error acknowledgement of the user's
own module/the master
(DisableDefaultCouplingSlave/
DisableDefaultCouplingMaster is
activated).
MM_Address
• ID of the module the current state
of which is to be requested.
• The value "0" and the
L_EATP_CONST.OWNID constant
address the module's intrinsic ID.
xValue
BOOL
• TRUE: Error acknowledgement is
active
• FALSE: Error acknowledgement is
not active
Identifier/function
Transfer value/data type
Description