如何在G代码操作期间更改轴速度

huangapple go评论76阅读模式
英文:

How to change axis velocity during Gcode operation

问题

好的,以下是已翻译的内容:

"大家干得好,

我一直在研究一个3轴数控机床一段时间了。很多方面都很顺利!但是我找不到如何在处理G代码时增加或减少轴速度的方法。我正在使用SMC_INTERPOLATOR块来操作G代码。我认为可以通过该块的'dwtime'值来解决这个问题,但这并不是一个健康的解决方案。

我需要支持!我需要在运动过程中瞬间增加或减少轴速度!

谢谢。/ ByCNC

关于运动轴速度控制问题的方法是什么"

请注意,代码部分没有进行翻译。

英文:

Good work everyone,

I have been working on a 3 axis CNC machine for a while. A lot of things are going great! But I couldn't find how to increase or decrease the axis speeds while processing the g code. I am using the SMC_INTERPOLTAOR block to manipulate the G code. I think I can overcome this problem with the 'dwtime' value in the entry of this block, but this does not offer a healthy solution.

I need support for this! I need to do an instant increase or decrease of the axis speed during a motion!

Thanks. / ByCNC

What is motion axis speed control problem method

如何在G代码操作期间更改轴速度

答案1

得分: 1

While I have no experience with SoftMotion CNC libraries, looking through the documentation the dOverride input argument seems to be promising:

> ... 特定对象的计划速度将受到dOverride的影响;因此,在在线模式下,计划速度可以增加或减少...

英文:

While I have no experience with SoftMotion CNC libraries, looking through the documentation the dOverride input argument seems to be promissing:

> ... The scheduled velocity of the particular objects will get scaled by dOverride; thus the scheduled velocity can be increased resp. reduced in online mode...

huangapple
  • 本文由 发表于 2023年2月10日 16:24:52
  • 转载请务必保留本文链接:https://go.coder-hub.com/75408540.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定