This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pwm for clutch
#4
The clutch output is on a pwm pin as I had considered this possibility, so the code needs to be modified to use timer0 in place of timer2 so that timer2 can be used for this, not hard to implement.

The problem is, the schematic has a rather soft start for the mosfet (arduino is driving gate directly) The gate is charged through a 560 ohm resistor which gives a softer start to avoid as hard of voltage spikes since the clutches are typically inductive. There is a diode of course, but even still... So I don't really think it will work in the ultrasonic frequency so it may make an audible sound if you didn't filter the output.

If your clutch only needs momentary power to engage, then this will need a different setting and changes to the code, but completely possible. Is it spring loaded? How does it work? Could you just use a capacitor in series to get it to turn on, or would the capacitor be too big?

The solution of using a resistor and capacitor comes to mind and is a good way to limit power, but you are trying to avoid resistor losses too, could you attach a cheap dc-dc converter to the clutch output and dial in whatever voltage you need? This is basically required already to operate a 12v clutch if the motor runs at 24 volts.

Can you find out what voltage is needed to engage the clutch and what voltage is needed to hold it?

Maybe it's possible to use the dc-dc converter to the hold voltage with diode on output, then put this in parallel with a capacitor if a higher voltage is needed to engage.

The next controller version, I'll consider a mosfet gate driver so pwm can work at high frequencies.
Reply


Messages In This Thread
pwm for clutch - by johnm - 2020-07-23, 03:32 PM
RE: pwm for clutch - by Styles21 - 2020-07-23, 07:54 PM
RE: pwm for clutch - by johnm - 2020-07-24, 12:25 AM
RE: pwm for clutch - by seandepagnier - 2020-07-24, 01:24 AM
RE: pwm for clutch - by johnm - 2020-07-24, 08:30 PM
RE: pwm for clutch - by Styles21 - 2020-07-24, 03:08 AM
RE: pwm for clutch - by seandepagnier - 2020-07-24, 01:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)