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

Page 599

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings



DMS 3.2 EN 02/2011 TD29

597

3623

"Cannot write boot project file '<name>'"

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

3700

" POU with name ‘<name>' is already in library '<name>'"

A POU name is used in the project, which is already used for a library POU. Rename the
POU.

3701

"Name used in interface is not identical with POU Name"

Use command ‘Project’ ‘Rename object’ to rename the POU in the object organizer, or
change the name of the POU in the declaration window. There the POU name has to

be placed next to one of the keywords PROGRAM, FUNCTION oder FUNCTIONBLOCK.

3702

"Overflow of identifier list"Maximum 100 identifiers can be entered in one variable
declaration.

3703

"Duplicate definition of identifier '<Name>'"

Take care that there is only one identifier with the given name in the declaration part
of the POU.

3704

"data recursion: "<POU 0> -> <POU 1> -> .. -> <POU 0>"

An instance of a functionblock is used, which calls itself.

3705

"<Name>: VAR_IN_OUT in Top-Level-POU not allowed, if there is no Task-
Configuration"

Create a task configuration or make sure that there are no VAR_IN_OUT variables
used in PLC_PRG.

Advertising