User guide

Page 170
Chapter 4. Programming
[Function] Declares the end of an IFXX command.
[Example] Refer to IFXX.
EDIF (IFXX End)
ELSE
[Function] The ELSE command is used in conjunction with the IFXX command and ISXX command. When the condition is
not established, the command following the ELSE statement will be executed.
[Example] Refer to IFXX.
Expansion
condition
(AND · OR)
Input
condition
(I/O · Flag)
Command
Post
(Output port · Flag)
Command Operand 1 Operand 2
ELSE
Expansion
condition
(AND · OR)
Input
condition
(I/O · Flag)
Command
Post
(Output port · Flag)
Command Operand 1 Operand 2
EDIF