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

Page 593

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings



DMS 3.2 EN 02/2011 TD29

591

3552

"Event variable '<name>' in task '<name>' not defined"

There is an event variable set in the ‘Single’ field of the task properties dialog which is
not declared globally in the project. Use another variable or define the variable
globally.

3553

"Event variable '<name>' in task '<name>' must be of type 'BOOL'"

Use a variable of type BOOL as event variable in the ‘Single’ field of the task properties
dialog.

3554

"Task entry '<name>' must be a program or global function block instance"

In the field ‚Program call’ a function or a not defined POU is entered. Enter a valid
program name.

3555

"The task entry '<name>' contains invalid parameters"

In the field ‚Append program call’ there are parameters used which do not comply
with the declaration of the program POU.

3556

"Tasks are not supported by the currently selected target"

The currently defined task configuration cannot be used for the currently set target
system. Change target or modify the task configuration correspondingly.

3557

"Maximum number of Tasks ('<number>') exceeded"

The currently defined number of tasks exceeds the maximum number allowed for the

currently set target system. Change target or modify the task configuration
correspondingly. Attention: Do not edit the XML description file of the task

configuration !

Advertising