12-18-2011, 10:16 PM
|
#5331 (permalink)
|
EcoModding Lurker
Join Date: Jun 2011
Location: Tennessee
Posts: 16
Thanks: 4
Thanked 1 Time in 1 Post
|
Is there a setup information page for the revolt controller? Something that tells what settings can be adjusted, and how? Is there a way to set a motor voltage limit? So, if I ran 120v worth of batteries, can I set the motor to see like a 80v max limit?
Thanks
|
|
|
Today
|
|
|
Other popular topics in this forum...
|
|
|
12-18-2011, 10:32 PM
|
#5332 (permalink)
|
EcoModder
Join Date: Mar 2010
Location: New Zealand
Posts: 181
Thanks: 0
Thanked 33 Times in 20 Posts
|
Forgive me for saying so, but that is a strange question! A motor controller works by switching the full battery voltage on and off very rapidly and it controls the motor by varying the on to off ratio, so your motor always "sees" the full battery voltage while the controller is on. Basically, that on ff ratio is controlled by the throttle, ie full throttle = always on, no throttle = always off. So you see why that is a strange question.
If you look at the controller pages you will find reference to the controller parameters that may be varied by the user.
__________________
Sometimes I sits and thinks and sometimes I just sits.
|
|
|
12-18-2011, 11:32 PM
|
#5333 (permalink)
|
EcoModding Lurker
Join Date: Jun 2011
Location: Tennessee
Posts: 16
Thanks: 4
Thanked 1 Time in 1 Post
|
True, but isn't the point of PWM to turn it on and off so the motor sees an average voltage... Ie 50% PWM the motor will see an average of 50% of the battery voltage. Is there a way to set the max? I can't find the settings pages... Then again, I'd you ask my wife, I suck at looking...
|
|
|
12-18-2011, 11:46 PM
|
#5334 (permalink)
|
EcoModder
Join Date: Mar 2010
Location: New Zealand
Posts: 181
Thanks: 0
Thanked 33 Times in 20 Posts
|
If you hook up RTD Explorer you will see all of the parameters that can be changed, there's quite a few.
__________________
Sometimes I sits and thinks and sometimes I just sits.
|
|
|
12-19-2011, 12:24 PM
|
#5335 (permalink)
|
Master EcoModder
Join Date: Apr 2009
Location: Charlton MA, USA
Posts: 463
Thanks: 31
Thanked 183 Times in 94 Posts
|
Quote:
Originally Posted by madmike8
Is there a setup information page for the revolt controller? Something that tells what settings can be adjusted, and how? Is there a way to set a motor voltage limit? So, if I ran 120v worth of batteries, can I set the motor to see like a 80v max limit?
Thanks
|
With the current control board there is no way to control motor output voltage directly. I think there is a way to limit the pwm output but tricking the controller, but I cannot remember how off the top of my head. I will look into it tonight.
The new control board im developing, called The Uprising, will be able to directly control motor voltage and compensate for sag. This way, if you wanted 100V max and had a 120V pack, heavy acceleration could cause a sag under 100v so the controller would then give 100% duty instead of just limiting duty to 83% duty. When the system recovers, and the sag decreases, the controller will start limiting duty to maintain 100V max at the motor.
|
|
|
12-19-2011, 03:56 PM
|
#5336 (permalink)
|
PaulH
Join Date: Feb 2008
Location: Maricopa, AZ (sort of. Actually outside of town)
Posts: 3,832
Thanks: 1,362
Thanked 1,202 Times in 765 Posts
|
Damien, is there any word on your controller?
madmike8: You could set throttle proportional to PWM duty, and then limit max throttle to whatever level you wanted the max voltage to stop at. It would only be a couple lines of code to add a "max output voltage" variable to the current code.
|
|
|
12-19-2011, 05:17 PM
|
#5337 (permalink)
|
EV test pilot
Join Date: Jan 2008
Location: Oconomowoc, WI, USA
Posts: 4,435
Thanks: 17
Thanked 663 Times in 388 Posts
|
Quote:
Originally Posted by madmike8
True, but isn't the point of PWM to turn it on and off so the motor sees an average voltage... Ie 50% PWM the motor will see an average of 50% of the battery voltage.....
|
A friend of mine has a factory converted EV, but it's an older one, and the original controller wasn't very good. (The original may have even been contactor-based!)
A friend of his (who happens to be an electrical engineer who works for the power company) built a custom DC Motor controller. It's not an Open Revolt, just something he made, but he did a really nice job on it.
The neat feature on it is that it can take a higher voltage in and run it to the motor as a lower voltage. I think the idea for it was that he could have a higher voltage battery pack than what the motor was designed for. (I think it was a 72V motor and currently has a 144V battery pack)
The higher voltage pack means lower amp draw, smaller wires, etc. (True, you can get some of the same advantages with "buddy-pairs" or other ways of paralleling batteries, but you quickly get stuck at particular size packs, voltages, # of batteries, etc.)
I remember that the output voltage to the motor was reprogrammable. So, I think that it wasn't a DC/DC setup inside the controller, but rather just used PWM to limit apparent voltage, I think - don't quote me on that.
What I was originally going to suggest is that you could use whatever higher voltage battery pack you want, and then limit PWM duty to whatever the correct percent would be. I don't know exactly how you would do that in the code, but I think Paul stated it pretty straight forward in the post directly above this one.
|
|
|
12-19-2011, 05:23 PM
|
#5338 (permalink)
|
EcoModding Apprentice
Join Date: Feb 2010
Location: Northern Wisconsin
Posts: 137
Thanks: 32
Thanked 39 Times in 23 Posts
|
Ha Ha Ben I thought in Wisconsin we just put a block of wood under the gas pedal
__________________
Dave ...
|
|
|
12-19-2011, 05:57 PM
|
#5339 (permalink)
|
PaulH
Join Date: Feb 2008
Location: Maricopa, AZ (sort of. Actually outside of town)
Posts: 3,832
Thanks: 1,362
Thanked 1,202 Times in 765 Posts
|
hahaha. Ya, basically that's all it's doing. The software equivalent of a piece of firewood.
|
|
|
12-19-2011, 06:00 PM
|
#5340 (permalink)
|
EV test pilot
Join Date: Jan 2008
Location: Oconomowoc, WI, USA
Posts: 4,435
Thanks: 17
Thanked 663 Times in 388 Posts
|
Laugh all you want... but,
According to Paul:
" set throttle proportional to PWM duty, and then limit max throttle to whatever level you wanted the max voltage to stop at."
Assuming that the accelerator pedal allows for a range of 0-100% throttle, physically limiting the accelerator (with a block of wood) to the maximum percent voltage you would want would work fine.
I would put that solution more under Yankee Cleverness than Redneck Engineering.
We do sometimes allow ourselves to make things more complicated than they have to be or think that there is only one way to "do things right".
In this case, doing the work in the electronics programming level sounds like the best way to go, but if you want to drive your EV like the kid at the beginning of INDIANA JONES AND THE TEMPLE OF DOOM, I won't stop you!
|
|
|
|