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
|
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 data to be entered into the table. The source can be a single word of type UINT or an ARRAY[1..16] OF BOOL.
|
Middle
|
IN/OUT
|
DEST
|
ANY_ARRAY_UINT
|
%MW
|
The table pointer followed by the table array declared as ARRAY[1..(1+LENGTH] OF UINT
(1+LENGTH is represented as a constant.
|
Bottom
|
IN
|
LENGTH
|
UINT
|
1...999
|
The number of words to be included 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 destination table has been reached and further copying of source data is not possible.
|