6 feed rate and spindle speed, Speed limitation g26/g126, Interrupted feed g64 – HEIDENHAIN MANUALplus 4110 User Manual
Page 297

HEIDENHAIN MANUALplus 4110
297
6.6 F
e
ed Rat
e
and Spindle Speed
6.6
Feed Rate and Spindle Speed
Speed limitation G26/G126
The speed limit remains in effect until a new value is programmed for
G26/G126.
Parameters
S speed:
Maximum speed
Interrupted feed G64
G64 interrupts the programmed feed for a short period of time. This
function is used to ensure continuous chip breaking.
G64 without parameters deactivates the interrupted (intermittent)
feed rate.
Parameters
E pause duration:
Range: 0.01s < E < 999s
F feed duration:
The slide accelerates to the programmed feed
rate and decelerates again to "zero feed" at the end of the period.
Range: 0.01s < E < 999s
Example: G26, G126
%26.nc
[G26, G126]
N1 G14 Q0
N1 G26 S2000
N2 T3 G95 F0.25 G96 S200 M3
N3 G0 X0 Z2
N4 . . .
END
G26:
Speed limitation for spindle
G126:
Speed limitation for spindle 1 (driven tool)
The speed limitation remains in effect even after
concluding the DIN program and exiting "Program run"
mode. You can define a new speed limit in the "F, S, T
menu" or via parameters.
If the speed programmed with G26/G126 is greater than
the speed set in the machine parameter "General
parameters for spindle—Absolute max. speed," then the
speed limit of this parameter takes effect.
Example: G64
%64.nc
[G64]
N1 T3 G95 F0.25 G96 S200 M3
N2 G64 E0.1 F1
N3 G0 X0 Z2
N4 G42
N5 G1 Z0
N6 G1 X20 B-0.5
N7 G1 Z-12
N8 G1 Z-24 A20
N9 G1 X48 B6
N10 G1 Z-52 B8
N11 G1 X80 B4 E0.08
N12 G1 Z-60
N13 G1 X82 G40
N14 G64
END