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

Page 632

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

630

DMS 3.2 EN 02/2011 TD29



4522

"flag off' pragma expected!"

Pragma has not been terminated, insert a 'flag off' instruction.

4523

"Pragma {<Pragmaname>} not allowed in interface of type '<Name>'"

Das Pragma cannot be used at this location. Please see the PLC Designer Online Help
resp. Users Guide, keyword 'pragma' for the correct use of pragmas.

4550

"Index out of defined range : Variable OD "number>, Line <line number>."

Ensure that the index is within the area which is defined in the target

settings/networkfunctionality.

4551

"Subindex out of defined range : Variable OD "number>, Line <line number>."

Ensure that the subindex is within the area which is defined in the target
settings/networkfunctionality.

4552

"Index out of defined range : Parameter OD "number>, Line <line number>."

Ensure that the index is within the area which is defined in the target
settings/networkfunctionality.

4553

"Subindex out of defined range : Parameter OD "number>, Line <line number>."

Ensure that the subindex is within the area which is defined in the target

settings/networkfunctionality.

4554

"Variablename invalid: Variable OD <number>, Line <line number>."

Enter a valid project variable in the filed ‚variable’. Use the syntax <POU
name>.<variable name> resp. for global variables .<variable name>

Advertising