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

Page 600

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

598

DMS 3.2 EN 02/2011 TD29



3706

"Modifier 'CONSTANT' allowed for 'VAR', 'VAR_INPUT', 'VAR_EXTERNAL' and
'VAR_GLOBAL' only"

Für diese Variablenkategorie können keine Konstanten deklariert werden.

3720

"Address expected after 'AT'"

Add a valid address after the keyword AT or modify the keyword.

3721

"Only 'VAR' and 'VAR_GLOBAL' can be located to addresses"

Put the declaration to a VAR or VAR_GLOBAL declaration area.

3722

"Only 'BOOL' variables allowed on bit addresses"

Modify the address or modify the type of the variable to which the address is
assigned.

3726

"Constants can not be laid on direct addresses"

Modify the address assignment correspondingly.

3727

"No array declaration allowed on this address"

Modify the address assignment correspondingly.

3728

"Invalid address: '<address>'"

This address is not supported by the PLC configuration. Check PLC configuration resp.
modify address.

Advertising