iCAx开思网

标题: 后处理求助 [打印本页]

作者: blue4321    时间: 2007-9-25 18:32
标题: 后处理求助
各位兄弟中秋快乐
今天在出程序时发现heidenhain的iso格式程序不默认g02和g03
如果第一行有g02
第二行也是g02的话mc自带的heidi后处理就不再出g02
但我传到床子里就报错
必须有g02
请问高手如何修改后处理
让每段圆弧都带g02或g03
谢谢
作者: blue4321    时间: 2007-9-25 21:39
是不是没人理解我说的意思
还是大家都回家过节了~
呵呵
作者: huanglonghl    时间: 2007-9-25 23:52
你找下老贴,里面有贴图,找不到你就把后处理传上来,让人帮你改
作者: xujiale    时间: 2007-9-26 08:11
把你的后处理和图形拿来我帮你改
作者: boy9981    时间: 2007-9-26 08:25
原帖由 blue4321 于 2007-9-25 18:32 发表
各位兄弟中秋快乐
今天在出程序时发现heidenhain的iso格式程序不默认g02和g03
如果第一行有g02
第二行也是g02的话mc自带的heidi后处理就不再出g02
但我传到床子里就报错
必须有g02
请问高手如何修改后处理
让每段圆弧都带g02或g03
谢谢




我明白你的意思,以后发帖子的时候,请在标题注明最好,而不是单纯的“后处理求助”。

你的要求就是,每一行代码前面都必须用G代码来表示机床的动作。

使输出的代码每行不省略重复的G01 G02 G03,

编辑后处理:

查找到

prapidout       #Output to NC of linear movement - rapid               
      pcan1, pbld, n, sgplane, `sgcode, sgabsinc, pccdia,
        pxout, pyout, pzout, pcout, strcantext, scoolant, e

plinout         #Output to NC of linear movement - feed                    
      pcan1, pbld, n, sgfeed, sgplane, `sgcode, sgabsinc, pccdia,
        pxout, pyout, pzout, pcout, feed, strcantext, scoolant, e

pcirout         #Output to NC of circular interpolation   
      pcan1, pbld, n, `sgfeed, sgplane, sgcode, sgabsinc, pccdia,
        pxout, pyout, pzout, pcout, parc, feed, strcantext, scoolant, e


改为:

prapidout       #Output to NC of linear movement - rapid               
      pcan1, pbld, n, sgplane, *sgcode, sgabsinc, pccdia,
        pxout, pyout, pzout, pcout, strcantext, scoolant, e

plinout         #Output to NC of linear movement - feed                    
      pcan1, pbld, n, sgfeed, sgplane, *sgcode, sgabsinc, pccdia,
        pxout, pyout, pzout, pcout, feed, strcantext, scoolant, e

pcirout         #Output to NC of circular interpolation   
      pcan1, pbld, n, `sgfeed, sgplane,* sgcode, sgabsinc, pccdia,
        pxout, pyout, pzout, pcout, parc, feed, strcantext, scoolant, e

在sgcode前加 *  看红色部分。
作者: K123000    时间: 2007-9-26 17:40
请高手帮解答.我想修改MASTERCAM的后处理文件为适合我用的.应怎样去修改?谢谢/
作者: blue4321    时间: 2007-9-26 20:23
谢谢9981
真是高手阿~
作者: proecam    时间: 2007-9-27 12:32
我是个新手.mastercam系统自带的后处理文件是否可用.如要作修改或设定的话.应设定或修改那些内容?请附图片.谢谢/
作者: cqkpmold    时间: 2007-9-29 04:22
有造诣




欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3