6 move table block (tblmv), 1 ) operation – Yaskawa MP900 Series Ladder Programming Manual User Manual
Page 281

5.9 Table Manipulation Instructions
5.9.6 Move Table Block (TBLMV)
5-212
5.9.6 Move Table Block (TBLMV)
( 1 ) Operation
The TBLMV instruction moves a block of data in the table data that is specified by the table name, row number, and
column number to a different table block. The block can be moved between different tables or within the same table.
If the data type of the column elements in the source and destination do not match, an error is output and no data is
moved.
If the instruction ends normally, the number of words that were moved is output, and the Status bit is turned OFF. If an
error occurs, an error code is output and the Status bit is turned ON.
[ a ] If the Move Succeeds
[ b ] If the Move Fails
If the move fails, the table data will retain the contents from before the instruction was executed.
1
2
3
4
5
6
1
2
3
Rows
↓
Table Data 1
4
5
6
Columns →
(W)
1
2
3
4
5
6
Rows
↓
Columns →
Table Data 2
Moved.
Moved.
(W)
(L)
(L)
(W)
(W)
(L)
(L)
(W)
Number of
words moved
Output data
Status
0 (OFF)
Error code
Output data
Status
1 (ON)