- You are here:
- AM.CO.ZABuythisCNC Utilities Homepage
- PowerRoute-CNC-Router
- Mill Programming Manual.pdf
- Page 9 of 151
1. G Function Description
1.2.2 G01: LINEAR INTERPOLATION
Command form:
G01 X Y Z F__;
X、Y、Z: Specified point
F: Feed rate, Unit: mm/rev (inch/rev) for G95
mm/min (inch/min) for G94default mode
Description:
G01 executes linear interpolation, it can be used G90/G91 to decide
absolute or increment mode, use feed rate provided by F to go to the
specified position.
Note:
The max. feed rate of G01 is defined by PR405-maximum cutting
feed rate or (PR621~PR636)-each axis maximum cutting feed rate
Default value F: 1000mm/min(inch/min) for G94 mode and
1.mm/rev(inch/rev) for G95 mode
Default mode G94/G95 can be changed by parameter Pr3836
(reboot controller to activate setting).
Example 1:
Y
20
Start point
20
Program 20
70
zero point
End point
X
1. absolute command: G90 G01 X90.0 Y40.0;
//do linear interpolation from zero point to the specified point(90,40)
4