Basic understanding of the motors torque and programming wit

In summary, you can achieve a torque of 5 Nm by rotating the object with a speed of 20 RPM. The torque equation gives torque in foot-pounds which is easy enough to convert to Newton-meters.
  • #1
Kasper86
11
0
Hi guys

I hope you have time to take a look at my calculation and tell me if this is possible to achieve.
I have to make a project, where I have to rotate an object which will resist more and more to the rotation. The protocol is:
Rotate the object with a torque of 5 Nm until the resistance becomes too large and the rotation will stop - now take a picture of the objects position.
Do the same thing with torques of 10, 15, 20, 25 Nm.
Since we have to do this approximately 1000 times, I would like it to be as automatized as possible.

I´m thinking it should not be a problem to program the motor through an Arduino Uno, but I'm not quite sure how I program the motor to stop at a specific torque.
I´m thinking to get 5 Nm of torque:
I found these two formulas:
1. Power (kw) = Torque (Nm) x Speed (RPM) / 9.5488
2. I (A) = Power(kw) x 1000 / (n x U) = , where n is the motors efficiency
I have not used motors before, but I believe you can adjust the speed (RPM) and the current applied to the motor through Arduino? Will the voltage be steady throughout the process, if I i.e. get at 12 V motor - or will it change? (Then my calculation won't work)

So if I want a torque of 5 Nm and I set the speed of 20 RPM can I then do this:

1. Power (kw) = 5 Nm x 20 RPM / 9.5488 = 0.01 kw.
2. I (A) = 0.01 kw x 1000 / (0.9 x 12 V) = 0.93 A
So, I´m thinking I can just program the motor to run at 20 RPM and gradually increase the current from 0 to 0.93 A, and when reaching 0.93 A the motor will stop for 5 seconds (to take the picture) and then rewind back to the starting position before starting over?

I guess there is a problem with the motors efficiency (n) and friction and perhaps other variables, but it is not the most important that the motor exactly performs 5 Nm or 4.8 Nm for that matter - the important thing is that is gives the same torque each time.

I hope you can clarify if I can do this, and your welcome to comment on obvious error or problems I can run into.

Kind regards
Kasper
 
Engineering news on Phys.org
  • #2
I took my motors course back when sliderules were king, mid 1960's.

DC Electric motors external characteristics were described by these two equations which have served me well over the years:
Counter EMF = K X Φ X RPM , Φ being flux and proportional to excitation (field current)
Torque = 7.04 K X Φ X Iarmature
We determined the lumped constant K X Φ for any particular motor by spinning it at known RPM with known field excitation and measuring open circuit voltage,
volts/RPM = K X Φ at that flux

If you're using a small permanent magnet motor it'll have constant flux because of its permanent magnet field, so long as it's lightly loaded.
So you could get its K X Φ from open circuit voltage at known RPM.
Torque will be that same K X Φ multiplied first by 7.04 then by armature amps, so long as it's not heavily loaded.
so driving it with a constant current will cause it to rotate until it stalls, and stall torque will be set by armature amps.

Torque equation above gives torque in foot-pounds which is easy enough to convert to Newton-meters..

My caveat about load on the motor is because of something called "Armature Reaction", which just means that high current in the armature distorts the internal flux distribution. So you'll want a motor capable of more torque than you're using.

So, there's an approach for you. Some experimentation will be required with the particular motor you select. Your project sounds about right for a junkyard Ford windshield wiper motor, one of my favorite tinkertoys. It is has a worm gear drive and can easily make the ~4 ft-lbs you want. Electric window motor is another possibility.

Experiment and have fun !

old jim
 
  • #3
Another possibility would be to actually measure the torque. One way to do that is to mount the motor casing in a jig that can rotate a few degrees. Fix an arm to the motor that operates a sensor (pressure, strain gauge or similar).
 
  • #4
Hi guys

Thank you very much for your replies - Jim - your reply helped on the understanding :)
I think I´m going to use a torque sensor as you CW proposed.

Kasper
 

1. What is motor torque?

Motor torque is a measure of the rotational force produced by a motor. It is typically measured in units of Newton-meters (Nm) or pound-feet (lb-ft) and is dependent on the strength of the magnetic field within the motor and the amount of current flowing through it.

2. How does motor torque affect the performance of a motor?

The higher the motor torque, the more power and force the motor can generate. This is important for applications that require a lot of force, such as lifting heavy objects or moving large machinery. Motor torque also affects the speed at which a motor can rotate, with higher torque allowing for faster rotation.

3. What is the relationship between motor torque and programming?

In programming, motor torque can be controlled by adjusting the amount of current flowing through the motor. This can be done using code to adjust the voltage or pulse width of the signal sent to the motor. By programming the torque, you can control the speed and power of the motor for different tasks and applications.

4. How can I calculate the necessary torque for my motor?

To calculate the necessary torque for your motor, you will need to know the weight or force of the object or load that the motor will need to move, as well as the distance and speed at which it needs to be moved. With this information, you can use the formula: Torque = force x distance. It is also important to consider the efficiency and gearing of the motor in your calculations.

5. Are there any safety precautions to consider when working with motor torque and programming?

Yes, it is important to be cautious when working with motors and electricity. Always follow proper safety procedures, such as wearing protective gear and turning off power before making adjustments. It is also important to properly calculate and test the torque before using the motor in any application to avoid any potential hazards.

Similar threads

  • Mechanical Engineering
Replies
1
Views
601
  • Mechanical Engineering
Replies
19
Views
877
  • Mechanical Engineering
Replies
17
Views
3K
Replies
5
Views
2K
Replies
14
Views
2K
  • Mechanical Engineering
Replies
2
Views
3K
Replies
3
Views
2K
  • Mechanical Engineering
Replies
7
Views
2K
  • Mechanical Engineering
Replies
2
Views
949
Replies
8
Views
1K
Back
Top