L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual

Page 77

Advertising
background image

L-force | PLC Designer

What is What in PLC Designer



DMS 3.2 EN 02/2011 TD29

75

Example for Monitoring of Pointers

In the implementations, the value of the pointer is displayed. For de-referencing,
however, the de-referenced value is displayed.

Monitoring of ARRAY components: In addition to array components indexed by a
constant, components are also displayed which are indexed by a variable:

anarray[1] = 5
anarray[i] = 1

If the index consists of an expression (e.g. [i+j] or [i+1]), the component can not be
displayed.

Note!

If the maximum number of variables which can be monitored, has been reached, for
each further variable instead of the current value the string "Too many monitoring
variables" will be displayed.

Advertising