2 accessing structures of other machine modules, Accessing structures of other machine modules, Architecture: the applicationtemplate in detail – Lenze PLC Designer ApplicationTemplate (PLC Designer R3-x) User Manual

Page 72

Advertising
background image

Architecture: The ApplicationTemplate in detail

Accessing structure variables of machine modules

72

Lenze · ApplicationTemplate · 1.3 EN - 04/2013

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

The associated program call in the machine application has the following syntax:

[9-3]

Sample program which assigns the value 4711 to the diPieces visualization variable.

9.1.2

Accessing structures of other machine modules

The global machine module structures are instanced in the

A55_VarLists folder.

• Like this, the structures and machine modules of the ApplicationTemplate can be reused.

• The structure variables of an optional machine module can be used from another machine

module.

• In order to be able to use the variables of a global structure of machine module 1 (example:

MM_Module1) in another machine application of machine module 2 (example: MM_Module2),

the following program call is required:

[9-4]

Sample program: Accessing the MM_Vis structure of module 1.

Vis.diPieces := 4711;

diPiecesModul1 := MM_Vis.scModule1;

Advertising