- 1、本文档共6页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于DXF的数控切割优化排序算法的研究与实现
32 2013 ,49(15) Computer Engineering and Applications 计算机工程与应用
基于DXF 的数控切割优化排序算法的研究与实现
沈志荣,谢明红
SHEN Zhirong, XIE Minghong
华侨大学 机电及自动化学院,福建 厦门 361021
College of Mechanical Engineering and Automation, Huaqiao University, Xiamen, Fujian 361021, China
SHEN Zhirong, XIE Minghong. Research and implementation of optimized sorting algorithm for NC cutting machine
based on DXF. Computer Engineering and Applications, 2013, 49(15):32-35.
Abstract :This paper realizes the interface technology to read the DXF file by using the development platform of Visual C++ 6.0.
In view of the sorting problem, an optimization algorithm is proposed. The algorithm includes ordering the close graphs, judging
the direction of the contours by vectorizing the graphs, and judging the relationship between the close graphs by combining envelope
rectangle method with based on the ray method. Then the paper studies how to optimize the global path, and puts forward a path
optimization algorithm based on the shortest adjacency which is easy to implement. And the paper proves the validity and practi-
cability of the algorithm through an instance. The algorithms can shorten the auxiliary cutting process time effectively, improve
the processing efficiency and can be widely applied to the NC automatic programming system.
Key words :Drawing Exchange File (DXF); optimized sorting algorithm; optimization of path; Numerical Control (NC)code;
Numerical Control(NC)cutting
摘 要:采用Visual C++ 6.0 开发平台实现了DXF 文件读取的接口技术。针对图元排序问题,提出了一种优化排序算法,
包括封闭图形的有序化处理、矢量化判断轮廓顺逆方向和包络矩形法结合基于射线法判断轮廓岛屿关系。针对全局路径
优化问题,提出一种易于实现的相邻最短路径优化算法,通过实例证实了算法的有效性和实用性。该算法有效缩短了数
控切割加工的辅助时间,提高了加工效率,并且能广泛应用于自动编程数控系统中。
关键词:绘图交换文件(DXF);优化排序算法;路径优化;数控(NC)代码;数控切割
文献标志码:A 中图分类号:TP21/27 doi :10.3778/j.issn.1002-8331.1304-0477
1 前言 国内外有许多学者对切割自动排序的方法进行了研
在工业制造领域,产品设计阶段与制造阶段的区别与 究,并将相关技术应用于生产中。国内已有学者对封闭轮
不同步必然要求CAM 系统能够将Auto
文档评论(0)