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

Page 572

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

570

DMS 3.2 EN 02/2011 TD29



1300

"File not found '<name>'"

The file, to which the global variable object is pointing, does not exist. Please check
the path.

1301

"Analyze-Library not found! Code for analyzation will not be generated."

The analyze function is used, but the library analyzation.lib is missing. Add the library
in the library manager.

1302

"New externally referenced functions inserted. Online Change is therefore no longer

possible!"

Since the last download you have linked a library containing functions which are not
yet referenced in the runtime system. For this reason you have to download the
complete project.

1400

"Unknown Pragma '<Name>' is ignored!"

This pragma is not supported by the compiler. See keyword ‘pragma’ for supported
directives.

1401

"The struct '<name>' does not contain any elements."

The structure does not contain any elements, but variables of this type allocate 1 Byte

of memory.

1410

"'RETAIN' and 'PERSISTENT' do not have any effect in functions"

Remanent variables which are defined locally in functions are handled like normal
local variables.

1411

"Variable '<name>' in the variable configuration isn't updated in any task"

The top level instance of the variable is not referenced by a call in any task. Thus it will
not be copied from the process image.

Advertising