Mitsubishi Electric M800VW Series Programming Manual page 266

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 the real number from D10 and D11 at D0 and D1.
[Ladder mode]
SM400
0
4
 The following program stores the real number -1.23 at D10 and D11 when X8 turns ON.
[Ladder mode]
X8
0
4
EMOVP D10 D0
END
[Operation]
D11
D10
36.475
EMOVP E-1.23 D10
END
[Operation]
-1.23
[List mode]
Steps
Inst.
Device
0
LD
SM400
1
EMOVP
D10
D0
4
END
D1
D0
36.475
[List mode]
Steps
Inst.
Device
0
LD
X8
1
EMOVP
E-1.23
D10
4
END
D11
D10
-1.23
245
IB-1501667-B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents