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

Page 604

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

602

DMS 3.2 EN 02/2011 TD29



3783

"END_STRUCT' or identifier expected"

Ensure that the type declaration is terminated correctly.

3784

"The current target doesn't support attribute <attribute name>"

The target system does not support this type of variables (e.g. RETAIN, PERSISTENT)

3800

"The global variables need too much memory. Increase the available memory in the
project options."

Increase the number of segments given in the settings in dialog ‚Project’ ‚Options’
‚Build’.

3801

"The variable '<Name>' is too big. (<size> byte)"

The variable uses a type which is bigger than 1 data segment. The segment size is a
target specific parameter and can be modified in the target settings/memory layout. If
you do not find this in the current target settings, please contact your PLC
manufacturer.

3802

"Out of retain memory. Variable '<name>', <number> bytes."

The memory space available for Retain variables is exhausted. The size of the memory
area can be set target-specific in the target settings /memory layout. If you do not find
the settings field in the dialog, please contact your PLC manufacturer. (Please regard:
If retain variables are used in an function block instance, the complete instance POU
will be stored in the retain memory area !)

3803

"Out of global data memory. Variable '<name>', ‚<number>’ bytes."

The memory space available for global variables is exhausted. The size of the memory

area can be set target-specific in the target settings /memory layout. If you do not find
the settings field in the dialog, please contact your PLC manfacturer.

Advertising