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

Page 615

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings



DMS 3.2 EN 02/2011 TD29

613

4204

"Closing bracket with no corresponding opening bracket"

Insert an opening bracket or remove the closing one.

4205

"No comma allowed after ')'"

Remove comma after closing bracket.

4206

"Label in brackets not allowed"

Shift jump label so that it is outside of the brackets.

4207

"'N' modifier requires operand of type 'BOOL','BYTE','WORD' or 'DWORD'"

The N modifier requires a data type, for which a boolean negation can be executed.

4208

"Conditional Operator requires type 'BOOL'"

Make sure that the expression gives out a boolean result or use a type conversion.

4209

"Function name not allowed here"

Replace the function call by a variable or a constant.

4210

"'CAL', 'CALC' and 'CALN' require a function block instance as operand"

Declare an instance of the function block which you want to call.

4211

"Comments are only allowed at the end of line in IL"

Shift the comment to the end of the line or to an extra line.

Advertising