6 BASIC INSTRUCTIONS
6.6 Data Transfer Instructions
303
6
Transferring 16-bit block data (65535 points maximum)
BMOV(P)
These instructions block transfer the 16-bit binary data of (n) number of devices starting from the one specified by (s) to the
device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
Ladder diagram Structured text
ENO:=BMOV(EN,s,n,d);
ENO:=BMOVP(EN,s,n,d);
Operand Description Range Data type Data type (label)
(s) Head device for storing the data to be transferred 16-bit signed binary/
32-bit signed binary
ANY16
(d) Head number of the transfer-destination device 16-bit signed binary/
32-bit signed binary
ANY16
(n) Number of transfers 1 to 65535 16-bit unsigned binary ANY16
Operand Bit Word Double word Indirect
specification
Constant Others
X, Y, M, L,
SM, F, B, SB
U\G T, ST,
C, LC
T, ST, C, D,
W, SD, SW, R
U\G Z LC LZ K, H E $
(s)
(d)
(n)