HEATS 发表于 2010-10-22 00:32:54

数控车床编程——普通盘类零件的车削加工

<TABLE cellSpacing=0 cellPadding=0 width="98%" border=0>
<TBODY>
<TR>
<TD width="100%">
<P><FONT face=Courier>这类零件的径向和轴向尺较大,一般要求加工外圆、端面及内孔,有时还需调头加工。为保证加工要求和数控车削时工件装夹的可靠性,应注意加工顺序和装夹方式。图1所示为一个比较典型的盘类零件,除端面和内孔的车削加工外,两端内孔还有同轴度要求。为保证车削加工后工件的同轴度,采取先加工左端面和内孔,并在内孔预留精加工余量0.3mm,然后将工件调头安装,在锤完右端内孔后,反向锤左端内孔,以保证两端内孔的同轴度。其数控车削程序编写如下:</FONT></P>
<P align=center><STRONG><IMG src="http://www.chmcw.com/upload/news/article/83/13220_bdt2pr20075616831.gif"></STRONG></P>
<P align=center><STRONG>图1&nbsp; 典型盘形件</STRONG></P>
<P><FONT face=Courier>(1)左端面的加工&nbsp; 左端面的加工过程如图2所示,图中▲为定位点,▽为夹紧点,工件原点设置在右端,数控程序如下:</FONT></P>
<P align=center><STRONG><IMG src="http://www.chmcw.com/upload/news/article/83/13220_ysmmr32007561691.gif"></STRONG></P>
<P align=center><STRONG>图2&nbsp; 左端加工过程</STRONG></P>
<P><FONT face=Courier>O0022&nbsp;&nbsp;&nbsp; /程序编号O0022</FONT></P>
<P><FONT face=Courier>N0 G50X200.0Z60.0;&nbsp;&nbsp;&nbsp; /设置工件原点在右端面</FONT></P>
<P><FONT face=Courier>N2G30U0W0;&nbsp;&nbsp;&nbsp; /直接回第二参考点</FONT></P>
<P><FONT face=Courier>N4G50S1500T0101M08;&nbsp;&nbsp;&nbsp; /限制最高主轴转速为1500r/min,调01号车刀</FONT></P>
<P><FONT face=Courier>N6G96S200M03;&nbsp;&nbsp;&nbsp; /指定恒切削速度为200m/min</FONT></P>
<P><FONT face=Courier>N8G00X198.0Z3.0;&nbsp;&nbsp;&nbsp; /快速走到外圆粗车始点(198.6,3.0)</FONT></P>
<P><FONT face=Courier>N10G0l ZO.3F0.3;&nbsp;&nbsp;&nbsp; /接近端面圆弧切削起点</FONT></P>
<P><FONT face=Courier>N12G03X200.6Z-1.0Rl.3&nbsp;&nbsp;&nbsp; /车削开始</FONT></P>
<P><FONT face=Courier>N14G0l Z-20.0;&nbsp;&nbsp;&nbsp; /Φ200mm外圆粗车</FONT></P>
<P><FONT face=Courier>N16G00X200.6Z0.3;&nbsp;&nbsp;&nbsp; /快速走到右端面粗车起点</FONT></P>
<P><FONT face=Courier>N18G01X98.0;&nbsp;&nbsp;&nbsp; /右端面粗车</FONT></P>
<P><FONT face=Courier>N20G30U0 W0;</FONT></P>
<P><FONT face=Courier>N22T0202;&nbsp;&nbsp;&nbsp; /调02号精车刀</FONT></P>
<P><FONT face=Courier>N24G00X198.OZl.0;&nbsp;&nbsp;&nbsp; /快速走到端面精车起点</FONT></P>
<P><FONT face=Courier>N26G42G01Z0.0F0.15;&nbsp;&nbsp;&nbsp; /刀具右偏</FONT></P>
<P><FONT face=Courier>N28G03X200.O Z-1.0R1.O;&nbsp;&nbsp;&nbsp; / R1端面圆角精车</FONT></P>
<P><FONT face=Courier>N30Z-20.0;&nbsp;&nbsp;&nbsp; /Φ200mm外圆精车</FONT></P>
<P><FONT face=Courier>N32G00X200.6Z0;&nbsp;&nbsp;&nbsp; /快速走到右端面精车起点</FONT></P>
<P><FONT face=Courier>N34G41X200.0;&nbsp;&nbsp;&nbsp; /刀具左偏</FONT></P>
<P><FONT face=Courier>N36X98.0;&nbsp;&nbsp;&nbsp; /右端面精车起点</FONT></P>
<P><FONT face=Courier>N38G40 G30U0W0;</FONT></P>
<P><FONT face=Courier>N40T0303;&nbsp;&nbsp; /调03号粗镗刀</FONT></P>
<P><FONT face=Courier>N42G00X69.4Z0;&nbsp;&nbsp;&nbsp; /快速走到内孔粗镗起点</FONT></P>
<P><FONT face=Courier>N44Z-12.0;&nbsp;&nbsp;&nbsp; /刀具快进</FONT></P>
<P><FONT face=Courier>N46G0lZ-32.0;&nbsp;&nbsp;&nbsp; /Φ69mm内孔粗镗</FONT></P>
<P><FONT face=Courier>N48G03X66.0Z-33.7R1.7;&nbsp;&nbsp;&nbsp; /R2mm内圆角粗镗</FONT></P>
<P><FONT face=Courier>N50X57.4;</FONT></P>
<P><FONT face=Courier>N52Z45.0;&nbsp;&nbsp;&nbsp; /Φ58mm内孔粗镗</FONT></P>
<P><FONT face=Courier>N54G03X56.0Z45.7R0.7;&nbsp;&nbsp;&nbsp; / R1mm内圆角粗镗</FONT></P>
<P><FONT face=Courier>N56X53.0;</FONT></P>
<P><FONT face=Courier>N58Z-60.0;&nbsp;&nbsp;&nbsp; /53mm内孔粗</FONT></P>
<P><FONT face=Courier>N60G00 U-1Z3.0M09;&nbsp;&nbsp;&nbsp; /快速退刀</FONT></P>
<P><FONT face=Courier>N62G30U0W0:</FONT></P>
<P><FONT face=Courier>N64M30:</FONT></P>
<P><FONT face=Courier>(2)右端的加工&nbsp; 右端的加工过程如图3所示。工件原点设置在右端,其数控程序如下:</FONT></P>
<P align=center><STRONG><IMG src="http://www.chmcw.com/upload/news/article/83/13220_zpsluj20075616936.gif"></STRONG></P>
<P align=center><STRONG>图3&nbsp; 右端加工过程</STRONG></P>
<P><FONT face=Courier>O0023&nbsp;&nbsp;&nbsp; /程序编号O0023</FONT></P>
<P><FONT face=Courier>N0G50X100.0Z60.0;&nbsp;&nbsp;&nbsp; /设置工件原点在右端面</FONT></P>
<P><FONT face=Courier>N3G30U0W0;&nbsp;&nbsp;&nbsp; /直接回第二参考点</FONT></P>
<P><FONT face=Courier>N6G50S1500T0101M08;&nbsp;&nbsp;&nbsp; /限制最高主轴转速为1500r/min,调01号车刀</FONT></P>
<P><FONT face=Courier>N9G96S200M03;&nbsp;&nbsp;&nbsp; /指定恒切削速度为200m/min</FONT></P>
<P><FONT face=Courier>N12G00X87.0 Z0.3;&nbsp;&nbsp;&nbsp; 快速走到右端粗车始点(87.0,0.3)</FONT></P>
<P><FONT face=Courier>N15GOlX75.0F0.3;&nbsp;&nbsp;&nbsp; /右端粗车</FONT></P>
<P><FONT face=Courier>N18G00X201.0Z1.0;&nbsp;&nbsp;&nbsp; /快速退刀</FONT></P>
<P><FONT face=Courier>N21Z-112.7;&nbsp;&nbsp;&nbsp; /快速走到左端点(201.0.-112.7)处,以便粗车左端面</FONT></P>
<P><FONT face=Courier>N24G01X151.0F0.3;&nbsp;&nbsp;&nbsp; /粗车左端面</FONT></P>
<P><FONT face=Courier>N27G30U2W2;</FONT></P>
<P><FONT face=Courier>N30T0202;&nbsp;&nbsp;&nbsp; /调02号精车刀</FONT></P>
<P><FONT face=Courier>N33GOOX87.0Z0.O;&nbsp;&nbsp;&nbsp; /快速走到右端精车始点</FONT></P>
<P><FONT face=Courier>N35G01X75.0F0.15;&nbsp;&nbsp;&nbsp; /精车右端面</FONT></P>
<P><FONT face=Courier>N38G00X201.0Z1.O;&nbsp;&nbsp;&nbsp; /快速退刀</FONT></P>
<P><FONT face=Courier>N41Z-113.0;&nbsp;&nbsp;&nbsp; /快速走到左端点(201,—113)处,以便精车左端面</FONT></P>
<P><FONT face=Courier>N44G01X-151.0F0.15;&nbsp;&nbsp;&nbsp; 精车左端面&nbsp;&nbsp;&nbsp; ‘</FONT></P>
<P><FONT face=Courier>N47G30U2.O W20;</FONT></P>
<P><FONT face=Courier>N50T0303;&nbsp;&nbsp;&nbsp; /调03号粗镗刀</FONT></P>
<P><FONT face=Courier>N53G00X77.0Z0.3;</FONT></P>
<P><FONT face=Courier>N58G02X74.4Z-1.0R1.3F0.3;/粗镗右端圆角R1</FONT></P>
<P><FONT face=Courier>N61G01Z-187;&nbsp;&nbsp;&nbsp; /粗镗Φ75mm内孔</FONT></P>
<P><FONT face=Courier>N64X68.4;&nbsp;&nbsp;&nbsp; /台阶粗镗</FONT></P>
<P><FONT face=Courier>N67Z-38.7;&nbsp;&nbsp;&nbsp; /粗镗Φ69mm内孔</FONT></P>
<P><FONT face=Courier>N70X62.0;&nbsp;&nbsp;&nbsp; /台阶粗镗</FONT></P>
<P><FONT face=Courier>N73G00Z3.0;&nbsp;&nbsp;&nbsp; /快速退刀</FONT></P>
<P><FONT face=Courier>N76G30U0W0;</FONT></P>
<P><FONT face=Courier>N79T0404;&nbsp;&nbsp;&nbsp; /调04号精镗刀</FONT></P>
<P><FONT face=Courier>N82G00X77.0Z0.6;&nbsp;&nbsp;&nbsp; /快速走到精镗起点</FONT></P>
<P><FONT face=Courier>N85G4l G01Z0 F0.15;&nbsp;&nbsp;&nbsp; /刀具左偏</FONT></P>
<P><FONT face=Courier>N88G02X75.0Z-1.0R1.0;&nbsp;&nbsp;&nbsp; /镗Rlmm圆弧</FONT></P>
<P><FONT face=Courier>N91G01Z-19.0;&nbsp;&nbsp;&nbsp; /精镗Φ75mm内孔</FONT></P>
<P><FONT face=Courier>N94X69.0;&nbsp;&nbsp;&nbsp; /台阶精镗</FONT></P>
<P><FONT face=Courier>N97Z-39.0;&nbsp;&nbsp;&nbsp; /精镗Φ69mm内孔</FONT></P>
<P><FONT face=Courier>N100X62.O;&nbsp;&nbsp;&nbsp; /台阶精镗</FONT></P>
<P><FONT face=Courier>N103G00Z3.0;&nbsp;&nbsp;&nbsp; /快速退刀</FONT></P>
<P><FONT face=Courier>N106G30U0WO;</FONT></P>
<P><FONT face=Courier>N109T0505;&nbsp;&nbsp;&nbsp; /调05号反向精镗刀</FONT></P>
<P><FONT face=Courier>N112G00X0Z0;&nbsp;&nbsp;&nbsp; /刀具快进</FONT></P>
<P><FONT face=Courier>N115Z-122.0;&nbsp;&nbsp;&nbsp; /刀具快进到点(0,122)</FONT></P>
<P><FONT face=Courier>N118X70.0;&nbsp;&nbsp;&nbsp; /刀具快进到点(70,122)</FONT></P>
<P><FONT face=Courier>N12lG42G01Z-121.0;&nbsp;&nbsp;&nbsp; /刀具右偏</FONT></P>
<P><FONT face=Courier>N124Z-101.0;&nbsp;&nbsp;&nbsp; /反向精镗Φ70mm内孔</FONT></P>
<P><FONT face=Courier>N127G02X66Z-99.0R2.0;&nbsp;&nbsp;&nbsp; /反向精镗R2mm圆弧</FONT></P>
<P><FONT face=Courier>N130X58.0;&nbsp;&nbsp;&nbsp; /反向精镗台阶</FONT></P>
<P><FONT face=Courier>N133Z-88.0;&nbsp;&nbsp;&nbsp; /反向精镗Φ58mm内孔</FONT></P>
<P><FONT face=Courier>N136G02X56.0Z-87.0R1.0;&nbsp;&nbsp;&nbsp; /&nbsp; 反向精镗Rlmm圆弧</FONT></P>
<P><FONT face=Courier>N139X53.0;&nbsp;&nbsp;&nbsp; /反向精镗台阶</FONT></P>
<P><FONT face=Courier>N142G40G00Z3.0:</FONT></P>
<P><FONT face=Courier>N145G30U0W0 M09:</FONT></P>
<P><FONT face=Courier>N148M30:</FONT></P></TD></TR></TBODY></TABLE>
               
页: [1]
查看完整版本: 数控车床编程——普通盘类零件的车削加工

中国磨床技术论坛
论 坛 声 明 郑重声明:本论坛属技术交流,非盈利性论坛。本论坛言论纯属发表者个人意见,与“中国磨削技术论坛”立场无关。 涉及政治言论一律删除,请所有会员注意.论坛资源由会员从网上收集整理所得,版权属于原作者. 论坛所有资源是进行学习和科研测试之用,请在下载后24小时删除, 本站出于学习和科研的目的进行交流和讨论,如有侵犯原作者的版权, 请来信告知,我们将立即做出整改,并给予相应的答复,谢谢合作!

中国磨削网