Transformations
6.8 Kinematic transformation
Job planning
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
367
Machining a hook-shaped groove:
Program code Comments
N60 G1 X20 ; Infeed tool to groove base
N70 OFFN=12 ; Define 12 mm groove side spacing relative to groove
center line
N80 G1 Z100 G42 ; Approach right side of groove
N90 G1 Z50 ; Groove cut parallel to cylinder axis
N100 G1 Y10 ; Groove cut parallel to circumference
N110 OFFN=4 G42 ; Approach left side of the groove; define 4 mm groove
side spacing relative to the groove center line
N120 G1 Y70 ; Groove cut parallel to circumference
N130 G1 Z100 ; Groove cut parallel to cylinder axis
N140 G1 Z105 G40 ; Retract from groove wall
N150 G1 X25 ; Retract
N160 TRAFOOF
N170 G0 X25 Y0 Z105 CC=200 ; Approach the starting position
N180 M30