beautypg.com

7 errors caused by shift register instructions – Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 201

background image

9Ć27

9.7

Errors Caused by Shift Register Instructions

This section describes the possible errors for all Shift Register instructions and those

additional errors specific to the ROL, RL, ROR, and RR instructions.

9.7.1

Errors Caused by All Shift Register Instructions

These errors can occur when you are using the Shift Register instructions in a program.

They are logged in the error log.

If this error occurs:

Then:

Do the following:

Array index is negative.

ENO is set according to

ERROR_ENO, and element

zero of the array is used for

the instruction's operation.

Specify a valid array element.

Array index is too large.

ENO is set according to

ERROR_ENO, and the last

element in the array is used

for the instruction's

operation.

Specify a valid array element.