Programming example
Programing Example
Reaming
; Reaming
(----------------------------------------------------------------------------)
T4 D4 ( Tool data )
M6 ( Tool change )
G00 G17 G90 G54 F50 M03 S350 ( Technology data )
G00 Z100 ( Go to z start position )
G00 Y20 X0 ( 1st position retract G01 (default) )
L CYCLE [NAME=SysDrillReaming.ecy @P49=20 @P1=0 \
@P13=5 @P45=25]
G00 X40 Y20 ( 2nd position retract G00 )
L CYCLE [NAME=SysDrillReaming.ecy @P49=20 @P1=0 \
@P13=5 @P45=24 @P80=0]
G00 Z200 M5 ( Final position, stop of spindle )
(-----------------------------------------------------------------------------)
M30