Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 211

Advertising
background image

10Ć9

10.1.2

Output Parameters for the Unary Array Instruction

This table lists the outputs for the AR1 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

easily chaining multiple instructions. This output follows

the state of EN unless an error occurs.

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.

Connect a contact, coil or Boolean parameter of

another instruction.

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 variĆ

able must be the same data type as that for In.

D array
D simple
D element of an array

D integer
D double integer
D timer

(name.TPreset and

name.Elapsed)

D counter

(name.CPreset

and name.Current)

Advertising