On 24 August 2014 18:22, Philipp Burch <[email protected]> wrote: > So my question is: Is it possible to adjust dwell times while the > interpreter is executing a program?
Yes, there are many ways to do it, in fact. What GUI are you using? You could easily add a GladeVCP or PyVCP panel to the GUI with a spinbox or knob in it. Alternatively you could connect up a physical knob that the operator could twiddle. In either case the G-code then needs to read the pause time in from HAL then use it. You would conventionally use M66 to get the value from HAL, but in 2.6 it is possible to read hal pins directly in G-code if you set up an INI switch to enable that. -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
