PWM not causing motor to turn until 50%
I built a Pulse Width Modulator to control the speed of a 12V DC motor, but the motor doesnt even turn until the potentiometer is at 50%. How can i fix this?
Let me give more background. I took apart a Skil 12VDC 1 Amp Drill and removed the motor, gearbox, transmission, and chuck all in a single unit, and wanted to control that motor much like the trigger on the drill did...slow to fast, at full torque.
So I built a PWM to do it... I got it from here....http://www.bakatronics.com/shop/item.aspx?itemid=383
The PWM turns the motor but not until the pot resistance has been reduced by 50% or so...if I leave it at 50% the motor turns slowly at first then gains speed...this was not the control level I was looking for...
can anyone help me figure out what is going wrong?



@ Fri, 2008-09-26 16:58
Options
So it seems to me as I have few options: I would like opinions since I'm fairly new at this. Keep in mind what i'm after is speed control at max torque without that initial jump in speed due to the stall current. My bot is about 5 lbs or so and only has the one drive motor (designed that way) and I would like my rpm range to be 20-80.
I can either wire up a battery pack with some serious amps with a power controller, or use a PC 300W power supply to power my drill motor and use a heavy duty PWM to control the speed.
Or I can use a different Motor all together, much like this one http://www.robotmarketplace.com/products/0-BPK51.html and use a smaller power supply and still use the PWM.
I'm sure there are more options and i would love to hear them. Can anyone recommend some good literature on this type of work?
As a side note it doesnt matter if the system is tethered or not.
@ Fri, 2008-09-26 18:23
Motor overkill?
@ Fri, 2008-09-26 21:11
just move the one
just move the one direction. But I did some calculation and the negative force applied to the wheel, which has a radius of 3 inches is ~5 lbs, so multiply that by the radius and it has to overcome 1.25 ftlbs and with a max RPM of 90
Ρ= ( (90rpm)x(2∏)x(1.25 ft/lb))/33000 = .021 hp
the PK51 motor stalls with 12VDC stalls at 396 oz-in convert that into ft-lbs
396 * .005208333 = 2.0624 ftlbs at stall.
So you can see that either the PK51 or the drill motor are pretty much what I need.
Question is how to power it.
I suppose I could switch to use an AC motor
@ Sat, 2008-09-27 19:02
An untested circuit
Here's a possible driver, if you have a method of generating the PWM Note, this will invert the PWM signal, so 100% will have the motor off, 0% duty will be full on. Probably a bad design issue.
Parts list :
Vishay Schottky Rectifier, 20 A 20TQ045PBF $1.59
http://www.mouser.com/search/ProductDetail.aspx?qs=MYVaeE1wThIt6euH0T6mtQ%3d%3d
IRF N-chan MOSFET 60 v 50 A IRFZ44PBF $1.30
http://www.mouser.com/Search/ProductDetail.aspx?qs=%2fRKvNCQzLu0R%252bpFoqVUQ5w%3d%3d
On Semi GP transitor 75 v 600 mA P2N2222ARLG 0.27
http://www.mouser.com/Search/ProductDetail.aspx?qs=ZXBb0xZ9WeA2JhxpqSlwrw%3d%3d
Vishay Power resistor 39 ohm 3 watt 0.46
http://www.mouser.com/Search/ProductDetail.aspx?qs=LCMWAU1DZcyMDzF6dawmsQ%3d%3d
Xicon resistor 330 ohm 1/4 watt 0.10
http://www.mouser.com/Search/ProductDetail.aspx?qs=toAOiZ7FbseylIZzSFvRvg%3d%3d
Shipping might be more than the parts, and I haven't tried this, I have seen the IRFZ44 in a variable speed drill, and I think this might be an adequate digital interface circuit. Hopefully some folks can check this out, and if you feel comfortable soldering something together, give it a shot. Have a fire extinguisher nearb=, just in case. :)
@ Sat, 2008-09-27 19:07
Confirmed
@ Sat, 2008-09-27 20:03
FET Flyback no worky
@ Sat, 2008-09-27 20:41
I knew that
@ Fri, 2008-09-26 03:39
12VDC >10AMP PWM
I found a schematic for a 12VDC-24VDC >10 Amp PWM, do your 12V DeWalts pull more than 24 Amps?
Here is the link for the schematic...
http://solorb.com/elect/pwm/pwm1/
perhaps this is the PWM that I should be using
Append: After more research some of the 12VDC drill motors I've seen have outputs of 250 Watts or higher, meaning almost 21 Amps at max load. It would seem that I would need to use a power supply for a computer to run this motor....surely that cant be correct...I would be better of with a battery pack that is rechargable.
@ Fri, 2008-09-26 06:26
Current in a box
Many Battlebots guys use NiCad packs that can dump current at a higher rate many wall power supplies. Lead Acid does very well too. A controller that can handle that much current is really needed as well. Innovation First, Robot Power, Vantec, Robot Solutions all have various devices that can run pretty high current for a price. If speed control is all you need (not direction), paralleling a number of FETs could get you to the current handling needed, but a FET driver woulld be needed too.
@ Fri, 2008-09-26 07:48
Nicads were awesome back in
Nicads were awesome back in the day and still are. the newer type cells nimh and li-ion have better charging and less memory issues but cost more. You can pull quite a few amps from the nicads...I know some of the folks were pulling something wickid 30+Ah or so for the rc drag cars...I think 18 sub C cells around 24 volts and a 9 turn motor....ahh the days... :)
seems a bit much for a robot though....