- 1、本文档共30页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
G代码命令(国外英文资料)
G代码命令(国外英文资料)
G code command
The code group and its meaning
Modal code and normal code
The functionality of the form code will continue to be maintained after it is executed, whereas general code only works when the command is received. The code that defines movement is typically modal code, like a straight line, an arc, and a loop code. Conversely, the return code like the origin is called general code.
Each code belongs to its own code group. In modal code, the current code is replaced by the same group of code that is loaded.
Dont explain the G code group
G00 rapid positioning (rapid movement)
G01 linear cutting
G02 clockwise arc
The G03 counterclockwise arc
G04 suspended
G17 XY plane assignment
G18 XZ plane assignment
G19 YZ plane of the assignment
The G28 machine tool returns the origin
The G30 machine returns the second and third origin
* G40 removed the cutter diameter offset
G41 tool diameter left offset
G42 tool diameter right offset
* G43 tool length + direction offset
* G44 tool length - directional offset
G49 removed the cutter length offset
* G53 tool frame selection
The G54 artifact frame 1 selection
G55 artifact coordinate 2 selection
G56 artifact frame 3 selection
G57 artifact frame 4 selection
G58 artifact frame 5 selection
G59 artifact frame 6 selection
G73 high-speed deep hole drilling cycle
The G74 left helical cutting cycle
G76 fine boring cycle
* G80 cancels the fixed loop
G81 center drilling cycle
G82 anti-boring cycle
The G83 deep hole drilling cycle
The G84 right helical cutting cycle
G85 boring cycle
G86 boring cycle
G87 reverse boring loop
The G88 boring cycle
G89 boring cycle
* G90 USES the absolute value command
G91 USES an incremental value command
G92 sets the artifact coordinate system
The * G98 fixed cycle returns the starting point
* G99 returns a fixed loop point
Code interpretation
G00 positioning
1. The format
G00 X_ Y_ Z_
This command from the current position the cutting tool moves to command the location specified (in absolute
文档评论(0)