I am attempting to split up my work sessions (some are 12 hours in length).
The way I will attempt this is:
1. Hit stop button
2. Write down the line number
3. Raise the Z height to clear the workpiece (.25 inch)
4. Push go to zero button.
5. Turn off machine
When starting back up, I will insert some g code in front of the line I will be starting from (one line before the one I stopped on).
My initial starting g code steps will need to raise the z axis up .5 inches, then start my router, then go to where the job starts.
My question is this:
Which lines in my following g code will be needed for the resume code.... and will it work this way?
(Mach2/3 Postprocessor)
N20G00G20G17G20G90G40G49G80 (I could not even venture a guess as to what this is for)
N30G70
N40T1M06
N50G00G43Z0.7874H1
N60S12000M03
N70G94
N80X0.0000Y0.0000F50.0
N90G00X0.0000Y0.0897Z0.2362
N100G01Z-0.0759F30.0
N110G01X0.0793Z-0.0698F50.0
N120X0.2698Z-0.0679
The code then goes on to run the cutting directions. I know what the xyz numbers are, but what are the T,H, and F numbers, and how would I go about adding them in front of the existing code when restarting?
Thanks much for your help...