setting up 120v router
12 Dec 2015 21:04 #66890
by cmtunnel
setting up 120v router was created by cmtunnel
I have my router motor set up. It will turn on and off from the linuxcnc axis screen. When I start a program the router turns off and the machine continues to run the program with the router off. I think the pid settings for the spindle are causing it to turn off. I haven't been able to get the config. set up right. I'm also running the xhb remote control which looks like it is using some of the commands.
I just need the router to turn on and off with the m3 and m5 commands. Any suggestions?
I just need the router to turn on and off with the m3 and m5 commands. Any suggestions?
Please Log in or Create an account to join the conversation.
12 Dec 2015 21:54 #66893
by Rick G
Replied by Rick G on topic setting up 120v router
When you issue a m3 command you most also set a spindle speed.
So first enter S5000 or perhaps even S1 if you are not using linuxcnc to control the router speed.
So...
S 5000
M 3
Rick G
So first enter S5000 or perhaps even S1 if you are not using linuxcnc to control the router speed.
So...
S 5000
M 3
Rick G
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
Less
More
- Posts: 19221
- Thank you received: 6441
14 Dec 2015 02:00 #66939
by tommylight
Replied by tommylight on topic setting up 120v router
Or you have the relay wired incorrectly, but if it turns on and off correctly in axis, then what Rick said is correct.
If you do not want to add the Sxxxx , you can modify the config (with stepconfig if you used it to create that config) and choose only SPINDLE ON output, not spindle PWM or spindle CV or spindle CCV.
Regards,
Tom
If you do not want to add the Sxxxx , you can modify the config (with stepconfig if you used it to create that config) and choose only SPINDLE ON output, not spindle PWM or spindle CV or spindle CCV.
Regards,
Tom
Please Log in or Create an account to join the conversation.
Time to create page: 0.108 seconds