欢迎来到天天文库
浏览记录
ID:50323594
大小:202.00 KB
页数:14页
时间:2020-03-08
《数控技术专业英语 第3版 工业和信息化高职高专十二五 规划教材立项项目 教学课件 作者 闫帅经 卢艳 邢希英 CHAPTER9.ppt》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、Unit9BasicProgramming第9单元编程基础ReadingTargetAfterreadingthisunit,youshouldbeableto:1.Understandthemeaningofafixedcycleinholeoperation.2.Programminglinearprofiles.Text9.1ProgrammingholeoperationThesimplestoperationstoprogramarethoserelatedtoproducingholes.Theseincludedri
2、lling,boring,tappingandcounterboring.Thesimplicityofprogrammingliesinthefactthattheprogrammeronlyneedstospecifythecoordinatesofaholecenterandthetypeofmachinemotionstobeperformedatthecenter.9.1孔加工编程与孔加工有关的程序编制是编程中最简单的,其中包括钻孔、镗孔、攻丝和锪孔。编程之所以简单,是因为程序员只需确定孔中心的坐标以及机床在该处的运动类
3、型即可。Text9.1ProgrammingholeoperationAfixedcycle,ifusedproperly,takesoverandcausesthemachinetoexecutetherequiredmovements.Thecontrollerstoresanumberoffixedcyclesthatcanberecalledforuseinprogramswhenneeded.Thisreducestheprogrammingtimeandthelengthoftaperequired.如果使用得当的话,
4、固定循环可以接管并指导机床完成所需运动。控制器中储存了许多固定循环,需要时,这些固定循环可以被程序调用,这样能节省编程时间及所需磁带长度。TextAfixedcycleisprogrammedbyenteringinoneblockofinformation:theXandYcoordinates,theZ-axisreferenceplane(R),andthefinalZ-axisdepth.固定循环是由一个程序段内的下列信息构成的:X和Y坐标,Z向参考平面和Z向最终深度。TextToperformthesameoperati
5、onsinthenextblock,theprogrammerneedonlyentertheXandYcoordinatesofthenextholecenter.Inordertomakeiteasierforyoutounderstandthemeaningoffixedcycle,let’sseetheG81cycleinFigure9-1.当在下一程序段执行相同的操作时,编程者只需要输入下一个孔的中心位置的X和Y坐标值。为了让读者更容易理解固定循环的含义,我们一起来看图9-1的G81循环。TextFig.9-1G81cy
6、cleG81循环TextAG81cyclecausesthemachineto:(1)RapidthetoolfromtheZinitialpositiontotheRplane;(2)DrilltheholetoadepthZnatfeedrateFn;(3)RapidbacktoeithertheRplaneorZinitialposition;(4)RapidtothecenterofthenextholeiftheXnYncoordinatesofthatholeareprogrammedinthenextblock.G8
7、1循环命令机床:((1)把刀具从Z的初始位置快速移动到参考平面;(2)以Fn为进给率,钻孔深度Zn;(3)快速返回到Z轴初始位置或Z轴参考平面R;(4)如果在下一程序段中给出下一中心孔的坐标XnYn,则快速移动到该孔中心。Text9.2ProgramminglinearprofilesLinearprofilinginvolvescuttingcontourscomposedofstraightlinesonly.Thelinesmaybehorizontal,vertical,oratanyangle.Inwewilluseli
8、nearinterpolation.Linearinterpolationisusedinpartprogrammingtomakeastraightcuttingmotionfromthestartpositionofthecuttoitsend
此文档下载收益归作者所有