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
OFF= increment pointer
|
Bottom
|
RESET
|
BOOL
|
–
|
ON= reset pointer to zero
NOTE: You should use external logic in conjunction with the middle and the bottom inputs to confine the value in the destination pointer to a special reserved range. |
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
SOURCE
|
ANY_ARRAY_UINT
|
%MW
|
The source table as a sequence of blocks, each of which has the length given by the value of the LENGTH parameter, declared as an ARRAY[1..LENGTH*n] OF_UINT, where n is the arbitrary table size.
The result of LENGTH*n is represented as a constant.
|
Middle
|
IN/OUT
|
DEST
|
ANY_ARRAY_UINT
|
%MW
|
The pointer to the source table followed by the destination block declared as an ARRAY[1+LENGTH] 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
|
ERR
|
BOOL
|
–
|
ON indicates the attempted operation is not possible.
|