On 30 July 2010 06:37, Speaker To-Dirt <[email protected]> wrote:

>   But my real question is this. How do I tell EMC2 where to start the the 
> g-code program. So for my board I use two nested loops. The outer loop sets 
> the number of rows and the inner loop sets the number of columns. I have the 
> machine set in X and Y, so I can easily rstart the program and be indexed, 
> but I sure would hate to have to wait another ~30 min or so to return to 
> where I was. I'd like to just tell the g-code parser that I'm in this line 
> and the outer loop has cycled two times (I've completed 2 full rows) already. 
> Is there a way to do this?

It's a bit of a fiddle, and I would be tempted to try it with no tool
loaded first, but you should be able to initialize the loop counters
to the values you need in the MDI window, then right-click in the code
window at the bottom and "run from here". You will have to put the
machine into the right state (tool loaded, feed rates, spindle speed)
manually too.

All in all it is probably easier to temporarily edit the code as Kirk
suggested.

-- 
atp

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to