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

Page 584

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

582

DMS 3.2 EN 02/2011 TD29



3202

"Stack overrun with nested string/array/structure function calls"

A nested function call CONCAT(x, f(i)) is used. This can lead to data loss. Divide up the
call into two expressions.

3203

"Expression too complex (too many used adress registers)."

Divide up the assignment in several expressions.

3204

"A jump exceeds 32k Bytes"

Jump distances may not be bigger than 32767 bytes.

3205

"Internal Error: Too many constant strings"

In a POU there at the most 3000 string constants may be used.

3206

"Function block data exceeds maximal size"

A function block may produce maximum 32767 Bytes of code.

3207

"Array optimization"

The optimization of the array accesses failed because during index calculation a
function has been called.

3208

"Conversion not implemented yet"

A conversion function is used, which is not implemented for the actual code
generator.

Advertising