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.
|
|
Middle
|
CONT
|
BOOL
|
–
|
OFF = search from beginning
ON = search from last match
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
SOURCE
|
ANY_ARRAY_UINT
|
%IW, %MW
|
Source table to be searched. To be declared as ARRAY[1..LENGTH] OF UINT, where LENGTH is the value of the LENGTH parameter.
|
Middle
|
IN/OUT
|
PATTERN
|
ARRAY[1..2] OF UINT
|
%MW
|
Pointer to the source table followed by the pattern word to be searched, declared as ARRAY[1..2] OF UINT.
|
Bottom
|
IN
|
LENGTH
|
UINT
|
1...100
|
The number of words in the destination block.
Valid range: 1 to 100
|
Output Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
OUT
|
BOOL
|
–
|
ON indicates the operation succeeded.
|
Middle
|
FOUND
|
BOOL
|
–
|
ON = match found
|