Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: A.A on April 01, 2009, 01:49:58 PM

Title: mach3 mill with BP Series-1
Post by: A.A on April 01, 2009, 01:49:58 PM
I use long programes for mould cavity.In the middle of program,power failure occure. how to restart the programefrom the place it stoped.Can someone guide me in this regard.Mach3 remember the last executed block?.
Title: Re: mach3 mill with BP Series-1
Post by: MachineMaster on April 01, 2009, 02:02:25 PM
There is a "Run From Here" button near the bottom left of the screen.
You could also use the "Edit Gcode" button. Delete the code that has already run and then do "Save As" and save to a new name.
That way you don't lose your original file.
Title: Re: mach3 mill with BP Series-1
Post by: MachineMaster on April 01, 2009, 02:24:45 PM
I tried the "Run From Here" button with no luck.
What did work is the "Set next line" button. Scroll through the Gcode until you are at the point you want to restart from.
Leave a little of the code that has already run as a starting buffer. Jog the tool into position (Very Important) then click
the "Set Next Line" button. Click cycle start and the program will start from that point.
I still think the best way is editing the Gcode because then you will have all of the start up code and tool call and positioning will be automatic.