09-07-2012, 02:46 PM
|
#1 (permalink)
|
Administrator
Join Date: Dec 2007
Location: Germantown, WI
Posts: 11,203
Thanks: 2,501
Thanked 2,588 Times in 1,555 Posts
|
Motor amps vs battery amps
I was talking with Darin the other day about this and I think we got it figured out. But, if someone is sure or can explain it better it would be great.
Lets say you have a 100V battery pack. You apply that 100V to your motor and it spins up to 4000 rpm at some load. Now, you reduce the amperage with a pwm controler to the motor until the rpms are at 2000. Lets say you are now applying 100A to the motor. Since your only at 2000 rpm its only requiring ~50V (half of the 100V @ 4000 rpm) to achieve that rpm. The motor is using 50V * 100A = 5000W. But, your battery pack is 100V, not 50V, yet it is still putting out 5000W. So, your battery amps are 5000W / 100V = 50A. So the motor is seeing 100A but the battery pack is only seeing 50A.
Is this correct?
edit: added pwm controller info
|
|
|
Today
|
|
|
Other popular topics in this forum...
|
|
|
09-07-2012, 03:03 PM
|
#2 (permalink)
|
The road not so traveled
Join Date: Jan 2010
Location: New Mexico
Posts: 680
Thanks: 18
Thanked 66 Times in 57 Posts
|
No it is not correct. You are still applying @100v to the motor.
When a motor spins slower it uses more current the 4000 rpm current should be much lower than the 2000 rpm current.
You will have a lower voltage at 2000 rpm though due to the batteries internal resistance, resistance in your speed controller, and the resistance in the cables supplying the power, so it is possible that at 2000 rpm you would have half of the voltage but that is also a sign that you need to fix something.
|
|
|
09-07-2012, 03:14 PM
|
#3 (permalink)
|
Administrator
Join Date: Dec 2007
Location: Germantown, WI
Posts: 11,203
Thanks: 2,501
Thanked 2,588 Times in 1,555 Posts
|
Sorry, that doesn't seem to make sense. I've read that motor amps can be significantly higher (multiple times higher) than battery amps in an electric car. You're saying that can't happen unless there is something very wrong. I require further elaboration.
|
|
|
09-07-2012, 03:18 PM
|
#4 (permalink)
|
The road not so traveled
Join Date: Jan 2010
Location: New Mexico
Posts: 680
Thanks: 18
Thanked 66 Times in 57 Posts
|
I guess I should ask if you are also using a pulse width modulation type speed controller, that would complicate measurements a bit.
|
|
|
09-07-2012, 03:21 PM
|
#5 (permalink)
|
Administrator
Join Date: Dec 2007
Location: Germantown, WI
Posts: 11,203
Thanks: 2,501
Thanked 2,588 Times in 1,555 Posts
|
I'm not using anything personally. But yes, this theoretical example would be using a PWM controller. I should have added that to the 1st post. I shall revise my example.
|
|
|
09-07-2012, 03:38 PM
|
#6 (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
|
Power in = power out, So
BatteryVoltage*BatteryAmps = MotorVoltage*MotorAmps
Because MotorVoltage = BatteryVoltage*PWM_DUTY, where PWM_DUTY is in [0,1],
BatteryVoltage*BatteryAmps = BatteryVoltage*PWM_DUTY*MotorAmps
So,
BatteryAmps = PWM_DUTY*MotorAmps
I'm not sure if that answers any questions, since I never read any of the previous posts, since my son is yelling at me to go outside with him. haha.
|
|
|
09-07-2012, 03:49 PM
|
#7 (permalink)
|
The road not so traveled
Join Date: Jan 2010
Location: New Mexico
Posts: 680
Thanks: 18
Thanked 66 Times in 57 Posts
|
A pwm might use a stabilizing capacitor on the input, and output and there would be two ways of measuring the current and voltage. The results would depend on how exactly the pwm is built. Ill give multiple examples and their results for simplicity I will ignore voltage losses through the system.
With no capacitors on either side.
The average and instatanious (single pulse) current would be the same, during the on phase the voltage would be the same as the battery voltage, and drop to zero during the off phase. The average voltage on the motor (multiple pulses) which is what a typical DVM would see would be the battery voltage times the duty cycle. ex. 100v * 50% duty cycle would be 50v. I'm not entirely sure about the voltage part because of the back EMF from the motor.
Capacitor on the input, not on the output.
The average and instatanious current on the battery pack should be about the same. There will always be some ripple. The current and voltage on the ouput would be the same as above.
Capacitors on both the input and output.
The current on both sides will be pretty steady, and approxametly the same. The voltage on the motor side will be lower than the battery side, and this is not a sign of a problem.
|
|
|
09-07-2012, 03:51 PM
|
#8 (permalink)
|
The road not so traveled
Join Date: Jan 2010
Location: New Mexico
Posts: 680
Thanks: 18
Thanked 66 Times in 57 Posts
|
Now if you are using an AC motor and an inverter then the calculations are a bit beyond me.
|
|
|
09-07-2012, 09:03 PM
|
#9 (permalink)
|
EcoModding Apprentice
Join Date: Nov 2010
Location: Annapolis
Posts: 159
Thanks: 0
Thanked 32 Times in 27 Posts
|
Quote:
Originally Posted by TheEnemy
A pwm might use a stabilizing capacitor on the input, and output and there would be two ways of measuring the current and voltage. The results would depend on how exactly the pwm is built.
|
The results don't depend on the capacitors.
At 50% pulse width the motor sees 100V half the time, and approximately 0V half the time. It averages out to 50V, although the insulation and commutator still has to withstand 100V.
During the time the battery is being applied (the on pulse), the current comes from the battery. When the battery is not being applied the current flows through a "freewheel", either a diode or diode emulation. Thus the current is "multiplied" by 2x. In reality the current isn't multiplied, but with a high frequency PWM, some capacitors (see below) and a slow current meter you measure the average current from the battery rather than the pulsed current.
The capacitors are vital to avoid voltage spikes during the switching transitions, and help even out the current flow from the battery, but don't change the gross calculations.
|
|
|
09-10-2012, 12:09 PM
|
#10 (permalink)
|
The road not so traveled
Join Date: Jan 2010
Location: New Mexico
Posts: 680
Thanks: 18
Thanked 66 Times in 57 Posts
|
Yes and no, it depends on the size of the capacitor in relation to the impedance of the motor.
|
|
|
|