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 = enables conversion
|
|
Bottom
|
SIGNED
|
BOOL
|
–
|
ON = signed operation
OFF = unsigned operation
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
SOURCE
|
ArrUInt2
|
%MW
|
Source parameter where the numerical value to be converted is stored in two UINT words to be declared as ARRAY[1..2] OF UINT. The lower part in SOURCE[1] and the higher part in SOURCE[2].
|
Middle
|
IN/OUT
|
DEST
|
UINT
|
%MW
|
destination parameter where the converted numerical value is posted
|
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 = integer conversion completed successfully
|
Bottom
|
ERR
|
BOOL
|
–
|
ON = converted integer value is out of range
|