
WindO/I-NV4 User’s Manual
20-51
5 Script Coding Examples
20
Script
●
String operations
When using functions that handle string data, check the
Storage Method of string data
setting in the project
settings.
For details, refer to Chapter 4 “3.1 System Tab” on page 4-25.
Script
Operation description
Stores in order from LDR100 character count 3 (3 characters worth) from start position 2 (starting from 0, so the 3rd
character) of the string “ABCDEFG” that starts from LDR200.
Copy from string “ABCDEFG” at start position 2, character count 3
Script
Copy from string “ABCDEFG” at start position 1, character count 4
■
Example 5.7.26
Copy a string
STRCUT([LDR 100], [LDR 200], 2, 3);
The start position can be specified in the range from 0 to 127, the character count can be specified in the
range from 1 to 128.
STRCUT([LDR 100], [LDR 200], 1, 4);
Device address
Stored value
Start
position
Character count
Device address
Stored value
LDR200
Upper byte
'A' = 0x41
0
LDR100
Upper byte
'C' = 0x43
Lower byte
'B' = 0x42
1
Lower byte
'D' = 0x44
LDR201
Upper byte
'C' = 0x43
←
2
LDR101
Upper byte
'E' = 0x45
Lower byte
'D' = 0x44
3
Lower byte
0x00
Terminating character
LDR202
Upper byte
'E' = 0x45
4
Lower byte
'F' = 0x46
5
LDR203
Upper byte
'G' = 0x47
:
Lower byte
0x00
Terminating character
3 characters
Device address
Stored value
Start
position
Character count
Device address
Stored value
LDR200
Upper byte
'A' = 0x41
0
LDR100
Upper byte
'B' = 0x42
Lower byte
'B' = 0x42
←
1
Lower byte
'C' = 0x43
LDR201
Upper byte
'C' = 0x43
←
2
LDR101
Upper byte
'D' = 0x44
Lower byte
'D' = 0x44
3
Lower byte
'E' = 0x45
LDR202
Upper byte
'E' = 0x45
4
LDR102
Upper byte
0x00
Terminating character
Lower byte
'F' = 0x46
5
Lower byte
0x00
LDR203
Upper byte
'G' = 0x47
:
Lower byte
0x00
Terminating character
4 characters
Содержание MICRO/I HG4G-CJT22 F-B Series
Страница 1: ...B 1701 11 User s Manual ...
Страница 26: ...Preface 25 WindO I NV4 User s Manual ...
Страница 50: ...1 WindO I NV4 Specifications 2 18 WindO I NV4 User s Manual Baltic Font ANSI 1257 Cyrillic Font ANSI 1251 ...
Страница 106: ...5 WindO I NV4 Common Operations and Settings 2 74 WindO I NV4 User s Manual ...
Страница 254: ...7 BACnet Communication 3 148 WindO I NV4 User s Manual ...
Страница 362: ...5 Screen Restrictions 5 28 WindO I NV4 User s Manual ...
Страница 402: ...3 Text 7 30 WindO I NV4 User s Manual ...
Страница 574: ...9 Potentiometer 8 172 WindO I NV4 User s Manual ...
Страница 1052: ...4 Using the Data 15 22 WindO I NV4 User s Manual ...
Страница 1170: ...6 Important Notes 20 60 WindO I NV4 User s Manual ...
Страница 1200: ...5 Restrictions 22 18 WindO I NV4 User s Manual ...
Страница 1260: ...5 Editing User Accounts on the MICRO I 23 60 WindO I NV4 User s Manual ...
Страница 1286: ...4 Clear 24 26 WindO I NV4 User s Manual 4 Click Yes 5 Click Close This concludes clearing data ...
Страница 1288: ...4 Clear 24 28 WindO I NV4 User s Manual 6 Click Yes 7 Click Close This concludes clearing data on the external memory device ...
Страница 1322: ...2 Monitoring on the MICRO I 25 28 WindO I NV4 User s Manual ...
Страница 1414: ...4 E mail Function 28 66 WindO I NV4 User s Manual ...
Страница 1554: ...3 Settings 34 14 WindO I NV4 User s Manual ...
Страница 1642: ...2 Handling Problems 36 6 WindO I NV4 User s Manual ...
Страница 1652: ...5 Text Alignment A 10 WindO I NV4 User s Manual ...
Страница 1664: ...Index 12 WindO I NV4 User s Manual ...