AIUI:Does placing 2 motors in series allow for higher voltages and less amps?
Does placing 2 motors parallel allow for higher amps at less voltages?
Trying to wrap my head around the idea of series and parallel switching, as mybe 2 or 3 smaller motors could be used as an E-trans.
Motors in series have full amperage, but half voltage.
Motors in parallel have full voltage, but half amperage.
So, if you had a 110V 500A system:
Each motor in series would see (a maximum of) 500A @ 55V.
Each motor in parallel would see (a maximum of) 250A @ 110V.
With DC motors, they create "Back EMF", essentially a voltage that has to be overcome, proportional to their RPM.
So, you start off in series, so you get maximum power (Amperage), and ramp up until the current you are putting in meets the back EMF.
Then you switch to parallel, so you can continue accelerating, albeit not quite so strongly (Higher voltage overcomes the back EMF, but the halved amperage means you don't accelerate so quickly).
You would thus end up with a torque curve something like this:
Code:
| | ___________|
| | ___/ |
| | ___/ |
|<- Series ->| ___/ |
| | ___/ |
| | ___/ |
R |___/ |
P __/ |
M _/ | |
| _/ | |
| _/ |<----------- Parallel ------------>|
| _/ | |
| / | |
|/ | |
+----------------------TIME------------------------
Code:
|----500A----,
| |
| |
| |
| |
| |
| |
| '--------------AMPS-------------250A-
|
| ,==============VOLTS============110v=
| |
| |
|====55v====='
|
+-------------------------------------------------
Code:
| ............
| .../
| .../
| .../
| .../
| .../
R ____________________________________
P __/
M _/
| _/
| _/
| _/
| /
|/
+----------------------TIME------------------------