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 = initiates comparison
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
VALUE1
|
ARRAY[1...2] OF UINT
|
%MW
|
first floating point value
VALUE1 stores the first floating point value to be compared.
|
Middle
|
IN/OUT
|
VALUE2
|
ARRAY[1...4] OF UINT
|
%MW
|
second floating point value
Word 1 and 2 store the second floating point value to be compared.
Word 3 and 4 are not used but allocation is required.
|
Output Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
OUT
|
BOOL
|
–
|
ON = operation successful
|
Middle
|
GRTH
|
BOOL
|
–
|
Please see the table named GRTH and LESSTH below. That table indicates the relationship created when L9E_CMPIF compares the two values.
|
Bottom
|
LESSTH
|
BOOL
|
–
|
Please see the table named GRTH and LESSTH below. That table indicates the relationship created when L9E_CMPIF compares the two values.
|
GRTH
|
LESSTH
|
Relationship
|
---|---|---|
ON
|
OFF
|
VALUE1 > VALUE2
|
OFF
|
ON
|
VALUE1 < VALUE2
|
ON
|
ON
|
VALUE1 = VALUE2
|