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 operation.
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
VALUE1
|
%IW, %MW
|
||
Middle
|
IN
|
VALUE2
|
UINT
|
%IW, %MW
|
The second value to be added. Can be displayed as an integer constant, or can be stored in a variable located in a %IW input word, a %MW memory word or an unlocated word. Valid range: 0 to 65,535.
|
Bottom
|
IN/OUT
|
SUM
|
UINT
|
%MW
|
The sum of addition. The variable tied to this node can be located in a %MW memory word or an unlocated UINT word.
|
Output Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
OVERFL
|
BOOL
|
–
|
ON indicates a sum overflow: SUM > 9,999. SUM will display an accurate overflowed value up to 19,998 (9,999 + 9,999).
|