Rockwell Automation 8520-MUM 9/Series CNC Mill Operation and Programming Manual Documentation Set User Manual

Page 790

Advertising
background image

Chapter 30
Using a 9/Series Dual--processing System

30-22

This is a representation of the basic format for modifying the tables.

G10 L

{ }

P__ X___ Z___ I___ K___;

5
6

Where :

Is :

L(5-6)

The definition of which area in the table is being modified.

L5 -

Modifies the Area 1 values

L6 -

Modifies the Area 2 values

P

The boundary number of the interference boundary that is having its values changed is
specified following the P address.

X

The value to add to (in G91 mode) or replace (in G90 mode) the positive X axis value. This
value is always a radius value.

Z

The value to add to (in G91 mode) or replace (in G90 mode) the positive Z axis value.

I

X axis integrand. The value to add to (in G91 mode) or replace (in G90 mode) the negative X
axis value. This value is always a radius value. I is the integrand word of the X axis.

K

Z axis integrand. The value to add to (in G91 mode) or replace (in G90 mode) the negative Z
axis value. K is the integrand word of the Z axis.

Programming this G10 code can change only the table values for the
process that has the G10 part program currently active. You must run
separate G10 programs in each process to set up each area.

Important: G10 blocks cannot be programmed when TTRC is active.

Advertising