- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
7 Basic Codes to Control Machine Function
7 Basic Codes to Control Machine Function Some terms Miscellaneous code (M-code) Automatic tool changer (ATC) Pertain to Consistency Resume Identification Pitfall Mindset Revolution 7.1 Understanding M-Codes M-codes are codes used to control various machine functions ranging from tool change to coolant control. These codes are called miscellaneous codes. M-words: M+number Common M-code function Some details: When an M-code is included in the same block as a G-code, the M-code may be executed at the beginning or after the completion of the operation. N100 G01 Z2.0 Y2.0 F10.0 M08 In sometimes, this block may be written as: N90 M08 N100 G01 X2.0 Y2.0 F10.0 2. In the most controls will only allow one M-code to be included in a single block. 7.2 M06-Tool Changes Syntax M06 Tn M06 T01 Immediately after the tool change, you will need to specify the length offset for the tool( using G43 -code) N10 G20 G40 G49 G54 G80 G90 G98 N20 M06 T01 N30 G43 H01 N40 M03 S1200 N50 G00 X0.0 Y0.0 M08 …………. It is a good habit to always move to a safe position whether it is required or not. N90 G01 Z.2 N100 G00 Z10.0 N110 G00 X-5.0 Y5.0 (MOVE TO SAFE LOCATION) N120 M05 N130 G49 N140 M06 T02 N150 G43 H02 N160 M03 S1200 A better way to accomplish this move to a safe location is to automatically send the machine to its home position with the G28 code. N90 G01 Z.2 N100 M05 N110 G49 N120 G91 G28 Z.0 N130 M06 T02 N140 G43 H02 N150 M03 S1200 7.3 M03, M04, M05 –Turning the Spindle On or Off M03 and M04 can be used to turn the spindle on. The only difference between M03 and M04 is the direction of rotation. M03 is defined as forward direction, M04 is defined as reverse direction. N20 M06 T01 N30 G43 H01 N40 M03 S1200 N50 G00 X.0 Y.0 M08 N60 G00 Z.2 Some machine are equipped with a multiple-speed gearbox that must be selected prior to machine. Some machine needs codes for gear
您可能关注的文档
最近下载
- (YUM)百胜验厂审核详细要求清单.pdf VIP
- 四上数学口算竖式脱式应用题每日一练60天(60页).pdf VIP
- 《云南彝良地区地质构造特征探讨.docx VIP
- 三上数学口算竖式脱式应用题每日一练60天(60页).pdf VIP
- 2025年新青岛版数学三年级上册全册课件.pptx
- 《旅游客源地与目的地概况》教案 第1课 了解世界旅游业(一).pdf VIP
- 人教版劳动教育四年级上册全册教学设计.pdf VIP
- 2022年国家人体生物监测工作手册.pdf VIP
- 电子课件自主学习修订版第一单元开启自主学习的旅程.pptx VIP
- JBT 4333.2-2013 厢式压滤机和板框压滤机 第2部分:技术条件.pdf VIP
文档评论(0)