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

Page 596

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

594

DMS 3.2 EN 02/2011 TD29



3571

"The library 'SysLibCallback' is not included in the project! System events can not be
generated."

In order to create event tasks, the SysLibCallback.lib is needed. Link this library to the
project in the library manager or modify the task configuration (task attributs) in that
way that there is no task triggered by an event.

3572

"Watchdog interval of task '<name>' is out of the valid range from <number>μs' to
'<number>μs'"

In the task configuration in dialog 'Taskattributes' there is a watchdog time defined in
microseconds, which is out of the valid range defined in the XML-description file.

3573

"Watchdog interval of task '<name>' is out of the valid range from <Zahl>%' to

In the task configuration in dialog 'Taskattributes' there is a watchdog time defined in
percents, which is out of the valid range defined in the XML-description file.

3574

"The event variable '<name>' respectively its direct address must not be used multiple
times as an event"

A Singleton event is used several times in the task configuration. For information on
singleton events see the description in 'Insert' 'Insert task' or 'Insert' 'Append Task'.

3575

"Task '<name>': the cycle time has to be a multiple of '<number>' μs."

Correct the cycle time accordingly in the Taskattributes dialog for this task. The target
system defines a base time and prescribes that the cycle time must be equal to or be a

multiple of this base time.

3600

"Implicit variables not found!"

Use command ‚Rebuild all’. If nevertheless you get the error message again please
contact the PLC manufacturer.

Advertising