Rockwell Automation 8520-GUM 9/Series CNC Grinder Operation and Programming Manual Documentation Set User Manual
Page 468

Tool Control Functions
Chapter 13
13-6
Example 13.1
Using G10 to Change Offset Table Values
G90;
Selects absolute mode causes values in G10L10 block to
replace existing table values.
G10 L10 P01 Z2.1 X3.0 R.3 Q1 O1;
Wheel geometry offset number 1 has a new length value of 2.1
for Z-axis, 3.0 for X-axis. Radius offset number 1 has a new
radius value of .3 and new orientation value of 1.
G10 L10 P02 Z4.0 X2.1 O1;
Wheel geometry offset number 2 has a new value of 4.0 for Z,
2.1 for X.
G91;
Selects incremental mode causes values in G10L10 block to
add to existing table values.
G10 L10 P01 Z-1 R-.5;
Wheel geometry offset number 1 has a new length value of 1.1
(-1 added to previous value set above). Radius/orientation
offset number 1 has a new radius value of 2.5 (-.5 added to
previous value set above). The current value for any axis not
specified and for the dresser/wheel radius remains unchanged.
Important: You cannot program G10 blocks when dresser/wheel radius
compensation is active.
END OF CHAPTER