Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 281

Advertising
background image

AĆ9

To reference any element within a counter variable in a ladder logic program

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

name as an index

For example, to reference a counter's Current element, type this: name.Current.
where name is the name of the counter data structure.
I

MPORTANT

D Counter elements cannot be forced.
D You must enter global counters into the Variable Configurator as

fiveĆelement, double integer, nonĆvolatile arrays.

Example: COUNTER1!(4).

A.1.5

Labels

Labels are used only in JMP and LBL instructions. When you enter a new name for a

JMP or LBL instruction, the Editor automatically defines it as a Label.

Advertising