Drive plc developer studio, Appendix, Show/hide bookmarks – Lenze DDS v2.3 User Manual
Page 322

Drive PLC Developer Studio
Appendix
15-12
l
DDS EN 2.3
No.
Possible remedy
Cause
3163
Unknown reference type in library
(Icon
The .obj file contains a reference type the code generator cannot resolve.
Check the C compiler settings.
3200
The temporary memory of the automation system is insufficient to cope with the size of the
expression.
Divide the expression into several part expressions with assignments to intermediate
variables.
3201
of 512 byte code.
Internal jumps cannot be resolved.
Activate the option Use 16 bit jump offsets in the 68k target settings.
3202
Stack overflow on nested string/array/structure function
calls.
You are using a nested form CONCAT(x, f(i)) function call. This may lead to data loss. Split the
call into two expressions.
3203
Assignment too complex (too many address registers
required)
Split the assignment.
3204
A jump is in excess of 32k bytes.
Jump distances must not exceed 32767 bytes.
3205
Internal error: Too many constant strings
A maximum of 3000 string constants may be used within one organization unit.
3206
Function block too large
A function block may return a maximum of 32767 bytes code.
3207
Array optimization
Unsuccessful array access optimization.
A function was called within the index computation.
3208
Conversion not implemented
You are using a conversion function that is not implemented for the current code generator.
3209
Operator not implemented
You are using an operator that is not implemented for this data type in the current code
generator: MIN(string1,string2).
3210
Function
You are calling a function that does not exist within the project.
3211
String variable used too often
A string-type variable must only be used ten times in an expression with the 68K code
generator.
3250
Real not supported on 8 bit controller.
The automation system is currently not supported.
3251
Date-of-day types not supported on 8 bit controller.
The automation system is currently not supported.
3252
Stack size in excess of %ld bytes.
The automation system is currently not supported.
3253
Hex file not found:
The automation system is currently not supported.
3254
Call of an external library function could not be resolved.
The automation system is currently not supported.
3400
Error on access variable import.
The .exp file contains an incorrect access variable section.
3401
Error on Configuration variable import.
The .exp file contains an incorrect configuration variable section.
3402
Error on global variable import.
The .exp file contains an incorrect global variable section.
3403
The section in the .exp file for the specified object is incorrect.
3404
Error on Configuration Task import.
The section in the .exp file for the Configuration Task is incorrect.
3405
Error on PLC configuration import.
The section in the .exp file for the PLC configuration is incorrect.
3406
Two steps named
The second step was not imported.
The SFC organization unit section contained in the .exp file includes two steps with identical
names. Rename one of the steps in the export file.
3407
Input step
The named step is missing in the .exp file.
3408
Subsequent step
The named step is missing in the .exp file.
3409
No subsequent transition for step
A transition requiring the named step as the entry step, is missing in the .exp file.
3410
No subsequent step for transition
A step requiring the named transition is missing in the .exp file.
3411
Step
The link between the named step and the Init Step is missing in the .exp file.
3450
PDO
Click the button Properties in the configuration dialog
module
3451
Loading error: EDS file
used in the configuration!
The device file required for CAN configuration may possibly not be available in the correct
directory. Check the directory entry for configuration files in
Project
W
Options category
Directories.
3452
The module
The device file for module
been changed since the original configuration, or be corrupted.
3453
Channel
The device file for channel
been changed since the original configuration, or be corrupted.
3454
The address
location!
You have activated the option
Check for overlapping addresses in dialog Settings of the
PLC configuration, and an overlap was found. Note that the range check is based on the size
resulting from the module data type, and not the value in the entry Size in the configuration
file!
3455
Loading error: GSD file
used in the configuration!
The device file required for Profibus configuration may possibly not be available in the
correct directory. Refer entry for configuration files in
Project
W
Options category
Directories.
3456
The Profibus device
The device file for device
been changed since the original configuration, or be corrupted.
3457
Incorrect module description:
Check the device file pertaining to the module.
3500
No VAR_CONFIG for
Insert a declaration for the named variable in the global variable list with
Variable_Configuration. Resources
W
Global_Variables ^ 8-2
Show/Hide Bookmarks