Two DC-motors acting against eachother

  • Thread starter cristian
  • Start date
In summary, the conversation discusses the modeling of two shafts connected by gears and controlled by servo-controlled DC motors. The goal is to keep the angular velocities of both shafts constant while still being able to apply a braking torque from one of the motors without changing the angular velocities. The conversation also mentions using PID controllers and the importance of considering factors such as friction and load torque in the system. The expert advises treating the two motors as tightly coupled, with the angular velocities and torques being controlled by each motor. The expert also suggests considering backlash in the gear-train and the possibility of using one motor to do all the work.
  • #1
cristian
7
0
Hello guys!

I'm trying to model two shafts connected to each other by gears. I have two servo-controlled DC-motors, one on each shaft and I want them to work against each other.

1) I want to keep the angular velocity of Motor1 constant, so that the angular velocities of the two shafts are constant. This will result in the torque being close to 0 due to the formula:

torque = (angular acceleration)x(inertia).

2) Once I get a constant angular velocity, I want Motor2 to apply a braking torque without changing the constant angular velocity. This will lead to internal torque on the two shaft but the total torque will still be close to zero due to the formula above.

Question:
How do I apply a breaking torque from Motor2 on the shafts without changing the angular velocities of the shafts? Motor2 is speed-controlled? This is a simple illustration of the coupling I have between the two motors and shafts:

Motor1-->shaft1-->Gears<--shaft2<--Motor2The formulas I've been looking at are as follows:

1) T1*w1 = T2*w2, T is torque and w1 is angular velocity (power is being conserved through the gears)
2) T = J*w, J is moment of inertia
3) w1 = n*w2, n is the gear ratio
4) M1 = M2/nThanks in advance!
 
Engineering news on Phys.org
  • #2
Have you considered PID controllers? This seems like a dynamic situation, and so you will need to provide controls to govern the system.
 
  • #3
DC motor torque is proportional to current. Where backlash is a problem, two DC motors can be operated driving the one shaft through two gear trains. It is normal to control the motors with currents, but one is given a positive bias current, the other a negative bias current. To control the position or speed, the current to both motors are tracked together, still with the same bias difference. That way the gear trains are always free of backlash, when it needs to accelerate both motors are available to work together.

I do not know how your servo controllers are configured. You will need to have control of the motor currents to control torque. Since you only have one rotor you should be able to do it with only one speed / position sensor.

If the servo controllers use a phase modulated H-bridge to drive the motors, then you will be unable to control the motor bias current directly. You will have to program the controllers somehow, maybe throw one of them out.
 
  • #4
First of all, thanks for answering, despite the poor description. To make things clear, this is an already existing system that I want to model and be able to simulate. I'm using Simulink to do that.

UltrafastPED: yes I have two PID-controllers, one for each motor, i.e. one of them controls the angular velocity of the shaft and the other one the torque of the shaft.

Baluncore: I think both PID-controllers are controlled by voltage. The PID that controls the angular velocity is directly controlled by the voltage (since the voltage is proportional to the angular velocity). The PID that controls the torque is indirectly controlled by the voltage, since the voltage controls the current (V = R*I).

My biggest concern is the transferfunctions. I'm quite sure I've got the right transferfunction for the single motor, but I'm not completely sure if it's correct when both motors are connected. I'll give you an illustration below
 
Last edited:
  • #5
https://imagizer.imageshack.us/v2/524x338q90/840/t1ds.png

So this is the first DC-motor, attached to a shaft with inertia L.
b is a frictional constant, k_T is a scaling factor between current and torque. k_w is a scaling factor between voltage and angular velocity. T_L is load torque and T_m is the torque produced by the motor

With the help of Fourier transforming I eventually get the following transferfunction:

https://imagizer.imageshack.us/v2/1023x333q90/853/697s.png

This is now the complete system with the two motors and two shafts (coupled with gears with exchange ratio n).

https://imagizer.imageshack.us/v2/906x406q90/829/yhz4.png

My questions are now

  1. How will the two motors depend on each other when they are coupled?
  2. Motor1 controls angular velocity,w. Does that mean that the angular velocity of motor2 will be the same as for motor1 (after the scaling of the gears of course)?
  3. In the same way, does it imply that motor2 has the same torque (but scaled) as motor1? Because motor1 controls the torque.

  4. And furthermore, should i consider L_1 and L_2 as the total load for motor2 ? or should I still use L_1 for motor1 and L_2 for motor2 ?

Thanks in advance!
 
Last edited by a moderator:
  • #6
Energy from motor1 travels through motor1, L1, L2 and motor2. As it travels along that line it must overcome friction losses and finally provide sufficient torque to counter the controlled torque of motor2.

