On 14 May 2015 at 10:54, Tomaz T. <tomaz_...@hotmail.com> wrote:

> Is there a way to delay motion.spindle-at-speed for few seconds, before it 
> proceeds with g-code?

Yes, you can use timedelay:
http://www.linuxcnc.org/docs/html/man/man9/timedelay.9.html

loadrt...
addf...

net spindle-on motion.spindle-on => timedelay.0.in
net net spindle-on-delayed  timedelay.0.out => motion.spindle-at-speed
setp timedelay.0.on-delay 4

If you wanted to you could also connect spindle-speed to a lincurve
component and have a delay that changed with set speed.

-- 
atp
If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to