E.2 error codes 3011-3020 – Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual
Page 309

EĆ3
Error Code: Text Description:
How To Correct the Error:
3008
The number of bits to rotate is
negative
For the rotate instructions, make sure
that N is within the allowable range for
the data type used for In.
3009
The number of bits to rotate is
too large
For the rotate instructions, make sure
that N is within the allowable range for
the data type used for In.
3010
The bit number is negative
Make sure the bit number is positive.
E.2
Error Codes 3011Ć3020
Error Code: Text Description:
How To Correct the Error:
3011
The bit number is too large
Make sure the bit is within the
appropriate range.
3012
The array index is negative
For parameters that accept array
variables, specify a valid array
element.
3016
The array index is too large
For parameters that accept array
variables, specify a valid array
element.
3020
The value in Length_Out is too
large for array block's Out
Make sure Length_In and Length_Out
are within the range of the array.