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.
|
|
Bottom
|
SIGNED
|
BOOL
|
–
|
ON indicates a signed operation; OFF indicates an unsigned 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:
-32,768 to 32,767 (signed)
0 to 65,535 (unsigned).
|
|
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:
-32,767 to 32,768 (signed)
0 to 65,535 (unsigned).
|
Bottom
|
IN/OUT
|
RESULT
|
ArrUInt2
|
%MW
|
The product. Can be as much as 4,294,967,295 in an unsigned operation, or +/- 65,535 in a signed operation. The first word stores the low-order half of the product, and the second word stored the high-order half 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 16-bit multiplication operation succeeded. (Echoes the status of the ENABLE input).
|