Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 279

Advertising
background image

AĆ7

To reference any element of a timer variable in a ladder logic program

D Assign a name to the timer variable and then add the reserved element

name as an index.

For example, to reference a timer's elapsed value, type this: name.Elapsed. And to

reference the Q status bit, type this: name.Q.
Where name is the name of the timer data structure.
I

MPORTANT:

D Timer elements cannot be forced.
D You must enter global timers into the Variable Configurator as

fiveĆelement, double integer, nonĆvolatile arrays. Example: TIMER1!(4).

Advertising