beautypg.com

11 errors caused by the relay instructions – Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 33

background image

1Ć17

1.11

Errors Caused by the Relay Instructions

These errors can occur when you are using the relay instructions in a program. They

are logged in the error log.

If this error occurs:

Then:

Do the following:

The bit number is negative.

Bit 0 of the variable will be used for

the instruction's operation.

Specify a number of 0Ć15 for integers

and 0Ć31 for double integers.

The bit number is too large. The largest bit number of the variable

will be used for the instruction's

operation.

Specify a number of 0Ć15 for integers

and 0Ć31 for double integers.

The array index is negative. Element 0 of the array variable will be

used for the instruction's operation.

Specify a valid array element.

The array index is too large. The largest element number of the

array variable will be used for the

instruction's operation.

Specify a valid array element.