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
|
BCD2BIN
|
BOOL
|
–
|
ON = BCD → binary conversion
OFF = binary → BCD conversion
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
SOURCE
|
UINT
|
%IW, %MW
|
source parameter where the numerical value to be converted is stored
|
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
|
–
|
echoes the state of ENABLE
|
Bottom
|
ERR
|
BOOL
|
–
|
ON = event in the conversion operation
|