Spindle override

The revolutions or speed of a spindle during endless rotation or positioning can be scaled as a percentage via the override interface [HLI].

Influencing by the override interface can be suppressed by means of the NC command G167 [PROG].

Example

N10 S2[M3 REV1000] (if override 50%, the speed is 500 rpm)
N20 S2[G167] (Override influencing off,)
(spindle rotates at 1000 rpm)
N30 S2[REV3000] (Override influencing active again,)
(speed 1500 rpm)
N40 M30 (Program end)