by cncdrive » Fri Sep 22, 2017 12:50 am
With the feedhold there is no option like that, but the Cycle stop is also a controlled stop just like the feedhold, so you could Cycle stop and then the M3 goes off automatically and then press the Run from here (RFH) button and press the Cycle start again and on the popup screen make the spindle to turn on, so the M3 will be turned on by the RFH and the job will continue.
There is one thing to take care of is to not use incremental movement codes if you doing the above, because while feedhold will not compute the actual line again, the Stop and new Cycle start will execute the same code line again, so if it is an incremental movement then the machine will go off the displayed path, because the movement command will be an increment to the stop point.
However I know no CAM softwares which would output incremental motion code, so this could be a thing to take care of if you will hand code paths, then do not use G91, only G90 movements.