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

Page 623

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings



DMS 3.2 EN 02/2011 TD29

621

4350

"An SFC-Action can not be accessed from outside!"

SFC actions only can be called within the SFC POU in which they are defined. But this
error also will be dumped, if you call an action from within a SFC POU, which is
allowed, but are not using IEC steps while the iecsfc.lib is still included in your project.
In this case please remove the library in the library manager and rebuild the project.

4351

"Step name is no identifier: '<name>'"

Rename the step or choose a valid identifier as step name.

4352

"Extra characters following valid step name:'<Name>'"

Remove the not valid characters in the step name.

4353

"Step name duplicated: '<Name>'"

Rename one of the steps. This error also will be generated if a step has the same name
as a non-boolean variable.

4354

"Jump to undefined Step: '<Name>'"

Choose an existent step name as aim of the jump resp. insert a step with name
‚<name>’.

4355

"A transition must not have any side effects (Assignments, FB-Calls etc.)"

A transition must be a boolean expression.

4356

"Jump without valid Step Name: '<Name>' "

Use a valid identifier as aim (mark) of the jump.

Advertising