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

Page 582

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

580

DMS 3.2 EN 02/2011 TD29



3121

"POU too large."

A POU may not exceed the size of 64K.

3122

"Initialisation too large. Maximum size: 64K"

The initialization code for a function or a structure POU may not exceed 64K.

3123

"Data segment too large: segment '<Number>%s', size <size> bytes (maximum
<number> bytes)"

Please contact your manufacturer.

3124

"String constant too large: '<number>' characters (maximum 253 characters)"

The given constant must be reduced in number of characters.

3130

"User-Stack too small: '<number>' DWORD needed, '<number>' DWORD available."

The nesting depth of the POU calls is to big. Enter a higher stack size in the target

settings or compile build project without option ‚Debug’ (can be set in dialog ‘Project’
‘Options’ ‘Build’).

3131

"User-Stack too small: '<number>' WORD needed, '<number>' WORD available."

Please contact the PLC manufacturer.

3132

"System-Stack too small: '<number>' WORD needed, '<number>' WORD available."

Please contact the PLC manufacturer.

3150

"Parameter <number> of function '<name>': Cannot pass the result of a IEC-function
as string parameter to a C-function."

Use a intermediate variable, to which the result of the IEC function is assigned.

Advertising