Chapter 9 NC Control Function
Macro program call G
code (9019.nc)
Set the G code number to call the macro program
(9010.nc ~ 9019.nc) that can be called by the G code.
※ The setting values 0, 1, 2, 3 are ignored.
(0~255.9, real number)
Macro program call M
code (9020.nc)
Assign the M code number to call the macro program
(9020.nc ~ (9020.nc ~ 9029.nc) with the M code.
※ 0, 30 of the input values are ignored.
(0~255, integer)
※ It can be used only in the main program, and when
used in the subprogram, it operates with the general M
code.
Macro program call M
code (9029.nc)
Assign the M code number to call the macro program
(9020.nc ~ (9020.nc ~ 9029.nc) with the M code.
※ 0, 30 of the input values are ignored.
(0~255, integer)
※ It can be used only in the main program, and when
used in the subprogram, it operates with the general M
code.
Modal traverse of
default settings
If there is no G00 or G01, select the G code to be
applied as the default modal.
0: Rapid Traverse(G00)
1: Cutting Feed(G01)
Modal plane of default
settings
If there is no G code instruction for G17, G18, G19
group, select the G code to be applied as the default
modal.
0: XY plane(G17)
1: XZ plane(G18)
2: YZ plane(G19)
Modal absolute /
increment with default
settings
If there is no G code instruction for G90, G91 group,
select the G code to be applied as the default modal.
0: Absolute command (G90)
1: Incremental command (G91)
Check the modal
prohibited area with
default settings
If there is no G code instruction for G22, G23 group,
select the G code to be applied as the default modal.
0: Stroke On(G22)
1: Stroke Off(G23)