Programming example

Programing Example

prg_example

Drill thread milling

; Drill thread milling

T6 D6                                               ( Curr. tool data )

M6                                                  ( Tool change )

G00 G17 G90 G54 M03 S10000                          ( Technology data )

G00 Z100                                ( Rapid traverse to start position z )

G00 X20 Y20 F800 G41                                  ( Start position x y )

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

          @P1=0 @P13=5 @P45=20 @P34=3 @P81=1 \

          @P26=2]

G00 Z150 M5                                         ( Park position )

M30

Programming example: Drill thread milling
Programming example: Drill thread milling