Low RPM, high torque DC motor help

In summary: A motor would add complexity, cost, and might not be necessary. Without knowing more about your project, it is hard to say for sure. A typical tension screw might do the trick, but it would be difficult to find one that is adjustable to the desired tension. Another option would be to attach a spring to the screw and use gravity to tension the string.
  • #1
UR_Correct
37
0
Hey folks,

I have been thinking about doing a little hobby project for while, but didn't have the right knowledge to do it until now. Basically, I need a relatively small Low RPM, high torque DC motor that can be controlled by a microcontroller. I'm using the arduino duemilanove and have become pretty familiar with it. Depending on the rating of the motor, i'll probably use an h-bridge to actuate the motor, instead of powering it straight from the arduino. I'll need the motor to spin both ways. It needs to spin at relatively low RPM, probably like 0-5RPM, maybe just a tid bit higher. The rpm needs to be able to be varied. I think that all depend on the power you supply it, right? I'll just use PWM to control the RPM. The motor will be pulling a wire string tight. It also needs to stay locked in place once it has pulled it to a certain tension (i'm not sure if a motor can do this. would i be thinking of a gear in this case?). I think the max tension in the wire will be something like 60N, which is like 13lbs, I believe. I know torque (in physics) is related to the length of the arm crossed with the tension force. is this true in torque of a motor? Or is it more just have to do with force?

Does anyone know where I can get a motor with these characteristics?

-low rpm
-relatively small
-high torque
-idealy low power, but can work with higher power
-hopefully cheap
-motor able to rotate both ways
-motor able to lock in place

Thanks in advanced for any help!
 
Last edited:
Engineering news on Phys.org
  • #2
UR_Correct said:
Does anyone know where I can get a motor with these characteristics?

-low rpm
-relatively small
-high torque
-idealy low power, but can work with higher power
-hopefully cheap
-motor able to rotate both ways
-motor able to lock in place

Thanks in advanced for any help!

Yes, You need a stepper motor. Read up on them, you will need a pair of H-Bridges for bi-polar, or four mosfets for unipolar. Stepper motors are all about stall/holding torque, not about RPM. Research it, use it.

Fish
 
  • #3
Great! Thanks! That is exactly what I need.

I have another question for you. Okay, so back to the issue of pulling and holding a wire tight at about 60N. How do I go about looking at a datasheet for these motors to see if they can achieve this force? For instance,

http://www.sparkfun.com/datasheets/Robotics/SM-42BYG011-25.pdf

This motor says it has a holding torque of 0.23 Nm. Again, I know torque = force*(length of arm perpendicular to force). So, if I look at the radius of the rotor (which says is 2.5mm), do I just divide this holding torque by that radius, since that would be the arm of the torque? So, that would be 0.23Nm / 0.0025 m = ~ 100N, which is more than I'd need. So this one would work for me? Or no? Am I thinking about this wrong?

I apologize if I sound ignorant. I had a really bad elec. machinery prof in college.

Thanks
 
  • #4
I think it might be best if you give a little better description of what you are attempting to achieve. For instance, if your goal is simply to tension a wire, why not attach a 6kg weight and let gravity do the work. Obviously there are many systems where this approach would be impractical, but w/o knowing what you are attempting to do, it is hard to help you. Again, for instance, would a spring and a tension screw meet your needs? Does your system require active load adjustment, and how important is the accuracy of the force? What type of response time is required? How frequently does the tension need to be adjusted? Engineering is almost always about finding the simplest/cheapest/most reliable solution; it sounds to me like you are attempting to solve a fairly simple problem with a fairly complex/expensive approach.

To answer your question, almost any size motor could be configured to achieve your 60N, we are simply haggling over complexity, accuracy, response time, cost. I am not convinced a motor is requisite at all. If the load is dynamic then you have not provided nearly enough information.

Fish
 
  • #5
Hello

I am thinking about building a tennis raquet stringing machine and i have the same problem. Let's say that it would look like this one:

What torque should the motor have to achieve a 24 Kg tension in the string? And how can I achieve that torque? By applying a certain Current Intensity to the motor ?

Sorry I'm a newbie

Thanks
 
Last edited by a moderator:
  • #6
Ahh, fish, I apologize. With the information you gave me, I felt confident that a stepper motor was what I needed.

