Mitsubishi Electric M800VW Series Programming Manual page 374

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.10 Character String Processing Instructions
 The following program stores 4 characters of the character string data stored in the area starting from D0 into the area
starting from the 3rd character from the left of the character string data in the area starting from D100 when X0 turns ON.
X0
0
5
b15
31H (1)
D0
45H (E)
D1
D2
33H (3)
D3
R0
3
R1
4
[Ladder mode]
MIDWP D0 D100 R0
END
[Operation]
b8b7
b0
32H (2)
46H (F)
30H (0)
00H
"21FE03"
Steps
Inst.
0
LD
1
MIDWP
5
END
Before execution
b15
D100
53H (S)
59H (Y)
D101
D102
31H (1)
D103
42H (B)
D104
"USCYZ10B"
After execution
b15
53H (S)
D100
31H (1)
D101
D102
45H (E)
D103
42H (B)
D104
353
[List mode]
Device
X0
D0
D100
R0
b8b7
b0
55H (U)
43H (C)
5AH (Z)
30H (0)
00H
b8b7
b0
55H (U)
32H (2)
46H (F)
30H (0)
00H
"US21FE0B"
IB-1501667-B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents