Circular-to-circular blocks – Rockwell Automation 8520-GUM 9/Series CNC Grinder Operation and Programming Manual Documentation Set User Manual

Page 393

Advertising
background image

Axis Motion

Chapter 12

12-21

Circular-to-Circular Blocks

When the coordinates of the point of intersection of a circular path into a
circular path are not known, use the following format. A G13 or G13.1
must be programmed. If using this format the R--word cannot be used to
specify the radius of an arc in either of the circular blocks. These blocks
must be programmed in absolute.

Format:

G13G02K__I__;
G02 Z__X__K__I__;

Important: The I and K integrands in the second circular block of this
QPP format are not the same values as used for normal circular
interpolation. In this case, they specify the distance from the end point of
the second arc to the center of that arc. At least one of these integrand
words must be programmed in each of the two circular blocks.

Neither circular block can contain an angle word (A) when using this
format.

Example 12.12

Arc Into Arc Without Programming Intersection

G0X0.Z0.;

G13.G03I5F.1;

G02X12Z5I-2.75K2;

Figure 12.13

Results of Arc Into Arc Without Intersection, Example 12.12

Control generates
intersection

Z

X

2

4

6

8

10

2

4

6

8

10

12

+

12153-I

Advertising