Name in LL984 Editor
|
Function Block Name
|
---|---|
name of legacy 984 instruction
|
name in other tools and editors like:
|
![]() |
![]() |
Input Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
ENABLE
|
–
|
OFF to ON initiates the count if the RUN button is also ON.
|
|
Bottom
|
RUN
|
BOOL
|
–
|
OFF resets the counter to the PRESET value; ON lets the counter execute when ENABLE turns ON.
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
PRESET
|
%IW, %MW
|
||
Bottom
|
IN/OUT
|
ACCUM
|
UINT
|
%MW
|
The accumulated count. Decrements down from the preset value by a value of 1 each time the top input transitions from OFF to ON, until this value reaches 0. A variable tied to this pin can be located in a %MW memory word or an unlocated UINT word.
|
Output Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
EQ_ZERO
|
BOOL
|
–
|
ON indicates the accumulated count equals 0.
|
Bottom
|
GR_ZERO
|
BOOL
|
–
|
ON indicates the accumulated count is greater than 0.
|