![IDEC SmartAXIS Touch FT1A Series Скачать руководство пользователя страница 917](http://html.mh-extra.com/html/idec/smartaxis-touch-ft1a-series/smartaxis-touch-ft1a-series_user-manual_617387917.webp)
SmartAXIS Touch User’s Manual
20-47
5 Script Coding Examples
20
Scr
ipt
Script
Operation description
Searches for the search string “DEFG” that starts from LDR200 in the string to be searched “ABCDEFGHIJKLMNO” that
starts from LDR100 and stores the position of the occurrence of the string in LDR0. If not found, -1 is stored in LDR0.
If “?” is specified as a character to search for, it is handled as an arbitrary single-byte character.
When specifying “
?
” (0x3F) as a character, specify it as “
~?
” (0x7E3F) in two bytes.
When specifying “
~
” (0x7E) as a character, specify it as “
~~
” (0x7E7E) in two bytes.
When searching for “DEFG” and the string was found
When searching for “WXYZ” and the string was not found
■
Example 5.7.32
Search a string
[LDR 0] = STRSTR([LDR 100], [LDR 200]);
• The maximum number for the search string is 128 characters.
• Only internal devices can be used.
t
l
u
s
e
r
h
c
r
a
e
S
d
e
h
c
r
a
e
s
e
b
o
t
g
n
i
r
t
S
g
n
i
r
t
s
h
c
r
a
e
S
Device
Stored value
Device
Stored value
Device
Stored value
LDR200
Upper byte
'D' = 0x44
LDR100
Upper byte
'A' = 0x41
0
LDR0
3
Lower byte
'E' = 0x45
Lower byte
'B' = 0x42
1
LDR201
Upper byte
'F' = 0x46
LDR101
Upper byte
'C' = 0x43
2
Lower byte
'G' = 0x47
Lower byte
'D' = 0x44
←
3
LDR202
Upper byte
0x00
Terminating
character
LDR102
Upper byte
'E' = 0x45
4
Lower byte
0x00
Lower byte
'F' = 0x46
5
LDR103
Upper byte
'G' = 0x47
6
Lower byte
'H' = 0x48
7
LDR104
Upper byte
'I' = 0x49
8
Lower byte
'J' = 0x4A
9
LDR105
Upper
byte
'K' = 0x47
10
Lower
byte
'L' = 0x4C
11
LDR106
Upper
byte
'M' = 0x4D
12
Lower
byte
'N' = 0x4E
13
LDR107
Upper
byte
'O' = 0x4F
14
Lower
byte
0x00
Terminating character
Position
Search string
String to be searched
Search result
Device
Stored value
Device
Stored value
Device
Stored value
LDR200
Upper byte
'W' = 0x57
LDR100
Upper byte
'A' = 0x41
0
LDR0
-1
Lower byte
'X' = 0x58
Lower byte
'B' = 0x42
1
LDR201
Upper byte
'Y' = 0x59
LDR101
Upper byte
'C' = 0x43
2
Lower byte
'Z' = 0x5A
Lower byte
'D' = 0x44
3
LDR202
Upper byte
0x00
Terminating
character
LDR102
Upper byte
'E' = 0x45
4
Lower byte
0x00
Lower byte
'F' = 0x46
5
LDR103
Upper byte
'G' = 0x47
6
Lower byte
'H' = 0x48
7
LDR104
Upper byte
'I' = 0x49
8
Lower byte
'J' = 0x4A
9
LDR105
Upper byte
'K' = 0x47
10
Lower byte
'L' = 0x4C
11
LDR106
Upper byte
'M' = 0x4D
12
Lower byte
'N' = 0x4E
13
LDR107
Upper byte
'O' = 0x4F
14
Lower byte
0x00
Terminating character
Position
Содержание SmartAXIS Touch FT1A Series
Страница 1: ...FT1A Series FT9Y B1390 4 SmartAXIS Touch User s Manual ...
Страница 22: ...Contents Preface 21 SmartAXIS Touch User s Manual ...
Страница 240: ...6 Using Library Screens 4 36 SmartAXIS Touch User s Manual ...
Страница 416: ...2 Multi State Lamps 8 26 SmartAXIS Touch User s Manual ...
Страница 558: ...9 Calendar 9 142 SmartAXIS Touch User s Manual ...
Страница 668: ...6 Timer 11 52 SmartAXIS Touch User s Manual ...
Страница 754: ...4 Using Data and Detected Alarms 13 34 SmartAXIS Touch User s Manual ...
Страница 792: ...4 Using the Data 14 38 SmartAXIS Touch User s Manual ...
Страница 810: ...4 Using the Data 15 18 SmartAXIS Touch User s Manual ...
Страница 870: ...3 Text Manager 19 16 SmartAXIS Touch User s Manual ...
Страница 924: ...6 Important Notes 20 54 SmartAXIS Touch User s Manual ...
Страница 1036: ...5 User Communication 22 74 SmartAXIS Touch User s Manual ...
Страница 1092: ...2 Monitoring on the Touch 24 26 SmartAXIS Touch User s Manual ...
Страница 1142: ...2 Word Devices 27 18 SmartAXIS Touch User s Manual ...
Страница 1186: ...2 Analog Cartridge 29 34 SmartAXIS Touch User s Manual ...
Страница 1194: ...3 Handling Problems 30 8 SmartAXIS Touch User s Manual ...