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 causes the pointer to cease incrementing after each move.
OFF permits the pointer to continue incrementing.
|
Bottom
|
RESET
|
BOOL
|
–
|
ON restores the pointer to its original value of 0.
|
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
|
ArrUInt2
|
%MW
|
The destination pointer followed by the destination address together in one array declared as ARRAY[1..2] OF UINT.
|
Bottom
|
IN
|
LENGTH
|
UINT
|
1...999
|
The number of 16-bit Boolean sequences included in the source 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.
|