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
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
VALUE1
|
%IW, %MW
|
The multiplicand. Can be displayed as an integer constant, can be stored in a variable located in a %IW input word or a %MW memory word, or can be in an unlocated word.
Valid range: 0 to 65,535.
|
|
Middle
|
IN
|
VALUE2
|
UINT
|
%IW, %MW
|
The multiplier. 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
|
RESULT
|
ArrUINT2
|
%MW
|
The product. The first word stores the four high-order digits of the product, and the second word stored the low-order digits of the product. For example:
Must be located in 2 %MW memory words or 2 unlocated UINT words.
|
Output Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
OUT
|
BOOL
|
–
|
ON indicates the multiplication operation succeeded. (Echoes the status of the ENABLE input).
|