Programming example

Programing Example

prg_example

Thread milling

; Thread milling

T11 D11                                             ( Tool data )

M6                                                  ( Tool change )

G00 G17 G90 G54 F200 M03 S6000                      ( Technology data )

G00 Z50                                             ( Go to z start position )

G00 X50 Y50          ( Position near workpiece mill tool is outside the part )

; Thread M20x1 clockwise roughing

L CYCLE [NAME=SysMillThread.ecy @P1=0 @P49=50 @P13=5 \

                                @P3=2 @P4=-15 @P6=20 @P7=1]

G00 Z150 M5                                         ( Park position )

M30

Programming example
Programming example