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

Page 636

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

634

DMS 3.2 EN 02/2011 TD29



4623

The project gains write access to the same memory area at more than one place. See
the description of command 'Project' 'Check' 'Multiple write access to output'.

4650

"AxisGroup '<Name>': Task '<Name>' does not exist."

In the PLC Configuration in the definition of the axis group (dialog 'Module
parameters', column 'Value') there is a name defined for the task which is controlling
the data transfer of this axis group, which is not known in the Task Configuration.
Correct Task Configuration resp. PLC Configuration correspondingly.

4651

"AxisGroup '<Name>': Cycletime (dwCycle) not set."

In dialog 'Module parameters' of the axis group enter a value for the cycle time

(dwCycle).

4652

"Drive '<name>': wDriveID exists already in this axis group"

In the PLC Configuration within the same axis group there is already a drive with the

same Drive ID. Select the drive in the configuration tree and define an ID in
configuration dialog 'Drive' which is unique within the axisgroup.

4656

"Drive '<name>': Scaling factor must not be 0.

Open the PLC Configuration and check the Scale entries in the configuration dialog of
the drive. All fields must have entries not equal "0".

4670

"CNC program '<Name>': Global variable '<Name>' not found."

In the CNC program a global variable is used (e.g. $glob_var$), which is not defined in
the project. Add the appropriate declaration resp. correct the assignment to the

variable in the CNC program.

4671

"CNC program '<Name>': Variable '<Name>' has an incompatible type."

There is a variable assigned in a instruction of the CNC program , which is declared of
a data type which is not valid in this place. Use another variable resp. correct the type
specification.

Advertising