Machsupport Forum

G-Code, CAD, and CAM => G-Code, CAD, and CAM discussions => Topic started by: johnnydoughey on December 30, 2011, 08:03:48 PM

Title: Splitting sessions
Post by: johnnydoughey on December 30, 2011, 08:03:48 PM
I've been attempting to split long jobs (8-15 hrs) into smaller segments and have attempted to use pause and stop, but have little success rstarting at the correct place.  I've read that an M1 insertion might work.
My question: What is this instruction code and has anyone been successful using it?
Thanks much
Title: Re: Splitting sessions
Post by: Chaoticone on December 31, 2011, 02:39:00 AM
M1 is optional stop.  I have used it a lot and it works like it should.  When the the program is running and it gets to the line M1, the program stops.  How well this will work for you depends on a lot of things.  For example, it does not cut the spindle or coolant off, it simply stops executing G-code.  Another thing is you would need to know where in the program to insert the M1 before starting the run.  If you know that ahead of time you could split your code at the same point makeing eliminating its use in this fashion.  If I had to stop a job in the middle of it I would just do a feed hold, wait till all motion stoped, hit the stop button, write down my current line, coords and any active g or m codes in case I lost power while away.  When I got ready to start it back (if the machine had'nt lost power) I would turn my coolant and spindle back on and hit the cycle start button.  If power had been cycled I would home (refrence) the machine out, use my note to get everything where it needed to be and go from there.

Brett