Spindle inactive on resume
-
Firmware version?
-
@Phaedrux 3.4.4
-
@chimaeragh said in Spindle inactive on resume:
@Nightowl I don't think it has to do with not having enough time to write anything to the SD card as I do a Controlled Power Off.
I'm not sure, but wouldn't pausing the process and powering down provide enough time for the resurrect file to be written, rather than an instant(ish) power failure?
Having said that, I think I misread your original post. You appear to want to do this as a matter of routine, for a particularly long job, for example?
-
As a casual CNC user, I wouldn't want my spindle to turn on after power failure. I hope that feature is optional in RRF3.5?
I also have a separate PSU for the spindle and was wondering, if there is a way to have two different power loss command lines? One for Duets power, the other for spindle power.Sorry if that was slightly offtopic, but it got me concerned what I read here.
-
Hopefully it won't, @o_lampe
The CNC should stay off without user intervention, as the machine would need to be re-homed on all axes before returning to the last known co-ordinates and restarting the cut.
I don't know about 3D printer users, but I would never leave a CNC unattended when it's working.
-
@chimaeragh I confirm that spindle state and RPM are not saved in resurrect.g. Also the tool select command in resurrect.g that occurs after the command to run resurrect-prologue.g will set the spindle state to stopped, as required by the NIST specification.
I have implemented what I hope is a fix in the RRF 3.5 code. I had to include a fixed delay after the M3 or M4 command, and I chose 2 seconds for this.
Meanwhile, if you want to resurrect a job with the spindle running, you will need to edit the M3 or M4 command and the G4 delay command into resurrect.g after the T command.
-
Thank you, @dc42 (although you didn't need to say it three times )
Thank you too for implementing the changes in 3.5
-
@Nightowl sorry, there was an error message from the forum software that made me think that my first two attempts to post were unsuccessful.
-
@dc42 said in Spindle inactive on resume:
@Nightowl sorry, there was an error message from the forum software that made me think that my first two attempts to post were unsuccessful.
-
@dc42 Thank you