Carvey Spindle

I’m having issues with my Carvey’s spindle not turning on. Sometimes restarting it or spinning the spindle gets it to work. Today I removed the lighting PCB and spindle wiring and measured the voltage I am getting 65.3v using gcode M3 S1200 (M5 to turn it off). However, the photo from here indicates it’s operation at 12-48v.

Can anyone confirm it’s supposed to be max 48v? Or any idea on what to do outside of replacing it?

Can you check your voltage at the power supply?
Are you using easel to control it? Can you post your Grbl settings?

I will have to check the voltage at the power supply tomorrow.

I’m using Easel. I did some additional tests. After sending the M3 command, I am able to get the spindle to spin by slightly touching the top chrome cover clockwise. Then if I turn it of with the M5 command, slightly turn it counter clockwise, and it wont turn on again after sending the M3 command.

$0 = 10 (Step pulse time, microseconds)
$1 = 255 (Step idle delay, milliseconds)
$2 = 0 (Step pulse invert, mask)
$3 = 0 (Step direction invert, mask)
$4 = 0 (Invert step enable pin, boolean)
$5 = 0 (Invert limit pins, boolean)
$6 = 0 (Invert probe pin, boolean)
$10 = 3 (Status report options, mask)
$11 = 0.010 (Junction deviation, millimeters)
$12 = 0.002 (Arc tolerance, millimeters)
$13 = 0 (Report in inches, boolean)
$20 = 0 (Soft limits enable, boolean)
$21 = 0 (Hard limits enable, boolean)
$22 = 1 (Homing cycle enable, boolean)
$23 = 3 (Homing direction invert, mask)
$24 = 25.000 (Homing locate feed rate, mm/min)
$25 = 1500.000 (Homing search seek rate, mm/min)
$26 = 244 (Homing switch debounce delay, milliseconds)
$27 = 2.000 (Homing switch pull-off distance, millimeters)
$30 = 12000 (Maximum spindle speed, RPM)
$31 = 0 (Minimum spindle speed, RPM)
$32 = 0 (Laser-mode enable, boolean)
$100 = 88.889 (X-axis travel resolution, step/mm)
$101 = 88.889 (Y-axis travel resolution, step/mm)
$102 = 377.893 (Z-axis travel resolution, step/mm)
$110 = 5000.000 (X-axis maximum rate, mm/min)
$111 = 5000.000 (Y-axis maximum rate, mm/min)
$112 = 800.000 (Z-axis maximum rate, mm/min)
$120 = 500.000 (X-axis acceleration, mm/sec^2)
$121 = 500.000 (Y-axis acceleration, mm/sec^2)
$122 = 30.000 (Z-axis acceleration, mm/sec^2)
$130 = 300.000 (X-axis maximum travel, millimeters)
$131 = 203.200 (Y-axis maximum travel, millimeters)
$132 = 80.000 (Z-axis maximum travel, millimeters)
$800 = 1.750

I’m sure this is why Neil Asked those questions, but he took too long to see your reply, so I’ll jump in with my 2 cents :stuck_out_tongue:

$132 is the setting the M3 S-Code should be sending in order to get full speed. IF the gcode command is only 10% (1,200 is only 10% of 12,000) than the spindle is only receiving 10% of the required voltage which is not enough power to get the spindle turning from a stand still…

Try out M3 S12000

Thanks Seth. I hope that’s it, but it’s a good chance it’s not. Those settings are from a week ago. I periodically save my setting on my grbl machines whenever I try something new. Plus I was sending gcode “M3 S12000” and it had that weird behavior.

I will go down to the basement before I head to work. Otherwise I won’t be able to focus. :grinning:

1 Like

ok, I reread your reply. That M3 S1200 was a typo.

1 Like

@Neil, I measured 48.3v at the power supply, coming from the controller, and at the spindle. That 65.3v reading that I got last night was because my smaller multimeter battery was going. It had a little battery symbol this morning when I went to use it.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.