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

Page 619

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings



DMS 3.2 EN 02/2011 TD29

617

4271

"The lower border of the range is greater than the upper border."

Modify the area bounds for the selectors so that the lower border is not highte than
the upper border.

4272

"Expecting parameter '<name>' at place <position> in call of '<name>'!"

You can edit a function call in that way, that also the parameter names are contained,
not only the parameter values. But nevertheless the position (sequence) of the
parameters must be the same as in the function definition.

4273

Parts of the 'CASE'-Range '<range>' already used in Range '<range>'

Make sure that the areas for the selectors which are used in the CASE instruction,
don’t overlap.

4274

"Multiple 'ELSE' branch in 'CASE' statement"

A CASE instruction may not contain more than one ‚ELSE' instruction.

4300

"Jump requires 'BOOL' as input type"

Make sure that the input for the jump respectively the RETURN instruction is a
boolean expression.

4301

"POU '<name>' need exactly <number> inputs"

The number of inputs does not correspond to the number of VAR_INPUT and
VAR_IN_OUT variables which is given in the POU definition.

4302

"POU '<name>' need exactly %d outputs".

The number of outputs does not correspond to the number of VAR_OUTPUT variables
which is given in the POU definition.

Advertising