Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: davethefixer on September 22, 2015, 11:47:05 AM

Title: Problem with "RUN FROM HERE"
Post by: davethefixer on September 22, 2015, 11:47:05 AM
Hi All
   i have a problem..
  Mach3 will not "RUN FROM HERE" at any line number over approx 160000.  it works fine with anything up to this but after it locks out the RESET button around line162000.
  As i have started to do some large 3D pieces with Aspire. this can be very frustrating when something goes wrong or a power blip knocks out the PC as the models i am cutting have 1million+ lines of code.
    the latest (still on the machine bed hoping for a solution) was 97% complete or 5 1/2 hours of cutting when the power went off at around line 902000 !!!
 does anyone know a solution to this ?
   cheers
     Dave

Pc
 3ghz Pentium 4 with 2 gig ram
win XP service pack 2  (clean install with nothing but Mach3)
no network installed
 iv attached some files
(http://)


 
Title: Re: Problem with "RUN FROM HERE"
Post by: davethefixer on September 22, 2015, 12:06:22 PM
the gcode is available here from dropbox
https://www.dropbox.com/s/04q08g9dt3fwlkh/complete%206mm%20ballnose%20z-bottom.txt?dl=0
Title: Re: Problem with "RUN FROM HERE"
Post by: Chaoticone on September 22, 2015, 01:50:46 PM
The G Code line numbering is incrementing by 10 so its only getting to roughly 16000 lines.

What are the graphics card specs?
Title: Re: Problem with "RUN FROM HERE"
Post by: Jarhead on September 22, 2015, 02:44:45 PM
I'd like to add also, "Run from here" doesn't set spindle speed as it should.
Title: Re: Problem with "RUN FROM HERE"
Post by: davethefixer on September 22, 2015, 04:36:35 PM
the video card is
  Nvidia gforce 6300  256meg ram

If you load the gcode into notepad++ you will see that the full code length is 947515 lines.
here are the pictures in a sensible size
As can be seen from the photo when RUN FROM HERE was run it stopped at line 162398
and the warning/reset LED is flashing red. bottom right hand corner
   i am running 2010 screenset.

(http://)
(http://)
Title: Re: Problem with "RUN FROM HERE"
Post by: davethefixer on September 22, 2015, 04:39:48 PM
and the 2nd photo
(http://)

Title: Re: Problem with "RUN FROM HERE"
Post by: Chaoticone on September 22, 2015, 04:54:45 PM
Are you pressing cycle start so it can do the prep move? If the reset is tripping it should be giving a message when it does. I'm not sure but I don't think the screen would have any kind of interlock that's causing the run from here grief. I guess it would be easy enough to load the default 1024 set and test though.

It isn't tripping out because of a limit switch is it?
Title: Re: Problem with "RUN FROM HERE"
Post by: davethefixer on September 22, 2015, 05:02:44 PM
you cannot press cycle start without pressing reset first.
   no its not tripping on a limit switch as this is all fine when the "run from here" macro starts.

if you reset and press cycle start it then does the prep move to the line number it locked out on in this case 162398.
or put another way about 4hrs back in the cut!!!
Title: Re: Problem with "RUN FROM HERE"
Post by: davethefixer on September 22, 2015, 05:04:59 PM
Iv run this code on my graphics PC and it works fine except my graphics PC does not have a printer port!!
Title: Re: Problem with "RUN FROM HERE"
Post by: BR549 on September 22, 2015, 05:55:05 PM
I tried it here with LPT version. Set everything up and get ready then Turn OFF the toolpath display then load and run Run from here. It works fine here I restarted about a dozen times at and above your restart point with no problems. 

This is a plain jane setup without a graphics card, Onboard video only.

(;-) TP
Title: Re: Problem with "RUN FROM HERE"
Post by: Hood on September 22, 2015, 06:10:08 PM
Go to General Config and take the tick out of Use Watchdogs and see if that helps.
Hood
Title: Re: Problem with "RUN FROM HERE"
Post by: davethefixer on September 23, 2015, 02:11:18 PM
  Thanks Hood
      That did the trick (carnt find much on the web about watchdogs so have no idea wheat they do)
  managed to finish the job.  :)

(http://)  (http://) (http://)
Title: Re: Problem with "RUN FROM HERE"
Post by: Hood on September 23, 2015, 03:07:52 PM
Good you got it sorted :)

The watchdog basically is looking at your computer and if it senses any slight glitches such as slight timing issues in the driver it will trip. It is really sensitive and Art has often said to disable it if you get issues with the watchdog.


Hood