Programming
10.3 Axis movements
Surface grinding
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
235
Programming example
N5 G90 X30 Y40
;Starting point circle for N10
N10 CIP X50 Y40 I1=40 J1=45
; End point and intermediate point
10.3.5
Circle with tangential transition: CT
Functionality
With CT and the programmed end point in the current plane G17 through G19, a circle is
generated which is connected tangentially to the previous path segment (circle or straight
line) in this plane.
This defines the radius and center point of the circle from the geometric relationships of the
previous path section and the programmed circle end point.
(QGSRLQWRIWKHFLUFOH
HJ*
1&7;<
1*;<
;
<
Figure 10-24 Circle with tangential transition to the previous path section
Programming example
N10 G1 X20 F300
; Straight line
N20 CT X... Y...
; Circle with tangential connection