7 APPLICATION INSTRUCTIONS
7.11 Character String Processing Instructions
585
7
• The following program searches from the 5th character from the left of the character string data stored in devices starting
from R0 for the character string data in devices starting from D0, and stores the results at D100 when X0 goes ON.
• The following program searches from the 3rd character from the left of the character string data being stored in devices
starting from D0 for the character string data "AB", and stores the results of the search at D100 when X1C goes ON.
[Ladder Mode] [List Mode]
[Operation]
[Ladder Mode] [List Mode]
[Operation]
R1
43
H
(C)49
H
(I)
32
H
(2)33
H
(3)
31
H
(1)32
H
(2)
43
H
(C)49
H
(I)
4D
H
(M)
00
H
R2
R3
R4
"CI2312CIM"
D1
43
H
(C)49
H
(I)
32
H
(2)33
H
(3)
D2 00
H
"CI23"
Searches from
the 5th character
0
Stores "0" because there are no matches.
Not searched since
the search start
position is 5
D0
D100
R0
b15 b8b7
b0 b15 b8b7 b0
Searches from the
3rd character
"AB"
D1
31
H
(1)32
H
(2)
33
H
(3)34
H
(4)
41
H
(A)42
H
(B)
35
H
(5)36
H
(6)
41
H
(A)42
H
(B)
00
H
D2
D3
D4
D5
5th character from
the first character
5
D100
D0
b15 b8b7
b0