Thursday 20 April 2017

voltage - 12 Volt vs a 24 Volt Motor



I have read that using a higher voltage motor would need less current to get the same power. I understand that P = IV and how that works. My question is if the 24 V motor would get half of the current, wouldn't it have half of the torque as well since they are directly proportional? In that case I don't understand how the 24 V would be advantageous at all.


Typically when people talk about motors a higher wattage motor is "better". I don't understand physically how more watts makes the motor "better". It just means it uses more energy per second which I guess would mean it is all converted into mechanical energy but not torque? I don't understand the relationship there.



Answer



The simplest answer is that the 24V motor would have twice as many turns of wire than the 12V motor (with thinner wire to fit the same armature). So even though the current is halved, the magnetic field is the same.


Below is from http://hyperphysics.phy-astr.gsu.edu/hbase/magnetic/solenoid.html


24V would have 1/2 of current I, but number of turns, n, is doubled, so B stays the same.


enter image description here


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...