The G-functions

The so-called "G"-functions describe the type of the traverse movement, interpolation type, measuring method, the time-related influence and activating of certain operation states. The syntax is:

G <expr> 

For the G-functions, there are a variety of differentiating characteristics:

A modal function is automatically deselected, if, in a following block, another function of the same group is selected.

Programming example

:
N50 G01 X100 Y200 (Linear interpolation active)
N60 G41 X200 Y200 (Linear interpolation active)
N50 X300 Y250 (Linear interpolation active)
N50 X100 Y50 (Linear interpolation active)
N50 G02 X100 Y50 I100 (Circular interpolation active)
: