Programming example

Programing Example

prg_example

Mill circumferential slots

The following parameter settings are used in the programming example:

T9 D9                          ( Tool data )

M6                     ( Tool change )

G00 G90 M03 S6000              ( Technology data )

G00 Z100               ( Approach starting position in Z )

G00 X-50 Y0                    ( Approach circle centre point )

; polynomial smoothing for smooth movements

#CONTOUR MODE [DEV, PATH_DEV = V.G.WZ_AKT.R / 100]

G261

; Vertical infeed

L CYCLE[NAME=SysMillCircumferentialSlot.ecy @P1=0 @P2=40 @P3=10 @P4=10 @P5=10 \

                                            @P6=V.G.WZ_AKT.R @P7=500 @P8=600  \

                                            @P9=3 @P10=2 @P11=1 @P12=1 @P17=30\

                                            @P18=45 @P19=20 @P20=4 @P21=100]

; Helical infeed @P24=2

L CYCLE[NAME=SysMillCircumferentialSlot.ecy @P1=0 @P2=40 @P3=10 @P4=10 @P5=10 \

                                            @P6=V.G.WZ_AKT.R @P7=500 @P8=600  \

                                            @P9=3 @P10=2 @P11=1 @P12=1 @P17=30\

                                            @P18=45 @P19=20 @P20=4 @P21=100   \

                                            @P24=2]

G260

M30