cristian said:
1. How will the two motors depend on each other when they are coupled?
They can be treated as tightly coupled except when there is backlash in the gear-train.
If motor1 accelerates L1 and motor2 does not produce enough torque to accelerate it's side of the gear-train = L2, then backlash will become apparent which will probably appear as a non-linear high frequency effect in your model. If motor2 produces sufficient torque to prevent backlash then motor1 will have to counter the motor2 torque.

cristian said:
2. Motor1 controls angular velocity,w. Does that mean that the angular velocity of motor2 will be the same as for motor1 (after the scaling of the gears of course)?
Yes, they must have the same angular velocity, except when there is backlash, then there will be phase noise.

cristian said:
3. In the same way, does it imply that motor2 has the same torque (but scaled) as motor1? Because motor1 controls the torque.
The motor1 controller will vary motor1 torque to maintain the angular velocity specified.
The motor2 controller will vary motor2 torque to that specified.
Motor1 must generate an additional component of torque to counter the torque applied by motor2.
Ignoring losses and acceleration, they must have opposite torques to prevent change of angular velocity.

cristian said:
4. And furthermore, should i consider L_1 and L_2 as the total load for motor2 ? or should I still use L_1 for motor1 and L_2 for motor2 ?
You missed the third option. Motor1 does all the work, and more to counter motor2.
L1 and L2 are separate only while there is backlash. Any torque produced by motor1 to accelerate motor1, L1, L2 and motor2 must come from the speed control motor. The energy flows along the chain to motor2 that generates a torque back through the system to be countered by motor1.

All work is done and all loads accelerated by motor1. Motor2 just prevents backlash.
Motor1 has to do additional work to counter moror2.
 
  • #7
Baluncore my friend, thank you for taking your time to answer my questions! I can't describe how thankful I am, you totally made my day :). This is my first big modelling project and I had big doubts in my model, but now that I got your answers I'm more confident about it.

Baluncore said:
All work is done and all loads accelerated by motor1. Motor2 just prevents backlash.
Motor1 has to do additional work to counter moror2.

Altough I've modeled it this way, I never thought of it like that. Makes it much easier to understand how the system actually works. Thanks a lot for that!


I have one more question guys:

Do you have any idea about how I should choose the parameters of the motor? I.e approximately how should I choose Ra and La in the first figure in my last post.
This is the information I've got about the motor:

Motor data:
Rated torque MN: 190Nm
Rated power PN: >49kW
Rated current IN: 113A
Rated speed nN: 2500 rpm
Key speed n1: 2000 rpm
Maximum torque Mmax: 432Nm
Maximum output Pmax: 102kW
Maximum current Imax: 214.9A
Maximum speed nmax: 7500 rpm
Continuous torque at standstill Mn1: 200 Nm
Continuous current at standstill In1: 113A
Moment of inertia Jrot: 0.151kgm²
Mass m: 147 kg
Acceleration time 0 to 7500 rpm: 0.446sec
Cooling type: Water cooling


Thanks in advance. /cristian
 

Related to Two DC-motors acting against eachother

What is the concept of two DC-motors acting against eachother?

The concept of two DC-motors acting against eachother refers to a scenario where two motors are connected to a common load and are rotating in opposite directions. This results in a constant torque being applied to the load in both directions.

Why would someone use two DC-motors acting against eachother?

Using two DC-motors acting against eachother can provide a more balanced and stable movement, especially in robotic applications. It can also increase the overall power and torque output of the system.

What are the potential advantages of using two DC-motors acting against eachother?

The potential advantages of using two DC-motors acting against eachother include improved efficiency and reduced wear and tear on individual motors. This setup also allows for more precise control of the load's movement.

Are there any drawbacks to using two DC-motors acting against eachother?

One potential drawback is the added complexity and cost of using two motors instead of one. Additionally, if the motors are not well-matched in terms of power and torque, it can result in one motor overpowering the other, leading to uneven movement.

How does the wiring and control system differ for two DC-motors acting against eachother compared to a single motor?

The wiring and control system for two DC-motors acting against eachother is more complex, as both motors need to be connected to a controller that can monitor and adjust their speeds to ensure they are working in sync. In contrast, a single motor only requires a simple circuit and control system.

Similar threads

  • Mechanical Engineering
Replies
5
Views
3K
Replies
9
Views
440
  • Mechanical Engineering
Replies
4
Views
1K
  • Mechanical Engineering
Replies
2
Views
3K
  • Mechanical Engineering
Replies
8
Views
3K
  • Mechanical Engineering
Replies
17
Views
3K
  • Mechanical Engineering
Replies
14
Views
2K
Replies
34
Views
2K
  • Mechanical Engineering
Replies
4
Views
3K
  • Mechanical Engineering
Replies
6
Views
1K
Back
Top