Mitsubishi Electric M800VW Series Programming Manual page 264

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 setting value of T10 is transferred to D0.
X1
0
X2
5
12
In this example, D0 equals to 10.
 The setting value of C20 is transferred to D0.
Condition: Variable timer is set for the counter C20. This is the case where 100 is set for C20, using the setting display
device.
X1
0
X2
5
12
In this example, D0 equals to 100.
[Ladder mode]
T10 K10
S.TMOV T10 D0
END
[Ladder mode]
C20 K50
S.TMOV C20 D0
END
243
[List mode]
Steps
Inst.
Device
0
LD
X1
1
OUT
T10
K10
5
LD
X2
6
S.TMOV
T10
D0
12
END
[List mode]
Steps
Inst.
Device
0
LD
X1
1
OUT
C20
K50
5
LD
X2
6
S.TMOV
C20
D0
12
END
IB-1501667-B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents