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

L-force | PLC Designer
Compiler Errors and Warnings
590
DMS 3.2 EN 02/2011 TD29
3503
"Wrong data type for '<name>' in 'VAR_CONFIG'"
In the global variables list which contains the ‚Variable_Configuration’ the variable is
declared with a different address than in the POU.
3504
"Initial values are not supported for 'VAR_CONFIG"
A variable of the ‚Variable_Configuration’ is declared with address and initial value.
But an initial value can only be defined for input variables without address
assignment.
3505
"’<name>’is no valid instance path"
The Variable_Configuration contains a nonexisting variable.
3506
"Access path expected"
In the global variable list for Access Variables the access path for a variable is not
correct. Correct: <Identifier>:'<Access path>':<Type> <Access mode>.
3507
"No address specification for 'VAR_ACCESS'-variables"
The global variable list for Access Variables contains an address assignment for a
variable. This is not allowed.
Valid variable definition: <Identifier>:'<Access path>':<Type> <Access mode>
3550
"Duplicate definition of identifier '<name>'"
There are two tasks are defined with an identic same name. Rename one of them.
3551
"The task '<name>' must contain at least one program call"
Insert a program call or delete task.