找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 18261|回复: 14
打印 上一主题 下一主题

【求助】怎么把skim提刀的路经post成G00

[复制链接]
跳转到指定楼层
1
发表于 2004-3-9 12:04:57 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
如下图示范‘
  
粉色的抬刀为G01加F值的方法post出来的。。。
默认最大F为9999.0
  
我怎么把skim提刀的刀路post成G00?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2004-3-9 12:07:13 | 只看该作者
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了,
说我这一句定义错误

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
3
发表于 2004-3-9 12:24:33 | 只看该作者
因為機床的關係
每台機床都不一樣
舊型機床可能會產生過切現象
所以不建議使用skim  為 G00
  
如果真的要    請將後處理傳上來謝謝
4
发表于 2004-3-9 12:30:18 | 只看该作者
偶现在只有改maximum feedrate =  20000.0  
  
快快帮我
5
发表于 2004-3-9 12:31:29 | 只看该作者
游客,本帖隐藏的内容需要积分高于 20 才可浏览,您当前积分为 0

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
6
发表于 2004-3-9 13:30:50 | 只看该作者
游客,本帖隐藏的内容需要积分高于 20 才可浏览,您当前积分为 0

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
7
发表于 2004-3-9 14:11:10 | 只看该作者
谢谢板大
可以了

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
8
发表于 2004-3-9 20:14:09 | 只看该作者
_MyST_Rains wrote:
偶现在只有改maximum feedrate =  20000.0   
  
  快快帮我

想不到高速机走得这么快      
9
发表于 2004-3-12 17:13:40 | 只看该作者
看一下DUCTPOST的DOC文件保证你三天搞定所有的三轴POST的问题^_^
10
发表于 2004-3-12 20:02:01 | 只看该作者
laopu_sd wrote:
看一下DUCTPOST的DOC文件保证你三天搞定所有的三轴POST的问题^_^

  
现在粉忙了吧?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-24 07:02 , Processed in 0.031492 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表