Command Reference
IF
Table explanation
Group
Program Flow Control
Syntax
IF <variable> <condition> <value> <then> <label>
Op. Code
105
Modes
Program
Description
Defines the different types of conditions/terms that control the
flow of the program. If the IF condition is true, the action specified
by <then> is performed. Otherwise, the next program line is
performed.
variable
System variable (see Chapter
9, List of System
Variables).
Serial
1 U
condition Select
from:
Condition Code
== 0
> 1
< 2
>= 3
<= 4
!= 5
Serial
1 U
Syntax
Arguments
value
Set a value (or system variable ID number) with
the same units as <variable>.
Serial
4 V
XtraWare User Manual
123
Summary of Contents for XTRAWARE - V3.0
Page 2: ......
Page 4: ......
Page 12: ......
Page 79: ...Operating the XtraDrive Using XtraWare Table 14 Sample ECAM Table XtraWare User Manual 69 ...
Page 202: ......
Page 220: ......
Page 258: ...List of Operation Codes 248 XtraWare User Manual versions use STOP_EX ...