CNC Z32 - Programming Guide (LATHES)
It is possible to nest IF instructions up to 31 levels.
Example:
--IF {condition 1}
--IF {condition 2}
--IF {condition 3}
N30
…
(executed if condition 1 is true, condition 1 is true and condition 3 is true)
N40
--END IF
--END IF
--END IF
63