6.2.4 Macro and NC Command Blocks
The following program lines will be treated as macro program lines:
- Program lines that contain math or logic operations (=).
- Contains program lines that control conditional expressions (such as GOTO、DO、END).
- Program lines containing macro call instructions (G65).
Any other program line that is not a macro program line will be treated as an NC program line.