iCAx开思网

标题: 【求助】怎么把skim提刀的路经post成G00 [打印本页]

作者: _MyST_Rains    时间: 2004-3-9 12:04
标题: 【求助】怎么把skim提刀的路经post成G00
如下图示范‘
  
粉色的抬刀为G01加F值的方法post出来的。。。
默认最大F为9999.0
  
我怎么把skim提刀的刀路post成G00?
作者: _MyST_Rains    时间: 2004-3-9 12:07
To obtain a feedrate output in the Rapid G0 block it will be necessary to add / modify the option " define block move rapid" to include an " ; F ", and to insure that " rapid feed code = 1 "  is include in the option  
  
------------------------------------------------------
From DUCTpost1300 version there will be a variable defined for this feedrate, " Srat", which will allow a little more flexibility in manipulating this function.  
  
An example of this is if the skim move is to be classed as a Rapid Non Linear G0 move instead of a G1 move.  
The following illustrates how this may be achieved.  
   
  
define block move linear  
    if (  feedrate => srat  )  
      N ; G1 0 ; X ; Y ; Z  ; M1 ; M2   ## Rapid Skim as RAPID  
    else  
      N ; G1  ; X ; Y ; Z ; F ; M1 ; M2  
    end if  
  end define
So the above example tape output would now look as follows :-  
1538 G0 Z84.                                     ## Normal Rapid move  
1539 X15.653 Y-37.059                    ## Skim move ( At Rapid Non Linear rate )  
1540 Z69.667                                    ## Normal Rapid move  
1541 G1 Z66.667 F950                     ## Plunge move  
1542 X14.684 Y-37.456 F1100        ## Cutting move  
  
Warning :   It is recomended that this method be employed with care as it is possible that gouging may occure due to the move not being impletmented in a direct line because the machine GO could  move the axes in a zig zag.  
  
如帮助文件所改,
我加上这一个
define block move linear  
    if (  feedrate => srat  )  
      N ; G1 0 ; X ; Y ; Z  ; M1 ; M2   ## Rapid Skim as RAPID  
    else  
      N ; G1  ; X ; Y ; Z ; F ; M1 ; M2  
    end if  
  end define
就没有办法再post了,
说我这一句定义错误
作者: c850h002    时间: 2004-3-9 12:24
因為機床的關係
每台機床都不一樣
舊型機床可能會產生過切現象
所以不建議使用skim  為 G00
  
如果真的要    請將後處理傳上來謝謝
作者: _MyST_Rains    时间: 2004-3-9 12:30
偶现在只有改maximum feedrate =  20000.0  
  
快快帮我
作者: _MyST_Rains    时间: 2004-3-9 12:31

作者: c850h002    时间: 2004-3-9 13:30

作者: _MyST_Rains    时间: 2004-3-9 14:11
谢谢板大
可以了
作者: macam    时间: 2004-3-9 20:14
_MyST_Rains wrote:
偶现在只有改maximum feedrate =  20000.0   
  
  快快帮我

想不到高速机走得这么快      
作者: laopu_sd    时间: 2004-3-12 17:13
看一下DUCTPOST的DOC文件保证你三天搞定所有的三轴POST的问题^_^
作者: _MyST_Rains    时间: 2004-3-12 20:02
laopu_sd wrote:
看一下DUCTPOST的DOC文件保证你三天搞定所有的三轴POST的问题^_^

  
现在粉忙了吧?
作者: davia_wang    时间: 2007-7-29 10:26
顶!
作者: KINGSB    时间: 2007-7-29 22:23
版主具体怎么改啊,请说明白好不好啊,谢谢了,我也有这样的问题啊
作者: 开粗不提刀    时间: 2007-7-29 22:38
高脚~~~
作者: cdh19800729    时间: 2007-7-31 19:23
版主具体怎么改啊,请说明白好不好啊,谢谢了
作者: wkj55    时间: 2020-9-26 16:37
我要学习学习,也遇到这样的问题了




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