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

Page 323

Advertising
background image

Drive PLC Developer Studio

Appendix

15-13

l

DDS EN 2.3

No.

Possible remedy

Cause

3501

No address in VAR_CONFIG for <Name>

Insert an address for the named variable in the global variable list with
Variable_Configuration. Ressourcen

W

Global_Variables ^ 8-2

3502

Wrong data type of <Name> in VAR_CONFIG

The named variable was declared in the global variable list (with Variable configuration) with
a different data type than in the function block.

3503

Wrong address type of <Name> in VAR_CONFIG

The named variable was declared in the global variable list (with Variable configuration) with
a different address type than in the function block.

3504

Initial values for VAR_CONFIG variables are not supported

A Variable Configuration variable has been declared with address and initial value. However,
an initial value can be defined only for input variables without address assignment.

3505

<Name> is no valid instance path

A non-existent variable was specified in the variable configuration.

3506

Access path expected

A correct access path is missing for one variable in the global variable list for access
variables:
<Identifier>:’<Access path>’:<Type> <Access type>

3507

No address specification permitted for VAR_ACCESS

An address assignment exists for one variable in the global variable list for access variables.
Correct definition:
<Identifier>:’<Access path>’:<Type> <Access type>

3550

The task name <Name> was used twice

You have defined two tasks with the same name.
Rename one of them.

3551

The task <Name> must contain at least one program call

Insert a program call, or delete the task.

3552

Event variable <Name> in task <Name> not defined

You have used an event variable in the configuration of the named task, that is not globally
declared in the project.
Use a different variable or define the entered variable globally.

3553

Event variable <Name> in task <Name> must be
BOOL-type

Use a BOOL-type variable as event variable.

3554

Task entry <Name> must be a program or a global
function block instance.

You have entered a function or an undefined organization block in the field Program call.

3555

The task entry <Name> is parameterized incorrectly

You have specified parameters in the field Program call that do not correspond to the
declaration of the organization block.

3600

Implicit variable not found.

First use the command

Compile all. Contact the control manufacturer if the error message

reappears.

3601

<Name> is a reserved variable name.

You have declared a variable in the project that is already reserved for the code generator.
Rename this variable.

3610

<Name> not supported

The named feature is not supported by this version.

3611

The compile directory <Name> is incorrect.

You have entered an incorrect directory for the compile files in the

Project

W

Options

Category Directories.

3612

Maximum number of organization units (<Number>)
exceeded! Compile will be aborted.

You are using too many organization units and data types in the project.
Change the maximum number of organization units in dialog box Automation system settings
tab Memory layout.
Note!
The tab memory layout cannot be edited at the moment.

3613

Compile terminated

The user terminated the compile.

3614

The project contains no organization unit <Name> (entry
function) or task configuration

A project requires a Program-type entry function (e.g. PLC_PRG) or a task configuration.

3615

<Name> (entry function) must be Program-type.

You are using an entry function (e. g. PLC_PRG) other than Program-type.

3616

Programs in external libraries are not supported

The library to be saved contains a program that will not be available during library use.

3617

Insufficient memory

Increase the virtual memory capacity of your processor.

3618

The current code generator does not support bit access

The code generator for the currently set automation system does not support bit access to
variables.

3700

An organization unit named <Name> already exists in
library <Name>

You are using an organization unit name that has already been assigned for a library
organization unit. Rename the organization unit.

3701

The organization unit name in the declaration name does
not match the name in the object list.

Rename your organization unit using the menu commands

Project

W

Rename object or

change the name of the organization unit in its declaration part. The name must appear

directly after the keywords Program, Function or Function block.

3702

Too many identifiers

A maximum of 100 identifiers may be specified per variable declaration.

3703

Several declarations with the same identifier <name>

Several identically named identifiers exist in the object’s declaration part.

3705

Data recursion: <Organization unit 0>

à

<Organization unit 1>

а ... а <Organization unit 0>

An FB instance was used that requires itself to function.

3720

AT must be followed by an address.

Insert a valid address after the keyword AT or change the keyword AT.

3721

Only VAR and VAR_GLOBAL can be assigned to addresses.

Copy the declaration to a VAR or VAR_GLOBAL section.

3722

Only simple Boolean variables may be located at the
specified address.

Change the address or the variable type stated in the declaration.

3722

Only simple Boolean variables may be located at the
specified address.

Change the address or the variable type stated in the declaration.

3728

PLC_PRG(): Impermissible address %IX141.58.0.

Specify a correct address.

Show/Hide Bookmarks

Advertising