
4.8 IF Instruction (IF, ELSE, END_IF)
4-13
4.8 IF Instruction (IF, ELSE, END_IF)
[Outline]
If the conditional expression in the IF instruction is approved, the instruction sequence 1 between IF
and ELSE is executed. If the conditional expression in the IF instruction is not approved, the
instruction sequence 2 between ELSE and END_IF is executed.
[Format]
Symbol : IF
ELSE
END_IF
Full Name : If Then
Else
End of If
Category : CONTROL
Instruction Sequence 1
Instruction Sequence 2
Icon :
, ,
[Parameter]
Parameter Name Setting
Conditional Expression Description by Expression
Komentáře k této Příručce