Mitsubishi Electric M800VW Series Programming Manual page 254

Plc programming
Hide thumbs Also See for M800VW Series:
Table of Contents

Advertisement

M800V/M80V Series PLC Programming Manual (1/2)
8 Function Instructions
8.4 Data Transfer Instructions
 Program example
 The following program stores input data from X0 to XB at D8.
M3
0
4
 The following program stores the constant K155 at D8 when X8 goes ON.
X8
0
4
 The following program stores the data from D0 and D1 at D7 and D8.
M3
0
4
 The following program stores the data from X0 to X1F at D0 and D1.
M3
0
4
[Ladder mode]
MOV K3X0 D8
END
[Ladder mode]
MOVP K155 D8
END
009BH
b15
D8
0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1
[Ladder mode]
DMOV D0
D7
END
[Ladder mode]
DMOVP K8X0 D0
END
233
Steps
Inst.
0
LD
1
MOV
4
END
Steps
Inst.
0
LD
1
MOVP
4
END
b8 b7
b0
Steps
Inst.
0
LD
1
DMOV
4
END
Steps
Inst.
0
LD
1
DMOVP
4
END
[List mode]
Device
M3
K3X0
D8
[List mode]
Device
X8
K155
D8
[List mode]
Device
M3
D0
D7
[List mode]
Device
M3
K8X0
D0
IB-1501667-B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents