Go Back  

DIY Electric Car Forums > EV Conversions and Builds > Technical Discussion

Register Blogs FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #11  
Old 10-03-2010, 01:42 AM
exile exile is offline
Junior Member
 
Join Date: Oct 2008
Posts: 9
exile is on a distinguished road
Default Re: Alternative to Buying a Controller?

Well, If you absolutely want to have mechanical controller why don't you do like the Prius?
Partially uses an electric motor(PM), generator and planetary gear and by controlling felid on generator (small current) to get the wished power.
Reply With Quote
Sponsored Links
  #12  
Old 09-01-2011, 12:32 AM
Lee Hart Lee Hart is offline
Member
 
Join Date: Oct 2009
Location: Sartell, Manysnowta
Posts: 41
Lee Hart is on a distinguished road
Default Re: Alternative to Buying a Controller?

Quote:
Originally Posted by major View Post
Not a dumb question. Sure, you could do it. The potentiometer would need to be about ten times the size of your motor. And it would waste half of the battery energy needed for every acceleration. And at any speed less than full speed, it would waste considerable amounts of power.
That's a bit drastic. Let's not scare the poor guy to death!

For many years, really simple crude low-speed EVs used exactly this type of motor controller. Examples include streetcars, golf carts, fork lifts, and many little personal vehicles. These were serious commercial products made by major companies; not hobby or experimental EVs.

The adjustable resistor in series with the motor is called a "rheostat" (not a potentiometer). At this power level, it is generally built with a number of fixed resistors, selected in by a big rotary switch.

This type of controller was only popular because it was CHEAP! It has no other attributes. It worked best when the vehicle was so under-powered that it was run at full power most of the time. At full power, the resistors are all bypassed and all the power goes to the motor. You ramp the rheostat up from off to full rather quickly (10-20 seconds) to accelerate from a stop to full speed; then cruise at full speed; then ramp the rheostat back down when it's time to stop. Since it's not in use most of the time, efficiency isn't too awfully bad.

Yes, there are still applications for such a thing. For example, I teach kids to build EVs out of old bicycles and other junk they can scrounge (see www.bestoutreach.com). A typical setup is a car fan motor, with a skateboard wheel pressed onto its shaft, arranged so it rubs against a bike tire to turn it. If you simply switch the motor straight to a 12v battery from a dead stop, the tire slips and quickly burns a hole in the bike tire. But if you put a rheostat in series with the motor, you can slowly ramp up the speed to get it going without slipping. The power of the motor is such that full speed is only 10-15 mph, so you just run it at full speed or off. You can't leave the rheostat at anything but full speed or off for more than 30 seconds or so, or the rheostat overheats.

At this power level, you can buy a proper motor controller for $10 or $20. But a rheostat costs $1 or $2. Guess which one the kids pick?
Reply With Quote
  #13  
Old 09-01-2011, 10:33 AM
major's Avatar
major major is offline
Senior Member
 
Join Date: Apr 2008
Location: Ohio, USA
Posts: 5,182
major will become famous soon enoughmajor will become famous soon enough
Default Re: Alternative to Buying a Controller?

Quote:
Originally Posted by Lee Hart View Post
That's a bit drastic. Let's not scare the poor guy to death!
Just having a bit of fun and trying to make a point But the big pot is about what he'd need for an EV car.

Quote:
The adjustable resistor in series with the motor is called a "rheostat" (not a potentiometer). At this power level, it is generally built with a number of fixed resistors, selected in by a big rotary switch.
Yep, but most buy a potentiometer and just use two terminals for rheostat applications. Even the PB-6 is this way. And the rotary switch with resistors approach would be on the same order of size as that giant pot with the same loss problem.

And sure, you can build EVs with resistor speed controls, or battery switching, but it is unlikely the outcome will be suitable for highway capable car performance.

Regards,

major
Reply With Quote
  #14  
Old 09-01-2011, 02:37 PM
Lee Hart Lee Hart is offline
Member
 
Join Date: Oct 2009
Location: Sartell, Manysnowta
Posts: 41
Lee Hart is on a distinguished road
Default Re: Alternative to Buying a Controller?

Quote:
Originally Posted by major View Post
Just having a bit of fun and trying to make a point But the big pot is about what he'd need for an EV car.
Point taken. Though, the pot you showed is bigger than the ones used in the streetcars, subway trains, and other huge vehicles that used this method.

