Specifications
_____________________________________________________________________ 
_____________________________________________________________________ 
 CONCISE GUIDE FANUC 31 
3.6 “G95” FEED IN MM/REV 
The  G95 function selects the feed F in mm/rev. When this function is active the feed values will be 
programmed as follows: F0.05, F0.15, F0.3, F0.5 and so forth. G95  is automatically activated when the 
machine is switched on, therefore it is not necessary to specify its activation in the program. It is a  modal 
function and can be cancelled by programming code G94. 
N4 …… 
N5 G1 Z-30 F0.3    ; Program with G95 (F= mm/rev.) present at power on 
N6 …… 
N7 …… 
N8 …… 
N9 G94    ; Program with G94 (F= mm/min) 
N10 G1 Z50 F500 
N11 …… 
N12 G95    ; Program with G95 (F= mm/rev.) 
N13 G1 Z-20 F0.2 
N14 …… 
3.7 “G94” FEED IN MM/MIN
The G94 function selects feed F in mm/min. When this function is active the feed values will be 
programmed as follows: F50, F150, F500, F2000 and so forth. This function is used to perform 
movements with work feed when the spindle is stationary, or when it is necessary to release the axis feed 
from the spindle revolutions (e.g.: when milling with motor driven tools). G94 is a modal function and can 
be cancelled by programming the code G95. 
N5 G1 X… Z… F0.2    ; Feed mm/rev. (present at power on) 
N6 …… 
N7 …… 
N8 G94       ; mm/min feed set 
N9 G1 X… Z… F400   
N10 …… 
N11 …… 
N12 G95      ; mm/rev feed set 
N13 G1 X… Z… F0.12     
N14 …… 










