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

Page 591

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings



DMS 3.2 EN 02/2011 TD29

589

3466

"CAN network variables: No CAN controller found in the PLC configuration"

There are network variables configured for a CAN network (Resources, Global
Variables), but in the PLC Configuration there is no CAN Controller available.

3468

"CanDevice: Update task not available in the task configuration."

The update task (used for calling the CANdevice), which is defined in the Base Settings
dialog of the CANdevice in the PLC Configuration, must be configured in the Task
Configuraiton of the project.

3469

"The CanOpenMaster can not be called. Please assign a task manually."

Assign a task, which should call the Master, via parameter UpdateTask in the Module
parameters dialog in the PLC Configuration.

3470

"Invalid name in parameter UpdateTask"

Open the CanMasters Module parameter dialog in the PLC Configuration. Check
parameter UpdateTask. The specified task must be available in the project. If you
cannot set an appropriate task here, the device file must be checked for the
corresponding value definitions for UpdateTask.

3500

"No 'VAR_CONFIG' for '<Name>'"

Insert a declaration for this variable in the global variable list which contains the
'Variable_Configuration'.

3501

"No address in 'VAR_CONFIG' for '<name>'."

Assign an address to this variable in the global variable list which contains the
'Variable_Configuration'.

3502

"Wrong data type for '<name>' in 'VAR_CONFIG"

In the global variables list which contains the ‚Variable_Configuration’ the variable is
declared with a different data type than in the POU.

Advertising