Quote:
Originally Posted by major View Post
most buy a potentiometer and just use two terminals for rheostat applications.
For small stuff, yes. But you really don't see high wattage potentiometers; they are all rheostats. Often they are specifically built for motor speed controls, and have a nonlinear taper so position is roughly proportional to speed.

Quote:
Originally Posted by major View Post
And sure, you can build EVs with resistor speed controls, or battery switching, but it is unlikely the outcome will be suitable for highway capable car performance.
Of course it can provide highway-capable performance. You and I might not do it because it's not the "best high-tech" solution; but it is certainly still a viable approach. It's no worse than, say, driving a old car with a carburetor because it's what you can afford, and know how to fix.
Reply With Quote
  #15  
Old 09-29-2011, 08:04 AM
pyroboy1080 pyroboy1080 is offline
Junior Member
 
Join Date: Sep 2011
Posts: 8
pyroboy1080 is on a distinguished road
Default Re: Alternative to Buying a Controller?

Quote:
Originally Posted by blueblizzard816 View Post
I'm looking for a way to make a cheap and easy to build (by theory) controller.

I've poked around on the forums and really liked the idea of the mechanical PWM controller (
HTML Code:
http://www.diyelectriccar.com/forums/showthread.php/mechanical-pwm-46258.html
) but it looks like there are too many limitations for an EV application.

This sounds like a dumb question to me, but what the heck. Is there any reason why I can't just put a large potentiometer in series with the batteries and the motor and use that as my throttle to control the power output?

Have there been any other feasible attempts to build a simple (DC motor only) controller for EV applications?

My specialty is ME, not EE so try to explain it in a way that will make sense to me!
I don't see why you couldn't drive your PWM from a circuit?
There are some nice schematics for PWM driver circuits here:
Code:
http://www.picotech.com/applications/pwm_drivers/
Or even perhaps an Arduino, but I'm not exactly sure if the Arduino would be able to work at the amount of current you would need to drive a nice big motor.
You might have to modify them a bit to better suit your needs, but I feel like you could make this happen, it would just take some planning. Also, I would consider a servo for your pedals if you didn't have any better plans for that. Servos have positional awareness, at a very precise level. Also, you'd be one step closer to car automation :P
Reply With Quote
  #16  
Old 09-29-2011, 11:39 AM
Lee Hart Lee Hart is offline
Member
 
Join Date: Oct 2009
Location: Sartell, Manysnowta
Posts: 41
Lee Hart is on a distinguished road
Default Re: Alternative to Buying a Controller?

Quote:
Originally Posted by pyroboy1080 View Post
I don't see why you couldn't drive your PWM from a circuit?
Generating the PWM signal is comparatively easy. You can do it mechanically, with vacuum tubes, transistors, ICs, or even microcomputers.

The hard part is building some kind of switch that can switch the inductive load of a motor on and off millions of times and survive. This is one of those problems like riding a unicycle; an expert makes it looks easy -- then you try it, and "ow"!

It's possible to build your own PWM controller; but it's not easy. Don't take this route because you think you'll save time or money. Only try it if you're already experienced at designing and building high power electronics, or want to learn how it's done no matter how long it takes or what it costs.

For the purposes of this thread: The best way to make your own low cost DIY controller is a contactor controller. It's basically a few used or surplus forklift contactors, wired to switch the motor and/or batteries in various series/parallel arrangements to control the motor speed.

It also helps if you can find a motor with a shunt field (also called sepex, or separately excited). The shunt field makes them much easier to speed control -- all it takes is a moderately sized rheostat.
Reply With Quote
  #17  
Old 09-29-2011, 11:59 AM
pyroboy1080 pyroboy1080 is offline
Junior Member
 
Join Date: Sep 2011
Posts: 8
pyroboy1080 is on a distinguished road
Default Re: Alternative to Buying a Controller?

Noted. Also, cheers! That's great info!
Reply With Quote
Sponsored Links
Reply

Share or Bookmark this

Tags
controller, mechanical, motor, motor controller

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

 

All times are GMT -6. The time now is 03:28 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Copyright 2009 Green Web Publishing LLC
Ad Management by RedTyger