Spindle override in DIN syntax (G167)

Syntax:

G167 <spindle_name>.

non-modal

G167

Set spindle override to 100%

<spindle_name>..

Spindle speed consisting of spindle name according to P-CHAN-00053 and specification of a value. The value has no significance but is only required to represent a complete syntax.

The G167 function deactivates external influencing of spindle override and implements the speed actually programmed.

Programing Example

prg_example

Override (G167)

:

N10 M3 S1000     (When override is 50%, speed is 500 rpm)

N20 G167 S1000   (Override influencing off, speed is 1000 rpm)

N30 S3000        (Override influencing active again, speed is 1500 rpm)

Nxx