6 BASIC INSTRUCTIONS
6.6 Data Transfer Instructions
297
6
Transferring 32-bit data
DMOV(P)
These instructions transfer the 32-bit binary data in the device specified by (s) to the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions transfer the 32-bit binary data in the device specified by (s) to the device specified by (d).
There is no operation error.
Ladder diagram Structured text
ENO:=DMOV(EN,s,d);
ENO:=DMOVP(EN,s,d)
Operand Description Range Data type Data type (label)
(s) Transfer source data or device number for storing data -2147483648 to +2147483647 32-bit signed binary ANY32
(d) Transfer destination device number 32-bit signed binary ANY32
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)
(d)
(s)
···
···
···
···
b15
b15
b0
b0
b15
b15 b0
b0
1011 1000 1110010
1011 1
0
00001110010
(d)+1 (d)
(s)+1 (s)
Transferred