Lenze PLC Designer ApplicationTemplate (PLC Designer R3-x) User Manual
Page 28

Structuring the automation system: Standard procedure
Structuring within a machine module
28
Lenze · ApplicationTemplate · 1.3 EN - 04/2013
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Actions
For easy structuring, Lenze recommend to use the Actions of the ApplicationTemplate.
• The Actions must be lower level to the module application.
• Actions are marked with the
icon.
Example of structuring a module application:
[5-3]
The SMDispatcher method calls the S01-S11 actions. The actions can be viewed in the ModApp1/Statesfolder.
An Action is always connected to a POU (example: function block of an MAP module application).
• Thereby the action only uses the data of function block. This means that the action does not
feature an own declaration part. The variables used in the action are declared in the function
block (i.e. in the MAP module application).
• The action does not feature any local variables.