Chapter 16 PLC Function Applications│CP2000
16-60
API
MOV
S D
Data movement
12
D P
Bit device Word device
16-bit command (5 STEP)
MOV Continuous
execution type
MOVP Pulse
execution type
32-bit command (9 STEP)
DMOV Continuous
execution type
DMOVP Pulse
execution type
Flag signal:
X Y M K H KnX KnY KnM T C D
S
* * * * * * * *
D
* * * * *
Notes on operand usage: none
S
: Data source.
D
: Destination of data movement.
When this command is executed, the content of
S
content will be directly
moved to
D
. When the command is not executed, the content of
D
will not
change.
When X0=Off, the content of D10 will not change; if X0=On, the value K10 will be
sent to data register D10.
When X1=Off, the content of D10 will not change; if X1=On, the current value of
T0 will be sent to data register D10.
X0
K10MOV D0
X1
T0MOV D10