beautypg.com

5 comparison – Delta Electronics DELTA DUP-B User Manual

Page 364

background image

Chapter 3 Creating and Editing Screens

If $0 = 100.0, $2 = 100 after executing ICNV command.


3.14.3.5 Comparison

There are various kinds of commands for comparison. For more details, please refer to
the following sections.

IF…THEN GOTO …

Equation
IF expression THEN GOTO LABEL identifier

Explanation
If the command of expression is true, then it will go to LABEL identifier and perform
the program.

Remark

Please refer to the following Comparison command table for the command of
expression.


Example
If the value in $2 is equal to or greater than 10, it will go to LABEL 1 and perform the
program.

Revision May, 2010

3-343