Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: soarkraut on January 22, 2011, 10:16:16 AM

Title: "run from here"
Post by: soarkraut on January 22, 2011, 10:16:16 AM
hey gang
Need some help.........
I have this program, an airfoil outline with some spar cut-outs.
It runs very smooth along the arc until I use the "run from here" option.
After that.........the arc is cut in jerky small steps. Nothing I can do changes this. Even ending out of Mach3 and reloading the G code , nothing helps. Its jerky steps from then on.
Someone help me here!!!
Pete in Lower/Slower Delaware
Title: Re: "run from here"
Post by: Hood on January 22, 2011, 10:21:06 AM
Can you attach your xml please.
Hood
Title: Re: "run from here"
Post by: soarkraut on January 22, 2011, 11:04:41 AM
ok............I new, I suppose you mean my G code file.
here ya go......
Title: Re: "run from here"
Post by: rrc1962 on January 22, 2011, 12:08:09 PM
Why are you using run from here?  Are you having to stop the program for some reason and restart it in the middle of a run?
Title: Re: "run from here"
Post by: derekbpcnc on January 22, 2011, 12:14:25 PM
Sometimes I get a similar problem.

Mach drops out of CV (G64) and into exact stop.
Make sure you have  G64 at the start of your gcode to tell mach you want to run in Constant Velocity.

Might be totally unrelated but maybe worth a go ?

ATB
Derek
Title: Re: "run from here"
Post by: soarkraut on January 22, 2011, 12:22:54 PM
ok.........
Some of the "pros" now tell me to NOT run from the USB stick.
Random ********* will happen............so they say.
All good advise................thanks for answering
Title: Re: "run from here"
Post by: BR549 on January 22, 2011, 02:01:18 PM
The problem is the drill cycles SOME  drop OUT of CV to do the cycle and does not reinstate it when done, Especially when using the RFH.  I notice that you dont have a preamble to set all the gobal values (;-) such as G64,etc.

Also a good idea to set them after any canned cycle.

(;-) TP
Title: Re: "run from here"
Post by: Hood on January 22, 2011, 02:03:08 PM
Ah OK running from network or USB is not a good idea, if you had said that it would have been the first response from most here ;) It is always best to have the file you are running on the hard drive of the computer you are using.

Regards the xml, it is the configuration settings you have done in Mach and there will be one for each profile on the computer and they will have the name of these profiles.

Hood
Title: Re: "run from here"
Post by: ger21 on January 22, 2011, 02:30:22 PM
I know that G83 for sure changes to G61.
Title: Re: "run from here"
Post by: soarkraut on January 22, 2011, 03:04:45 PM
ok........pretty scary stuff for a Newbie.
I am retired now........used to have a young "whipper snapper" doing all these details for me :P
Its a lonely world now............have to look at the end of my own arm for a hand.
Thanks to all who answered my SOS ::)

Pete in Lower/Slower Delaware
Title: Re: "run from here"
Post by: BR549 on January 22, 2011, 03:36:57 PM
IF you need to isolate some of your code like you do for drilling the holes then consider using block delete. That way if you don't require it turn on block delete and mach will bypass that code.

As to the USB (;-) it depends on the computer. I have one that runs the code from the usb STICK everyday without problems. MACH is memory mapped . that means it loads the entire Gcode program into SYS memory so it NEVER has to reread anything from the drive. SO it should not matter to mach where it came from originally.

Just a thought, (;-) TP

Title: Re: "run from here"
Post by: Hood on January 22, 2011, 03:49:46 PM
When the guy that wrote Mach said
Quote
I do read some reports of people using usb sticks for their program.. very
bad idea as Ive said many times. A disk works much less intrusively and requires
far fewer interrupts to be processed than a usb stick. ( USB drivers can vary
alot too between systems as well.).

I took it on board. I  used to run on the network or USB and never had an issue but after I saw Art say that the first time, maybe 5yrs ago, I have always run from the HDD ever since.

Hood
Title: Re: "run from here"
Post by: BR549 on January 22, 2011, 04:32:21 PM
I don't disagree with the HD as the BEST approach. But I dought the usb had anything to do with his original problem with RFH (;-)

MAYBE one of the VB gurus can come up with a Button utility to load a program from the USB stcik into the Gcode directory and then autoload it into mach from the HD. All with the push of a button

Just a thought, (;-) TP

(;-) TP