
WindO/I-NV4 User’s Manual
20-21
4 Script Definition Method
20
Script
4.1 Format List
This section describes the format and operation of control statements, operators, functions, etc.
Enter everything except comments in single-byte. For specific definition examples, refer to “5 Script Coding Examples”
on page 20-30.
●
Control statements
Conditional expressions are described as
,
,
here. Execution lines are described as
, ,
...
■
Conditional branching
■
Repeat
4
Script Definition Method
HG3G
HG2G-5F
HG5G-V HG4G-V
HG3G-V
HG2G-V
HG2G-5T
HG4G
HG1G HG1P
Cond. expr.
Cond. expr. 1
Cond. expr. 2
Exe. line
Exe. line 1
Exe. line 2
Format
Description
if
else
else if
if
(
)
{ ;
}
Execution line is executed if the conditional expression is satisfied.
if (
)
{ ;
}
else
{ ;
}
Execution line 1 is executed if the conditional expression is satisfied.
Execution line 2 is executed if it is not satisfied.
if (
)
{ ;
}
else if
(
)
{ ;
}
else
{ ;
}
Execution line 1 is executed if the conditional expression 1 is satisfied.
Conditional expression 2 is determined if conditional expression 1 is not
satisfied, and execution line 2 is executed if conditional expression 2 is
satisfied.
Execution line 3 is executed if conditional expression 2 is not satisfied too.
switch
case
default
switch
(
)
{
case
constant 1:
;
break;
case
constant2:
;
break;
default
:
:
break;
}
Execution line 1 is executed if the value of conditional expression matches
constant 1.
Execution line 2 is executed if the value of conditional expression matches
constant 2.
Execution line 3 is executed if the value of conditional expression does not
match constant 1 nor constant 2.
Cond. expr.
Exe. line
Cond. expr.
Exe. line 1
Exe. line 2
Cond. expr. 1
Exe. line 1
Cond. expr. 2
Exe. line 2
Exe. line 3
Cond. expr.
Exe. line 1
Exe. line 2
Exe. line 3
Format
Description
while
while
(
)
{
;
}
Execution line is repeatedly executed while the conditional expression is
satisfied.
• It will go into an infinite loop when the conditional expression is always satisfied,
so do not set fixed values or device addresses that do not change as the
conditional expression.
• Do not write a value to the external device address in the while definition.
Cond. expr.
Exe. line
Содержание 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 ...