Electrical – Should I wire the electrical actuators in series, parallel or a combination of both

actuatordc motorparallelseries

I'm working on a project that requires four (4) electrical linear actuators to work together. They must be driven at the same speed, simultaneously.
Let's assume that I have four identical actuators with the following characteristics:

-> 12V DC -> Max draw of 2.5A

(Something like these… http://bit.ly/1QXNqve)

These guys are all rated for 200 pounds or more, which is about 4 times the lifting power I need, and so I figure I can drive them all from a single power source, with the following characteristics:

-> 12V -> Max 6A

(Something like this… http://amzn.to/22m8D7j)

Now, what I'm wondering is whether I should drive them in parallel or in series?
My understanding is that running them in series will draw, at most, the max 2.5A, but at a decreased voltage. It makes sense that they would each get about 3V (12V / 4 motors). Would the decrease in voltage only manifest as a decrease in speed, or also a decrease in lifting strength?

On the flip-side, running them in parallel will provide them all with the 12V they are designed for, but will limit their current to a combined 6A. It makes sense, then, that they would each get about 1.5A, assuming they are equally sharing the load (6A / 4 motors). Would the decrease in current only cause a decrease in lifting strength, or would it also cause a decrease in speed?

I assume that a combination of the two would land somewhere in the middle? (i.e. two motors in series, parallel to another two motors in series)

Please let me know if the logic isn't right. Makes sense to me, but my experience is that motors aren't exactly equivalent to resistors or other constant-draw components, particularly when one motor might have a slightly higher or lower draw/load than the others.

The application requires four actuators, but only a combined total lifting capacity of about 250#. Speed is not a huge concern, they are only required to travel about 15 inches in roughly a minute or less. The quicker, the better, but it isn't a huge deal.

Finally, is one method preferable over the other for maintaining nearly identical driving speeds? These actuators will be responsible for moving a platform, that must remain as level as possible while it is being raised and lowered. If the platform has a concentration of weight on one side/corner, will the opposing motors always drive faster? If I run them in parallel, it makes sense to me that the constant voltage should drive them identically, regardless of load.

I am trying to make this as simple as possible, and so want to avoid additional electronics for monitoring and changing speeds with microcontrollers, etc. Just a simple up/down switch, and hopefully everything else falls into place. The single power source is desirable for space/cost savings, as well as any slight variances in output that two power supplies might have.
Math, sources, experience are all welcome!

Best Answer

If your actuators are DC brush motors, the question of when to wire in series and parallel will depend upon how you need things to behave. Motors wired in parallel will tend to run at the same no-load speed, which will fall off somewhat with applied torque; motors wired in series will produce the same torque, which will fall off for all motors in the series based upon the total of all the speeds of all the motors.

To be a little more precise, a DC brush motor may be pretty accurately modeled as an ideal motor in series with a resistor and an inductor. At any moment in time, the rotational speed of the motor will be directly proportional to the voltage across the "ideal" part of the motor, and the torque on the motor will be proportional to the current. These are both bidirectional relationships, so changing the speed will change the voltage (on the ideal part of the motor) and vice versa; likewise changing the current will change the torque and vice versa. While this model is not absolutely precise, the difference between most practical DC brush motors motors and an ideal model is in fact very nearly equivalent to a series resistor and inductor.

If your actuators are physically connected such that they will run at the same speed, wiring them in series will balance the torque on them. If they are not connected that way physically but instead should run near the same speed, wiring them in parallel will cause them to do so, though if they subjected to differing amounts of torque that may cause the rotational speeds to differ somewhat.

If you think in terms of the model described above (and if you're running things with unmodulated DC you may be able to ignore the inductance part) it should be pretty clear what is happening and how you need to wire things.