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

Page 620

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

618

DMS 3.2 EN 02/2011 TD29



4303

"'<name>' is no operator"

Replace '<Name>' by a valid operator.

4320

"Non-boolean expression '<name>' used with contact"

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

4321

"Non-boolean expression '<name>' used with coil"

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

4330

"Expression expected at input 'EN' of the box '<name>' "

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

4331

"Expression expected at input '<number>' of the box '<Name>' "

The input <number> of the operator POU is not assigned.

4332

Expression expected at input '<name>' of the box '<Name>'"

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.

Advertising