EasyManua.ls Logo

Omron CX-PROGRAMMER V8.1 - Page 174

Omron CX-PROGRAMMER V8.1
231 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
149
Statement Descriptions Section 5-5
Process Flow Diagram
Usage
Use the IF statement to perform a different operation depending on whether a
single condition (condition equation) is met.
Description
Condition = If true, execute expression_1
Condition = If false, execute expression_2
Precautions
IF must be used together with END_IF.
•The condition must include a true or false equation for the evaluation
result.
Example: IF(A>10)
The condition can also be specified as a boolean variable only rather than
an equation. As a result, the variable value is 1 (ON) = True result, 0
(OFF) = False result.
Statements that can be used in expression_1 and expression_2 are
assignment statements, IF, CASE, FOR, WHILE, or REPEAT.
Example:
IF <condition_1> THEN
IF <condition_2> THEN
<expression_1>;
ELSE
<expression_2>:
END_IF;
END_IF;
The processing flow diagram is as follows:
Condition
False
Tr ue
Expression 1 Expression 2
Condition 1
Condition 2
False
Tr ue
False
Tr ue
Expression 1
Expression 1

Table of Contents

Related product manuals