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

L-force | PLC Designer
Compiler Errors and Warnings
DMS 3.2 EN 02/2011 TD29
595
3601
"<name> is a reserved variable name"
The given variable is declared in the project, although it is reserved for the
codegenerator. Rename the variable.
3610
" '<Name>' not supported"
The given feature is not supported by the current version of the programming system.
3611
"The given compile directory '<name>' is invalid"
There is an invalid directory given in the ‚Project’ ‚Options’ ‚Directories’ for the
Compile files.
3612
"Maximum number of POUs (<number>) exceeded! Compile is aborted."
Too many POUs and data types are used in the project. Modify the maximum number
of POUs in the Target Settings / Memory Layout.
3613
"Build canceled"
The compile process was cancelled by the user.
3614
"Project must contain a POU named '<name>' (main routine) or a taskconfiguration"
Create an init POU of type Program (e.g. PLC_PRG) or set up a task configuration.
3615
"<Name> (main routine) must be of type program"
A init POU (e.g. PLC_PRG) is used in the project which is not of type Program.