倾斜椭圆的编程(Oblique elliptical programming).docVIP

倾斜椭圆的编程(Oblique elliptical programming).doc

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
倾斜椭圆的编程(Oblique elliptical programming)

倾斜椭圆的编程(Oblique elliptical programming) Oblique elliptical programming Take the long and half axis 30, the short and half axis 20, and tilt 30 degrees for example # 1 = 0 N1 # 2 = cos * 30 # [1] * 20 # # 3 = sin [1] # # 4 = atan [3] / [2] + 30 # 5 = SQRT (# # # 2 + # 3 * 2 * 3] # 6 = cos * # 5 # [4] # # 7 = sin [4] * # 5 If # 1 gt360 goto2 G1x # 6 # 7 f100 y # # 1 = 1 + 1 goto1 n2m00 The ellipse has a half axis of 30, the short half axis is 20, and the ellipse circles the ellipse at 30 degrees. The ellipse is processed to the X diameter of 40. # 1 = 30 elliptic lengths # 2 = 20 elliptic short axle # 3 = COS [30] * 26.19 # 3 is the starting point of the ellipse to the ellipse # 4 = 20 - TAN [30] * 21.02 # 4 is the terminal distance of the ellipse to the ellipse Z # 5 = COS [30] * 21.02 # 6 = SIN [30] * # 4 # 7 = # 5 + # 6 # 7 is the end of the ellipse WHILE [# 3GE # 7] DO1 determines whether the ellipse is going to the end # 8 = # 2 * SQRT [# 1 * # 1 # 1 - # 3] / # 1 elliptical formula # 9 = COS [30] * # 8 # 9 is the X-axis variable # 10 = SIN [30] * # 8 + COS [30] * # 3 # 10 is the z-axis variable G01X [2 * # 9 - # 3] Z [# 10-26.19] line interpolation # 3 = # 3-0.5 long axis step 0.5 END1 Fanuc-0i nc car parabolic macro program CNC 2008-01-07 19:26:11 reading 113 comments: large and small subscriptions. O1234 T1; The M3 S800; GO X0 Z30; G1 Z25 F0.1; # 2 = 0.01; # 3 = 0; # 4 = 25; N1 # # # # 3 * 3 + 1 = 4 to 25 IF [# 1 le0] GOTO2; IF [# 1 gt0] GOTO3; IF [# 1 lt0] GOTO4; N2 U# 2 F0.1; # # # 3 = 3 + 2; # 3 = # 3; GOTO1; N3 W - # 2; # 4 = # 4 to # 2; # 4 = # 4; GOTO1; N4 interchange GO X50 Z100 T00 M05; (; % or O1234 T01 M3 S600 G0X11 Z31 G1 Z30 F0.2 X0 G0 X10 Z31 G1 Z25 # 2 = 0.05 # 3 = 10 # 4 = 25 # 5 = 18.9 # 6 = 5 N1 # 7 = # 7 + # 2 # 9 = 0.5 * # 7 # 9 - # 8 = - [5] * [# 9-5] + 25 G1 X# 7 Z# 8 F0.1 WHILE GE # 5 # 7 DO1 G1Z # 6 GOTO2 END1 WHILE [# 8 GT # 6] DO1 G1 X# 5 GOTO2 END1 GOTO1 N2 G2 X24.9 Z2.5 R2.5 G1 Z0 G0 X50 Z100 T00 M05 ( % Description: EQ NE GT GE LT LE

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档