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

Page 598

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

596

DMS 3.2 EN 02/2011 TD29



3616

"Programs musn't be implemented in external libraries"

The project which should be saved as an external library contains a program. This will
not be available, when the library will be used.

3617

"Out of memory"

Increase the virtual memory capacity of your computer.

3618

"BitAccess not supported in current code generator!"

The code generator for the currently set target system does not support bit access on
variables.

3619

"Object file '<name>' and library '<name>' have different versions!"

Make sure that for the library there are available matching versions of *.lib and *.obj
resp. *.hex files. These files must have the very same time stamp.

3620

"The POU '<name>' must not be present inside a library"

You want to save the project as a library of version 2.1. In this version a library may not
contain a PLC_PRG object. Use a different POU name.

3621

"Cannot write compile file '<name>'"

Probably in the path which is specified for the compile file there is already a file of the
same name, which is "read only". Remove that file resp. change the access rights.

3622

"The symbol file '<name>' could not be created"

Probably in the path which is specified for the symbol file (usually project directory)
there is already a file of the same name, which is "read only". Remove that file resp.
change the access rights.

Advertising