7 css examples – Rockwell Automation 8520-GUM 9/Series CNC Grinder Operation and Programming Manual Documentation Set User Manual
Page 418

Axis Motion
Chapter 12
12-46
This section provides examples using CSS in typical surface and
cylindrical grinding applications. Before programming any of these
examples, verify that the conditions listed apply to your machine.
CSS While Grinding Part (surface grinding application)
Example 12.19 shows how the wheel spindle speed changes with CSS
active to compensate for a changed wheel diameter. The following
conditions are assumed for this example:
the S--word for this machine applies to the grinding wheel spindle
the grinding wheel spindle has been selected as the CSS axis
constant K is 318.31 (metric constant)
the maximum wheel spindle speed is 9,000 rpm
Example 12.19
CSS while Surface Grinding
Program
Comments
G90 M58;
absolute mode, enable CSS
G96 L0 S9000;
CSS mode, surface speed of 9,000 m/min
G00 X5 Y200 Z1;
rapid move to position 1 above part
G82 X95 Y190 J2 E750 F420;
plunge grind cycle, wheel surface speed 9,000
M98 P55555;
dressing subroutine, wheel speed increases
G00 X5 Y150 Z2;
rapid move to position 2 above part
G82 X95 Y140 J2 E750 F420;
plunge grind cycle, wheel surface speed 9,000
M98 P55555;
dressing subroutine, wheel speed increases
G00 X5 Y100 Z3;
rapid move to position 3 above part
G82 X95 Y90 J2 E750 F420;
plunge grind cycle, wheel surface speed 9,000
G97 S8000;
cancel CSS mode, set wheel speed to 8,000 rpm
12.5.7
CSS Examples