Programming example

Programing Example

prg_example

Helical drill milling

; Helical drill milling

(--------------------------------------------------------------------------)

T8 D8                                               ( Curr. tool data )

M6                                                  ( Tool change )

G00 G17 G90 G54 M03 S10000                          ( Technology data)

G00 Z100                                ( Rapid traverse to start position z )

G00 X0 Y0 F800 G41                                  ( Start position x y )

L CYCLE [NAME=SysDrillHelicalMilling.ecy @P49=20 \

          @P1=0 @P13=5 @P45=25 @P34=8.5 @P81=1]

G00 Z150 M5                                         ( Park position )

(--------------------------------------------------------------------------)

M30

; Helical drill milling with radial infeed

(--------------------------------------------------------------------------)

T8 D8                                               ( Curr. tool data )

M6                                                  ( Tool change )

G00 G17 G90 G54 M03 S10000                          ( Technology data)

G00 Z100                                ( Rapid traverse to start position z )

G00 X0 Y0 F800 G41                                  ( Start position x y )

L CYCLE [NAME=SysDrillHelicalMilling.ecy @P49=20 \

          @P1=0 @P13=5 @P45=25 @P34=15 @P81=1 \

          @P16=4]

G00 Z150 M5                                         ( Park position )

(--------------------------------------------------------------------------)

M30

Programming example: Helical drill milling
Programming example: Helical drill milling