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

Page 614

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

612

DMS 3.2 EN 02/2011 TD29



4120

"'.' needs structure variable""

The identifier on the left hand of the dot must be a variable of type STRUCT or
FUNCTION_BLOCK or the name of a FUNCTION or a PROGRAM.

4121

" '<Name>' is not a component of <object name>"

The component '<Name>' is not included in the definition of the object <object
name>.

4122

"'<name>' is not an input variable of the called function block"

Check the input variables of the called function block and change ‘<name>' to one of
these.

4200

"'LD' expected"

Insert at least one LD instruction after the jump label in the IL editor.

4201

"IL Operator expected"

Each IL instruction must start with an operator or a jump label.

4202

"Unexpected end of text in brackets"

Insert a closing bracket after the text.

4203

"<Name> in brackets not allowed"

The operator <name> is not valid in a IL bracket expression.

(not valid are: 'JMP', 'RET', 'CAL', 'LDN', 'LD', 'TIME')

Advertising