630
FX
3U
/FX
3UC
Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
26 Character String Control – FNC200 to FNC209
26.10 FNC209 – $MOV / Character String Transfer
Program example
In the program example shown below, character string data stored in D10 to D12 is transferred to D20
through D22.
X000
FNC209
$MOV
D10
D20
END
b15
b8 b7
b0
D10
4DH(M)
D11
D12
45H(E)
00H
2AH(*)
b15
b8 b7
b0
D20
D21
D22
45H(E)
4DH(M)
45H(E)
00H
2AH(*)
45H(E)