How do I handle a two speed spindle?
- Jake
- Offline
- Elite Member
-
Less
More
- Posts: 315
- Thank you received: 10
17 Nov 2016 15:02 #82900
by Jake
How do I handle a two speed spindle? was created by Jake
I have a two speed spindle on my Hurco,
I need a command from the controller to switch to low speed, then my spindle drive sends a signal back to the controller when its in low.
I would need it to be
if M3<3500 enable low speed which would make the output high to close the low speed contactor, then when input is true it can run in low.
Would this be part of a M code subroutine?
I have searched through the hal manual and main manual trying to find a piece on this and had no luck.
Thanks!
Jake
I need a command from the controller to switch to low speed, then my spindle drive sends a signal back to the controller when its in low.
I would need it to be
if M3<3500 enable low speed which would make the output high to close the low speed contactor, then when input is true it can run in low.
Would this be part of a M code subroutine?
I have searched through the hal manual and main manual trying to find a piece on this and had no luck.
Thanks!
Jake
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23271
- Thank you received: 4928
17 Nov 2016 16:11 #82907
by andypugh
This should be close, it is what I use on my 2-range lathe:
forum.linuxcnc.org/30-cnc-machines/31224...k-dyna-turn-2l#77191
Replied by andypugh on topic How do I handle a two speed spindle?
if M3<3500 enable low speed which would make the output high to close the low speed contactor, then when input is true it can run in low.
This should be close, it is what I use on my 2-range lathe:
forum.linuxcnc.org/30-cnc-machines/31224...k-dyna-turn-2l#77191
Please Log in or Create an account to join the conversation.
Time to create page: 0.100 seconds