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

Coordinate Control
Chapter 11
11-46
Usually workpieces on cylindrical grinders are cylindrical in shape. The
control allows programming of workpiece dimensions as radius or
diameter values. It also allows data to be entered into the offset tables as
either radius or diameter values.
This feature is only available on cylindrical grinder configurations.
G08 places the control in diameter programming mode. This mode
remains active until canceled by a G07.
G07 places the control in radius programming mode. This mode remains
active until canceled by a G08.
Your system installer can select G08 or G07 in AMP to be the active mode
at power-up. You can display the currently active G code by selecting the
status screen.
Example 11.15
Diameter/Radius Programming
Assume X is the diameter axis
Diameter Programming Mode (G08)
Radius Programming Mode (G07)
Incremental
Incremental
G90G00X0Z35;
G91G01F.1X12;
Z-10
G02Z-4X8I4;
G01Z-15;
G90G00X0Z35;
G91G01F.1X6;
Z-10
G02Z-4X4I4;
G01Z-15;
Absolute
Absolute
G90G00X0Z35;
G01F.1X12;
Z25;
G02Z21X20I4;
G01Z6;
G90G00X0Z35;
G01F.1X6;
Z25;
G02Z21X10I4;
G01Z6;
11.11
Radius/Diameter Modes
(G07, G08)