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
|
–
|
ON = enable conversion
|
|
Bottom
|
SIGNED
|
BOOL
|
–
|
ON = signed operation
OFF = unsigned operation
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
SOURCE
|
UINT
|
%IW, %MW
|
integer value, can be displayed explicitly as an integer (range 0 ... 65,535), stored in a %IW, stored in a %MW, an unlocated UINT or a constant value
|
Middle
|
IN/OUT
|
DEST
|
ArrUInt2
|
%MW
|
Declared as ARRAY[1..2] OF UINT where the converted FP value is stored.
|
Bottom
|
IN
|
CONST
|
UINT
|
1
|
constant value of 1, can not be changed
|
Output Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
OUT
|
BOOL
|
–
|
ON = FP conversion completed successfully
|