- 20
- 0
- 约2.45千字
- 约 5页
- 2020-04-10 发布于广东
- 举报
人人都能自己改程序头和程序尾.docx
人人都能自己改程序头和程序尾
用记事本打开要改的后处理***.exf文件如下:
文件g)编辑g)格式?查看辺帮助QD
TOOL CHANGE: FIRST:
SET ON SPIN SPEED SPIN DIR ;
* save first tool number
FirstTool = CURR_TOOL ;
LastTool = CURR_T00L ;
* tool cutter compensation register nmber
CutterComp = CURR_TOOL + DiaComp ;
assuming 1st tool is in the spindle^ there is no need
for tool change)
TOC \o 1-5 \h \z OUTPUT $ T CURR_TOOL ;
more then one tool in this run of the Post Processor
IF_SET (NEXT_T00L _NE_ CURR_T00L)
OUTPUT $ T NECT_TOOL ;
END_IF ; 丁
standard tool change commands, (assming 1st tool is in
OUTPUT $ G17040^49080 ;
OUTPUT $ G91G28Z0;
厂;此处为程序头.
原创力文档

文档评论(0)