- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Unit 9 Basic Programming 第9单元 编程基础 Reading Target After reading this unit, you should be able to : 1. Understand the meaning of a fixed cycle in hole operation. 2. Programming linear profiles. Text 9.1 Programming hole operation The simplest operations to program are those related to producing holes. These include drilling, boring, tapping and counterboring. The simplicity of programming lies in the fact that the programmer only needs to specify the coordinates of a hole center and the type of machine motions to be performed at the center. 9.1孔加工编程 与孔加工有关的程序编制是编程中最简单的,其中包括钻孔、镗孔、攻丝和锪孔。编程之所以简单,是因为程序员只需确定孔中心的坐标以及机床在该处的运动类型即可。 Text 9.1 Programming hole operation A fixed cycle, if used properly, takes over and causes the machine to execute the required movements. The controller stores a number of fixed cycles that can be recalled for use in programs when needed. This reduces the programming time and the length of tape required. 如果使用得当的话,固定循环可以接管并指导机床完成所需运动。控制器中储存了许多固定循环,需要时,这些固定循环可以被程序调用,这样能节省编程时间及所需磁带长度。 Text A fixed cycle is programmed by entering in one block of information: the X and Y coordinates, the Z-axis reference plane (R), and the final Z-axis depth. 固定循环是由一个程序段内的下列信息构成的:X和Y坐标,Z向参考平面和Z向最终深度。 Text To perform the same operations in the next block, the programmer need only enter the X and Y coordinates of the next hole center. In order to make it easier for you to understand the meaning of fixed cycle, let’s see the G81 cycle in Figure 9-1. 当在下一程序段执行相同的操作时,编程者只需要输入下一个孔的中心位置的X和Y坐标值。为了让读者更容易理解固定循环的含义,我们一起来看图9-1的G81 循环。 Text Fig. 9-1 G81 cycle G81 循环 Text A G81 cycle causes the machine to: (1) Rapid the tool from the Zinitial position to the Rplane, (2) Drill the hole to a depth Zn at feedrate Fn, (3) Rapid back to either the Rplane or Zinitial position, (4) Rapid to the center of the next hole if the Xn Yn coordinates of that hole are programmed in the next block. G81 循环命
文档评论(0)