Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 218

Advertising
background image

10Ć16

Parameter

Data/Type Range

Variable Type

Description

In2

Enter the name of the second variable or constant that

is to be operated on.

D constant
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)

Length2

Enter the number of elements within In2 that this inĆ

struction is to operate on.
If In2 is a simple variable or constant, enter 1.
If In2 is an array variable, enter a number 1 or larger.
When two of either Length 1, Length2, or Length_Out

are greater than 1, they must be equal, and the third

parameter must also be equal or be a value of 1.

D simple
D constant
D element of an array

D integer or double

integer

D timer

(name.TPreset

and

name.Elapsed)

D counter

(name.CPreset

Length_

Out

Enter the number of elements to store in Out.
If Out is a simple variable, enter 1.
If Out is an array variable, enter a number 1 or larger.
When two of either Length 1, Length2, or Length_Out

are greater than 1, they must be equal, and the third

parameter must also be equal or be a value of 1.

(name.CPreset

and name.Current)

The range is 0 through

100,000 and must not

exceed the maximum

array index plus 1.

Advertising