8 Applied Instructions (Move and Compare)
8.7 FMOV / Fill Move
156
FXCPU Structured Programming Manual
[Basic & Applied Instruction]
Program examples
1. When writing specified data to two or more devices
X000
K0 D0
FMOV
EN
s
n
ENO
d
K5
K 0
K 0
D 0
K 0
D 1
K 0
D 2
K 0
D 3
K 0
D 4
Before
execution
After
execution
K 3 K 0
K 5 K 0
K 65 K 0
K 7 K 0
K100 K 0
Values before execution are shown as examples.
······
······
······
······
······
[Structured ladder/FBD] [ ST ]
FMOV(X000, K0, K5, D0);