Programming and Operating Manual (Turning)
01/2017
41
Fixed point approach (G74/G75)
By using G74, reference point can be approached automati-
cally.
N10 G18 G90 G500 G71
N20 T1 D1
N30 S5000 M3 G95 F0.3
N40 G00 X50 Z5
N50 G01 Z-5
N60 Z5
N70 G74 X=0 ;reference point
By using G75, a fixed point on the machine defined by the
manufacturer can be approached automatically.
N10 G18 G90 G500 G71
N20 T1 D1
N30 S5000 M3 G95 F0.3
N40 G00 X50 Z5
N50 G01 Z-5
N60 Z5
N70
;reference point
For more information, see Section "Fixed point approach (Page 97)".
Spindle accelerates to the programmed speed in clockwise
direction.
Spindle accelerates to the programmed speed in counter-
clockwise direction.
Spindle decelerates to stop.
Sets the spindle to a specific angular position.
N10 G18 G90 G500 G71
N20 T1 D1
N30 S5000
G95 F0.3
N40 G00 X50 Z5
N50 G01 Z-5
N60
N70 Z5
N80
N90
For more information, see Section "Spindle movements (Page 101)".
Setting dwell time in the program (G04)
G04 can be used to stop the tool movements during ma-
chining process.
G04 F5: program dwells for 5 seconds
This makes the workpiece surface much smoother.
N10 G18 G90 G500 G71
N20 T1 D1
N30 S5000 M3 G95 F0.3
N40 G00 X50 Z5
N50 G01 Z-5
N60
N70 Z5 M4
N80 M5
N90 M19
For more information, see Section "Dwell Time: G4 (Page 100)".