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 starts the timer when RUN also is ON.
|
|
Bottom
|
RUN
|
BOOL
|
–
|
OFF resets the counter to 0; ON lets the timer execute when ENABLE is also ON.
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
PRESET
|
%IW, %MW
|
||
Bottom
|
IN/OUT
|
ACC_TIME
|
UINT
|
%MW
|
The actual number of counts accumulated during counting. Increments up to the preset value by a value of 1 every second. A variable tied to this pin can be located in a %MW word or an unlocated UINT word.
|
Output Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
EQT
|
BOOL
|
–
|
ON indicates the ACC_TIME value equals the PRESET value.
|
Bottom
|
LESSTH
|
BOOL
|
–
|
ON indicates the ACC_TIME value is less than the PRESET value.
|