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

Page 322

Advertising
background image

Drive PLC Developer Studio

Appendix

15-12

l

DDS EN 2.3

No.

Possible remedy

Cause

3163

Unknown reference type in library <Name>
(Icon <Name>, Class <Name>, Type <Name>)

The .obj file contains a reference type the code generator cannot resolve.
Check the C compiler settings.

3200

<Name> (%d): Logical expression too complex.

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

<Name> (<Network>): A network may return a maximum
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 <Name> not found

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: <Name>

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

<Name> could not be imported.

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 <Name>.
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 <Name> not found

The named step is missing in the .exp file.

3408

Subsequent step <Name> not found

The named step is missing in the .exp file.

3409

No subsequent transition for step <Name>

A transition requiring the named step as the entry step, is missing in the .exp file.

3410

No subsequent step for transition <Name>

A step requiring the named transition is missing in the .exp file.

3411

Step <Name> cannot be accessed from Init Step

The link between the named step and the Init Step is missing in the .exp file.

3450

PDO<Name>: <Module name> <Configuration dialog
name> <PDO Name> COB-Id missing!

Click the button Properties in the configuration dialog <Configuration dialog name> of
module <Module name> and enter a COB ID for PDO <PDO Name>.

3451

Loading error: EDS file <Name> could not be found, but is
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 <Name> could not be generated!

The device file for module <Name> no longer suits the current configuration. It may have
been changed since the original configuration, or be corrupted.

3453

Channel <Name> could not be generated!

The device file for channel <Name> no longer suits the current configuration. It may have
been changed since the original configuration, or be corrupted.

3454

The address <Name> references an assigned memory
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 <Name> could not be found, but is
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 <Name> could not be generated!

The device file for device <Name> no longer suits the current configuration. It may have
been changed since the original configuration, or be corrupted.

3457

Incorrect module description: <Name>!

Check the device file pertaining to the module.

3500

No VAR_CONFIG for <Name>

Insert a declaration for the named variable in the global variable list with
Variable_Configuration. Resources

W

Global_Variables ^ 8-2

Show/Hide Bookmarks

Advertising