
AxisMotion
Chapter 12
12-46
This section provides examples using CS S 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 applicat ion)
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; absolutemode,enableCSS
G96 L0 S9000; CSS mode,surfacespeed of 9,000m/min
G00 X5 Y200 Z1; rapidmoveto position1 above part
G82 X95 Y190 J2 E750 F420; plunge grind cycle,wheel surfacespeed9,000
M98 P55555; dressingsubroutine, wheel speed increases
G00 X5 Y150 Z2; rapidmoveto position2 above part
G82 X95 Y140 J2 E750 F420; plunge grind cycle, wheel surface speed9,000
M98 P55555; dressingsubroutine, wheel speed increases
G00 X5 Y100 Z3; rapidmoveto position3 above part
G82 X95 Y90 J2 E750 F420; plunge grind cycle, wheel surface speed 9,000
G97 S8000; cancelCSSmode,set wheel speed to8,000 rpm
12.5.7
CSS Examples
Comentarios a estos manuales