Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual
Page 220

10Ć18
10.2.2
Output Parameters for the MultiĆArray Instruction
This table lists the outputs for the AR2 instruction and the variable type and data
type/range that each output supports.
Parameter
Description
Variable Type
Data/Type Range
ENO
Use this output as the input to another instruction for easiĆ
ly chaining multiple instructions. This output follows the
state of EN unless an error occurs.
Connect a contact, coil or Boolean parameter
of another instruction.
DN
This output is true when the instruction has operated on
the last array element or an error was found during the
first scan.
DN is false when EN is false.
ER
This output is set true after the instruction is completed
when an error was encountered during its operation. This
output is set false when EN is false.
Out
Enter the name of a variable in which you want to store
the result of the Operation. The data type for this variable
must be the same data type as that for In1 and In2.
D array
D simple
D element of an
array
AĆZ
Index
Enter the name of a simple variable in which you want to
store the index that was operated on during the last scan.
When ER is true, this contains the index of the first error
detected. Note that this number is relative to where the
array operation started.
D simple
D element of an
array
D integer
D double integer
The range is
0 to 99999