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

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 '
Please contact your manufacturer.
3124
"String constant too large: '
The given constant must be reduced in number of characters.
3130
"User-Stack too small: '
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: '
Please contact the PLC manufacturer.
3132
"System-Stack too small: '
Please contact the PLC manufacturer.
3150
"Parameter
as string parameter to a C-function."
Use a intermediate variable, to which the result of the IEC function is assigned.