6 block move instruction (tblmv), Outline – Yaskawa MP900 Series Machine Controller New Ladder Editor User Manual
Page 185

1.8 Table Data Manipulation Instructions
1-175
1
1.8.6 BLOCK MOVE Instruction (TBLMV)
Outline
The TBLMV instruction transfers the data of the block elements of the file register table 
specified by the table name (Table Name), row number, and column number to another 
block. Block transfer between different tables and data transfer within the same table are 
both possible. If the column element types of the source and destination blocks are different, 
an error is reported and data is not written.
If errors such as invalid table names, invalid row numbers, invalid column numbers, or 
unmatched storage destination element type are found, they are reported and data is not writ-
ten.
Upon normal termination, the number of words transferred is set in the [Output], and the 
[Status] is turned OFF.
When an error occurs, the corresponding error code is set in the [Output], and the [Status] is 
turned ON.
Table 1.37 Inter Table Block Transfer Instruction Parameters
ADR
Type
Symbol
Name
Specifications
I/O
0
L
ROW1
Table element head row 
number
Head row number of the transfer source table 
element (1 to 65535)
IN
2
L
COL -
UMN1
Table element head col-
umn number
Head column number of the transfer source 
table element (1 to 32767)
IN
4
W
RLEN
Number of row elements
Number of transfer row elements to be 
transferred (1 to 32767)
IN
5
W
CLEN
Number of column 
elements
Number of transfer column elements to be 
transferred (1 to 32767)
IN
6
L
ROW2
Table element head
row number
Head row number of the transfer destination 
table element (1 to 65535)
IN
8
L
COL -
UMN2
Table element head
column number
Head column number of the transfer destination 
table element (1 to 32767)
IN