To be more specific, I'm doing a little project on my own for fun. I wanted to try to build a prototype to autotune a guitar string. My system will have a mic pick up the note of the guitar, use some Fourier transforms to get the fundamental frequency, and then see how far off my frequency is from the actual frequency of the note (low E, for instance, is about 80hz). I'll do some calculations in a microcontroller (arduino) to output a nice PWM signal to my motor that is proportional to how far off I am from the actual note to correct it. The motor also has to go both ways, whether the note is sharp or flat, so a bidirection stepper motor seemed my best bet, thanks to your input!

This all seems doable. I found a cheap bi-directional stepper motor online, but I'm still unsure if the torque numbers are enough.

That leads back to my initial question. If I'm given a spec for a motor that has a max torque of X mN-mm (miliNewton, millitimeters) [not sure if this is the standard unit for torque for small motors, might be mN-cm]. Do I just divide this number by the radius of the rotor to get the max tension it can hold? Since N (torque) = F (force) * r (radius of arm).

If that's so, then I think this motor will work.

Unfortunately I'm still in phase one with the mic. I'm getting a signal, but it's rather noisy. When I try to pick up notes, it's very faint, so I need to amplify it some more. I have a feeling the motor part won't be as difficult as this part. I've worked on past projects with h-bridges and PWM, so I'm not too worried about that part.

Thanks again!
 
  • #7
There are several types of motors that can supply high torque at low RPM.

1) A stepping motor can supply high holding torque at zero RPM, but stepping motors are designed to hold a specific preset angular position at a range of torques (Not a specific preset torque at a range of angular positions).

2) A true torque motor can provide a fixed preset torque at a range of RPMs including both forward and reverse RPM, and zero RPM ("locked rotor").

The difference between these two motors is similar to the difference between a constant-voltage regulator and a constant-current regulator in electrical engineering. Both can supply a specific current at a specific voltage, but under very different constraints.

If the application is to maintain a constant tension in a wire, cable or string, even if the wire, cable, or string is constantly changing length (e.g., spooling on/off a reel, or thermal expansion or stretching of a wire between two fixed points), then the only choice is the torque motor. The torque is set by regulating the input current.

A dc gear motor operated at constant current could provide some features of a torque motor, but any brush motor operated under these conditions will damage the commutator.

Most/all the true torque motors will have a permanent magnet rotor and a Hall Effect (or other) sensor to determine rotor position. DC gear motors have a permanent-magnet stator and a brush/commutator wound-coil rotor.

Bob S
 
  • #8
hi friends, i need dc motor with high rpm nearly equal to 10000 rpm with high torque which will be controlled by PWM signal & its shaft will drive the supercharger,So please suggest me where can i get it?
 
Last edited:

1. What is a low RPM, high torque DC motor?

A low RPM, high torque DC motor is a type of electric motor that is designed to provide a high amount of torque at low speeds. This makes it ideal for applications that require high amounts of force, such as in industrial machinery or robotics.

2. How does a low RPM, high torque DC motor work?

A low RPM, high torque DC motor works by converting electrical energy into mechanical energy through the use of a magnetic field. The motor uses a series of permanent magnets and electromagnets to create a rotating motion that is then transferred to a shaft, allowing it to produce high amounts of torque.

3. What are the advantages of using a low RPM, high torque DC motor?

Some of the advantages of using a low RPM, high torque DC motor include its ability to provide high amounts of force at low speeds, its compact size, and its efficiency in converting electrical energy into mechanical energy. It is also relatively easy to control the speed and direction of these motors, making them versatile for a range of applications.

4. What are some common uses for low RPM, high torque DC motors?

Low RPM, high torque DC motors are commonly used in a variety of industries, including automotive, aerospace, and robotics. They are also frequently used in household appliances such as washing machines and power tools. These motors are also ideal for applications that require precise control over speed and direction, such as in conveyor systems.

5. How can I select the right low RPM, high torque DC motor for my project?

When selecting a low RPM, high torque DC motor, it is important to consider factors such as the required torque and speed, as well as the size and power requirements of your project. It is also important to consider the type of load the motor will be driving and any specific environmental conditions it may encounter. Consulting with a knowledgeable supplier or engineer can also help in selecting the right motor for your project.

Similar threads

  • Electrical Engineering
Replies
4
Views
867
Replies
2
Views
958
Replies
12
Views
1K
  • Electrical Engineering
Replies
5
Views
2K
  • Electrical Engineering
Replies
6
Views
2K
Replies
12
Views
2K
  • Electrical Engineering
Replies
5
Views
925
Replies
4
Views
2K
  • Electrical Engineering
Replies
2
Views
2K
  • Electrical Engineering
Replies
12
Views
6K
Back
Top