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
|
HOLD
|
BOOL
|
–
|
ON = hold pointer value
OFF= increment pointer value
|
Bottom
|
RESET
|
BOOL
|
–
|
ON= reset pointer to zero
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
SOURCE
|
ANY_ARRAY_UINT or ANY_ARRAY_EBOOL
|
%M, %I, %IW, %MW
|
The source table declared as an ARRAY[1..LENGTH*16] OF BOOL or as an ARRAY[1..LENGTH] OF UINT. LENGTH is the value of the LENGTH parameter. The result of LENGTH*16 is represented as a constant.
|
Middle
|
IN/OUT
|
DEST
|
ANY_ARRAY_UINT
|
%MW
|
The common pointer for source and destination followed by the destination word array declared as ARRAY[1..(1+LENGTH)] OF UINT.
|
Bottom
|
IN
|
LENGTH
|
UINT
|
1...999
|
The number of 16-bit Boolean sequences in the source table, and the number of words in the destination table.
Valid range: 1 to 999.
|
Output Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
OUT
|
BOOL
|
–
|
ON indicates the operation succeeded.
|
Middle
|
END
|
BOOL
|
–
|
ON indicates the end of the source table has been reached and further writing form the source table is not possible.
|