![]() | ![]() |
| 10 May 2008 16:58:14 |
| mtech |
| bidirectional PWM controller |
Hello! I would need an PWM controller for a 24V 50W brushed DC motor. I made one like on this link, but it's working very bad, it work good when is alive but MOSFET's gone dead quick. http://www.ozitronics.com/docs/k166.pdf Does maybee someone have somethink that could drive mine motor in both direction, so like this: When potmeter is in middle motors stops, and then going speed up when potmeter go to one side motor goes in one direction and opposite? Thanks for help, Marin |
| 10 May 2008 08:57:24 |
| Bob Eld |
| Re: bidirectional PWM controller |
"mtech" <marin.zorica(nospam)@zd.t-com.hr > wrote in message news:g04d67$p91$1@ss408.t-com.hr... > Hello! > > I would need an PWM controller for a 24V 50W brushed DC motor. I made one > like on this link, but it's working very bad, it work good when is alive but > MOSFET's gone dead quick. > > http://www.ozitronics.com/docs/k166.pdf > > > Does maybee someone have somethink that could drive mine motor in both > direction, so like this: When potmeter is in middle motors stops, and then > going speed up when potmeter go to one side motor goes in one direction and > opposite? > > Thanks for help, > > Marin The most obvious problem is that this circuit does not have protection, wheeling or ring-off diodes to keep the inductive kick from the motor from damaging the FETs when switched off. Any inductor, including a motor, when switched off will try to maintain the flow of current into the off circuit. This creates a high voltage spike that is the probable reason for FET failure. The FETs have an internal body diode that is totally unsuited for this function. They are too slow and retain too much charge. Place four fast diodes, reversed biased, from M1 and M2 to the plus voltage rail and to ground. This should protect the FETs from inductive spikes. Secondly, insure that at no time are the FETs of either side of the bridge EVER on together. This situation creates a dead short from the power rail to ground and will blow FETs. Driving the FETs are LM324 op-amps used as comparators. These are lousy amps and a worse comparators. They may not turn off fast enough to insure that no on time overlap occurs. It's hard to find this kind of stuff without good test equipment like a fast storage scope. Try the diode fix first, then dig deeper if necessary. |
| 10 May 2008 18:15:24 |
| mtech |
| Re: bidirectional PWM controller |
I allready did place shotky on every mosfet, still burning, also I did try with some other gate resistors and so....problem is in dead time then....but this design end then. Does anybody have something similar to this? > The most obvious problem is that this circuit does not have protection, > wheeling or ring-off diodes to keep the inductive kick from the motor from > damaging the FETs when switched off. Any inductor, including a motor, when > switched off will try to maintain the flow of current into the off > circuit. > This creates a high voltage spike that is the probable reason for FET > failure. > > The FETs have an internal body diode that is totally unsuited for this > function. They are too slow and retain too much charge. > > Place four fast diodes, reversed biased, from M1 and M2 to the plus > voltage > rail and to ground. This should protect the FETs from inductive spikes. > > Secondly, insure that at no time are the FETs of either side of the bridge > EVER on together. This situation creates a dead short from the power rail > to > ground and will blow FETs. > > Driving the FETs are LM324 op-amps used as comparators. These are lousy > amps > and a worse comparators. They may not turn off fast enough to insure that > no > on time overlap occurs. It's hard to find this kind of stuff without good > test equipment like a fast storage scope. > > Try the diode fix first, then dig deeper if necessary. > > |
| 10 May 2008 10:03:29 |
| John Larkin |
| Re: bidirectional PWM controller |
On Sat, 10 May 2008 16:58:14 +0200, "mtech" <marin.zorica(nospam)@zd.t-com.hr > wrote: >Hello! > >I would need an PWM controller for a 24V 50W brushed DC motor. I made one >like on this link, but it's working very bad, it work good when is alive but >MOSFET's gone dead quick. > >http://www.ozitronics.com/docs/k166.pdf > That's a stunningly bad circuit, but then most circuits are stunningly bad. These work nicely: http://www.national.com/mpf/LM/LMD18400.html but I'd add some clamp schottkies for luck. John |
| 10 May 2008 16:29:01 |
| legg |
| Re: bidirectional PWM controller |
On Sat, 10 May 2008 18:15:24 +0200, "mtech" <marin.zorica(nospam)@zd.t-com.hr > wrote: >I allready did place shotky on every mosfet, still burning, also I did try >with some other gate resistors and so....problem is in dead time then....but >this design end then. Um, this crcuit PWMs at 270Hz. 10K gate drive resistors.10mA gate drive currents. Give me a break. As long as there's no actual shoot-through or gate overstress failure, and as long as the 324 can actually shut the Pchannel parts off, theres no reason why the circuit shouldn't work below 20V. It obviously does, to a certain extent. Some kind of ripple current, though. If all you're doing is introducing better drivers, you could probably retain the electronics to generate the control signals, providing that they're troubleshot before applying juice. RL |
| 10 May 2008 18:33:08 |
| mook Johnson |
| Re: bidirectional PWM controller |
"mtech" <marin.zorica(nospam)@zd.t-com.hr > wrote in message news:g04d67$p91$1@ss408.t-com.hr... > Hello! > > I would need an PWM controller for a 24V 50W brushed DC motor. I made one > like on this link, but it's working very bad, it work good when is alive > but MOSFET's gone dead quick. > > http://www.ozitronics.com/docs/k166.pdf > > > Does maybee someone have somethink that could drive mine motor in both > direction, so like this: When potmeter is in middle motors stops, and then > going speed up when potmeter go to one side motor goes in one direction > and opposite? > > Thanks for help, > > Marin > It sure could use some ceramic low esr caps across the mosfet bridge. The mosfets have some antiparellel diodes in them already albeit mediocre ones. when the freewheeling currents attempt to go back into the bus you're getting a spike on the bus. A couple of caps with low ESR and ESL (think x7r ceramic) with a couple hundred uF electrlytic in parallel as a bulk capacitor and you might be in business. These go diretly across the mosfets (drain of the high side to the source of the low side. That said hte circuit design is poor at best. The 10K gate resistors will be SLOW turnon and turn off causing heat and shootthrouh. I'd scrap that and find a Brushed motor driver PWN IC (TI, onsemi, fairchild) that had real mosfet drivers in it. you'll be much better off. |
| 11 May 2008 01:11:37 |
| Eeyore |
| Re: bidirectional PWM controller |
legg wrote: > On Sat, 10 May 2008 18:15:24 +0200, "mtech" > <marin.zorica(nospam)@zd.t-com.hr> wrote: > > >I allready did place shotky on every mosfet, still burning, also I did try > >with some other gate resistors and so....problem is in dead time then....but > >this design end then. > > Um, this crcuit PWMs at 270Hz. > > 10K gate drive resistors.10mA gate drive currents. Give me a break. > > As long as there's no actual shoot-through or gate overstress failure, > and as long as the 324 can actually shut the Pchannel parts off, > theres no reason why the circuit shouldn't work below 20V. It > obviously does, to a certain extent. > > Some kind of ripple current, though. > > If all you're doing is introducing better drivers, you could probably > retain the electronics to generate the control signals, providing that > they're troubleshot before applying juice. I was just mulling over the possibility of substituting a better quad op-amp when I noticed that Q3 and Q5 will never be properly fully turned on since there's no high side drive. Heck, Vcc for the LM324 ins't even as high as V+ due to D3 and R15. It's a truly very poor design. Graham |
| 11 May 2008 07:50:56 |
| mtech |
| Re: bidirectional PWM controller |
What about to omnited D3 and R15, and just leave cap? > I was just mulling over the possibility of substituting a better quad > op-amp when > I noticed that Q3 and Q5 will never be properly fully turned on since > there's no > high side drive. Heck, Vcc for the LM324 ins't even as high as V+ due to > D3 and > R15. > > It's a truly very poor design. > > Graham > |
| 11 May 2008 07:53:22 |
| mtech |
| Re: bidirectional PWM controller |
You mean cap to paralel on each MOSFET? > > It sure could use some ceramic low esr caps across the mosfet bridge. The > mosfets have some antiparellel diodes in them already albeit mediocre > ones. when the freewheeling currents attempt to go back into the bus > you're getting a spike on the bus. A couple of caps with low ESR and ESL > (think x7r ceramic) with a couple hundred uF electrlytic in parallel as a > bulk capacitor and you might be in business. These go diretly across the > mosfets (drain of the high side to the source of the low side. I try to put 70r also but is same..... > That said hte circuit design is poor at best. The 10K gate resistors will > be SLOW turnon and turn off causing heat and shootthrouh. > > I'd scrap that and find a Brushed motor driver PWN IC (TI, onsemi, > fairchild) that had real mosfet drivers in it. you'll be much better off. I tought, but I need it for about 10-15A here, if someone know some IC which can go inreverse maybee? |
| 11 May 2008 17:30:45 |
| Phil Allison |
| Re: bidirectional PWM controller |
"Eeysore" > > I was just mulling over the possibility of substituting a better quad > op-amp when > I noticed that Q3 and Q5 will never be properly fully turned on since > there's no > high side drive. ** Take a closer look - wanker. The high side FETs are ** P channel** !! High performance ones at that: http://www.irf.com/product-info/datasheets/data/irf4905.pdf > It's a truly very poor design. ** It won't win awards for cost or being bullet proof - but is looks a perfectly workable project. ...... Phil |
| 12 May 2008 15:14:48 |
| Terry Given |
| Re: bidirectional PWM controller |
John Larkin wrote: > On Sat, 10 May 2008 16:58:14 +0200, "mtech" > <marin.zorica(nospam)@zd.t-com.hr> wrote: > > >>Hello! >> >>I would need an PWM controller for a 24V 50W brushed DC motor. I made one >>like on this link, but it's working very bad, it work good when is alive but >>MOSFET's gone dead quick. >> >>http://www.ozitronics.com/docs/k166.pdf >> > > > That's a stunningly bad circuit, but then most circuits are stunningly > bad. that pig again. there was a detailed discussion about that circuit a year or two ago. None of the skilled SED regulars had anything nice to say about it. Dont bother repairing it, it will never work properly. > > These work nicely: > > http://www.national.com/mpf/LM/LMD18400.html > > but I'd add some clamp schottkies for luck. > > > John Cheers Terry |