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

Page 602

Advertising
background image

L-force | PLC Designer

Compiler Errors and Warnings

600

DMS 3.2 EN 02/2011 TD29



3745

"Subranges are only allowed on Integers!"

Subrange types can only be defined resting on integer data types.

3746

"Subrange '<name>' is not compatible with Type '<name>'"

One of the limits set for the range of the subrange type is out of the range which is

valid for the base type.

3747

"unknown string length: '<name>'"

There is a not valid constant used for the definition of the string length.

3748

"More than three dimensions are not allowed for arrays"

More than the allowed three dimensions are given in the definition of an array. If
applicable use an ARRAY OF ARRAY.

3749

"lower bound '<name>' not defined"

There is a not defined constant used to define the lower limit for a subrange or array
type.

3750

"upper bound '<name>' not defined"

There is a not defined constant used to define the upper limit for a subrange or array
type.

3751

"Invalid string length '<number of characters>'"

The here defined string length exceeds the maximum value which is defined for the
currently set target system.

Advertising