Override (G167)
The G167 function deactivates external influencing of spindle override spindle-specific and executes the actually programmed rotational speed. The effect of the programmed override value for one spindle is retained.
Programing Example

Programming one spindle "S2”:
N10 S2[M3 REV1000] (With override 50% speed is 500 rpm)
N20 S2[G167 REV1000] (Override influencing off,)
(spindle rotates at 1000 rpm)
N30 S2[REV3000] (Override influencing active again,)
(speed 1500 rpm)
N40 M30 (End of program)