资源描述:
《逐点比较插补算法设计说明书》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、.学院毕业论文(设计)2015届机械设计制造及其自动化专业13班级题目逐点比较插补算法设计姓名学号1指导教师职称教授二О一五年五月二十一日...摘要逐点比较法是数控加工中常用的插补方法,通过控制刀具每次移动的位置与理想位置的误差函数进而实现零件加工,鉴于VB编程简单、直观,采用VB可以实现逐点比较插补原理的相关程序设计及加工过程虚拟化。插补技术是机床数控系统的核心技术,逐点比较法可以实现直线和圆弧插补算法,其算法的优劣直接影响零件直线和圆弧轮廓的加工精度和加工速度。文章在传统的逐点比较直线插补与圆弧插补算法的基础上,提出以八方向进给取代传统的四方向进给,研
2、究了偏差最小的走步方向的实现方法,同时研究了保证数控机床坐标进给连续的偏差递推计算过程。结果表明,新算法可以提高零件轮廓的逼近精度且减少了插补计算次数,从而提高了零件直线和圆弧轮廓的加工精度和加工速度。关键词数控;插补;逐点比较;逼近;偏差函数...Thealgorithmdesignofpoint-to-pointcomparisonAuthor:LIZhiyuanTutor:ChenLiangjiAbstractAbstract:Thealgorithmofpoint-to-pointcomparisonisatypicalpluggingmethod
3、inprocessingofnumericalcontrol,manufacturingpartsbycontrollingerrorfunctionbetweenthepositionthecuttingtoolmovestoandtheperfectposition.VBprogramissimpleandvisual,whichcanvisualizetheprogrammingandprocessingofThealgorithmofpoint-to-pointcomparison.Interpolationtechnologyisthecoret
4、echnologyofmachinetool’sCNCsystem.Thealgorithmofpoint-to-pointcomparisoncanachievethealgorithmsoflinearandcircularinterpolation.Thealgorithmofpoint-to-pointcomparisonlinearandcircularinterpolationaffectsthemachiningaccuracyandratedirectly.Baseontheconventionalalgorithmofpoint-to-p
5、ointcomparisonlinearandcircularinterpolation,itwasputforwardinthearticlethatfeedineightdirectionstakesplaceoffeedinfourdirections,theachievementmethodoffeeddirectionwasresearchedthatcanresultintheleastdeviation,thedeviationrecursivecalculationprocesswasresearchedthat...canensureac
6、ontinuousCNCcoordinatefeed.Theresultshowedthattheapproximationaccuracyofparts’contourwasimprovedandthenumberofinterpolationcalculationwasreducedbyuseofnewalgorithm,andthenthemachiningaccuracyandrateofparts’linearandcircularcontourwasimproved.Keywords:CNC;interpolation;point-to-poi
7、ntcomparison;errorfunction...目录第一章绪论11.1设计与研究的重要性11.3本设计的主要工作2第二章逐点比较法42.1基准脉冲插补42.2逐点比较法42.2.1逐点比较法直线插补算法62.1.2逐点比较法圆弧插补13第三章逐点比较法算法的改进243.1改进的逐点比较直线插补算法253.2改进的逐点比较圆弧插补算法30第4章VB插补程序代码344.1逐点比较法直线插补的程序设计方案344.1.1程序实现34...4.1.2工作界面344.1.3源程序代码354.2逐点比较法圆弧插补VB程序38第五章结论42参考文献44...第一
8、章绪论在现代制造系统中数控系统占有非常重要地位,数控技术是一门不仅