Re: [Emc-developers] Changing parameters while program is paused

2009-05-15 Thread Jeff Epler
On Sat, May 16, 2009 at 01:08:41AM +0200, Michael Buesch wrote: > No. But drop any readahead and redo it on program resume. > I suggested editing parameters on a _stopped_ NC program on purpose ;) > I don't see readahead as a general problem here. The interpreter state corresponding to the ongoing

Re: [Emc-developers] Changing parameters while program is paused

2009-05-15 Thread Stephen Wille Padnos
Michael Buesch wrote: >On Saturday 16 May 2009 00:09:16 Jeff Epler wrote: > > >>On Fri, May 15, 2009 at 11:03:50PM +0200, Michael Buesch wrote: >> >> >>>Hi, >>> >>>I'm wondering if it's possible to manipulate #parameters while the NC program >>>is paused. >>> >>> >>No, it's not possibl

Re: [Emc-developers] Changing parameters while program is paused

2009-05-15 Thread Michael Buesch
On Saturday 16 May 2009 00:09:16 Jeff Epler wrote: > On Fri, May 15, 2009 at 11:03:50PM +0200, Michael Buesch wrote: > > Hi, > > > > I'm wondering if it's possible to manipulate #parameters while the NC > > program > > is paused. > > No, it's not possible. Ok > > If this is not currently possi

Re: [Emc-developers] Changing parameters while program is paused

2009-05-15 Thread Dave Caroline
Read ahead could be invalidated on a pause. I dont see a problem there Dave Caroline -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-fre

Re: [Emc-developers] Changing parameters while program is paused

2009-05-15 Thread Jeff Epler
On Fri, May 15, 2009 at 11:03:50PM +0200, Michael Buesch wrote: > Hi, > > I'm wondering if it's possible to manipulate #parameters while the NC program > is paused. No, it's not possible. > If this is not currently possible, how hard would it be to implement that > feature? Two problems come t

[Emc-developers] Changing parameters while program is paused

2009-05-15 Thread Michael Buesch
Hi, I'm wondering if it's possible to manipulate #parameters while the NC program is paused. One use case for me would be to periodically do F#12345 in the program, so I could pause the program and adjust various feedrates without stop/modify/restart. If this is not currently possible, how hard