13. Program Support Functions
13.9 Geometric Command
379
(4) Automatic calculation of linear-arc contact
When it is difficult to find the contact of a given line and circular arc, the contact is automatically
calculated by programming the following blocks.
Example
G01 Aa1 Ff1 ;
G03 Xxc Zzc Rr1 Ff1 ;
a1
A
B (?,?)
r1
C(xc, zc)
(5) Automatic calculation of arc-linear contact
When it is difficult to find the contact of a given circular arc and line, the contact is automatically
calculated by programming the following blocks.
Example
G02 Rr1 Ff1 ;
G01 Xxc Zzc Aa1 Ff1 ;
a1
r1
A
B (?,?)
C(xc, zc)