Mitsubishi Electric M800VW Series Programming Manual page 412

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.11 Special Function Instructions
 Program example
 The following program raises the 64-bit floating-point real number data at D200 to D203 to the power of the 64-bit floating-
point real number data at D0 to D3 when X10 turns ON, and stores the operation result at D100 to D103.
[Ladder mode]
SM402
0
12
D203
EDMOV E15.6 D200
EDMOV E3 D0
POWD D200 D0 D100
END
[Operation]
D3
D2
D1
D0
3
Exponentiation
D202
D201 D200
operation
15.6
[List mode]
Steps
Inst.
Device
0
LD
SM402
1
EDMOV
E15.6
D200
4
EDMOV
E3
D0
7
LD
X10
8
POWD
D200
D0
D100
12
END
D101
D102
D101 D100
3796.416
391
IB-1501667-B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents