beautypg.com

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

Page 620

background image

L-force | PLC Designer

Compiler Errors and Warnings

618

DMS 3.2 EN 02/2011 TD29

4303

"'' is no operator"

Replace '' by a valid operator.

4320

"Non-boolean expression '' used with contact"

The switch signal for a contact must be a boolean expression.

4321

"Non-boolean expression '' used with coil"

The output variable of a coil must be of type BOOL.

4330

"Expression expected at input 'EN' of the box '' "

Assign an input or an expression to the input EN of POU '’.

4331

"Expression expected at input '' of the box '' "

The input of the operator POU is not assigned.

4332

Expression expected at input '' of the box ''"

The input of the POU is of type VAR_IN_OUT and is not assigned.

4333

"Identifier in jump expected"

The given jump mark is not a valid identifier.

4334

"Expression expected at the input of jump"

Assign a boolean expression to the input of the jump. If this is TRUE, the jump will be

executed.