Spindle override in spindle-specific syntax (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

prg_example

Programming one spindle "S2”:

N10 N10 [M3 REV1000]    ;If override is 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               ;Program end