230 ISO Programming
4.11 Feed Rate, Shaft Speed
4.11 Feed Rate, Shaft Speed
Speed limitation G26
G26: Main spindle; Gx26: Spindle x (x: 1...3)
The speed limitation remains in effect until the end of the program or
until a new value is programmed for G26/Gx26.
Interrupted feed G64
G64 interrupts the programmed feed for a short period of time. G64 is
a modal function.
For switch-on, program G64 with E and F.
For switch-off, program G64 without parameters.
Example: G26
. . .
N1 G14 Q0
N1 G26 S2000 [maximum speed]
N2 T3 G95 F0.25 G96 S200 M3
N3 G0 X0 Z2
. . .
Parameter
S (Maximum) speed
If S > “absolute maximum speed” (machine parameter),
the parameter value will apply.
Example: G64
. . .
N1 T3 G95 F0.25 G96 S200 M3
N2 G64 E0.1 F1 [interrupted feed on]
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 [interrupted feed off]
. . .
Parameters
E Interval time (0.01 s < E < 99.99 s)
F Feed period (0.01 s < E < 99.99 s)