306
6 BASIC INSTRUCTIONS
6.6 Data Transfer Instructions
Transferring identical 32-bit block data (65535 points maximum)
DFMOV(P)
These instructions transfer (n) point(s) of data identical to the 32-bit binary data in the device specified by (s) to the devices
specified by (d).
(65535 points maximum)
■Descriptions, ranges, and data types
■Applicable devices
• These instructions transfer (n) point(s) of data identical to the 32-bit binary data in the device specified by (s) to the device
specified by (d).
• If the number of points specified by (n) exceeds the device number range, data is transferred within the possible range.
• When a constant (K) is specified as the transfer source (s), it is automatically converted into binary.
When the value specified in (n) is 0, an operation error does not occur, but no processing is performed,
There is no operation error.
Ladder diagram Structured text
ENO:=DFMOV(EN,s,n,d);
ENO:=DFMOVP(EN,s,n,d);
Operand Description Range Data type Data type (label)
(s) Data to be transferred or the head device for storing the
data to be transferred
-2147483648 to +2147483647 32-bit signed binary ANY32
(d) Head device of the transfer-destination 32-bit signed binary ANY32
(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)
···
···
1234567H
1234567H
1234567H
1234567H
(n)
b31
b0
(d)
(d)+1,
(d)+2
(d+2n-2)
(d+2n-1),
(d)+4
(d)+3,
(d)+5,
···
1234567H
b31 ···
b0
(s1)+1, (s)
Transferred