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

Page 585

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings



DMS 3.2 EN 02/2011 TD29

583

3209

"Operator not implemented"

A operator is used, which is not implemented for this data type and the actual code
generator. MIN(string1,string2).

3210

"Function '<Name>' not found"

A function is called, which is not available in the project.

3211

"Max string usage exceeded"

A variable of type string can be used in one expression 10 times at the most.

3212

"Wrong library order at POU <POU name>"

The order of libraries for this POU does not match with that in the cslib.hex file.
Correct the order accordingly. (only for 68K targets, if the checking option is activated

in the target file.)

3250

"Real not supported for 8 Bit Controller"

The target is currently not supported.

3251

"date of day types are not supported for 8 Bit Controller"

The target is currently not supported.

3252

"size of stack exeeds <number> bytes"

The target is currently not supported.

3253

"Could not find hex file: '<Name>' "

The target is currently not supported.

Advertising