Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I'd like to run a stepper motor at a very smooth, constant speed, with minimal vibrations to both the mount holding it and its output. How do I drive the stepper motor so that speed remains constant, even between steps?

share|improve this question
Flexible mounting and drive shaft can also help. – russ_hensel Mar 22 '11 at 14:00
Could you estimate the RPMs you want to get out of it? – jpc Mar 22 '11 at 21:41
After all the reduction, 1/1440 RPM (1 revolution per day). This is for a sidereal tracking mount. – Evan Krall Mar 23 '11 at 18:16
2  
Actually 1/1436 RPM (1 rev / sidereal day). – Evan Krall Mar 23 '11 at 18:24
I was asking about the stepper itself but I guess it will also be very low. – jpc Mar 23 '11 at 21:23
show 1 more comment

5 Answers

up vote 14 down vote accepted

What you need is sinusoidal current drive.

In other words, you have to treat the motor like a traditional brushless motor, rather then a stepper. This requires pretty specialized stepper drivers, and is not simple.

A simpler alternative might be to try microstepping the stepper motor, but that won't get you perfectly smooth rotation.

Really, for situations where you need extremely smooth rotary motion, a stepper is really just the wrong control system. You should use a brushless AC motor, or at least a brushed DC servomotor.

Here is a decent white-paper on stepper drive modalities, with some contrasting to AC synchronous motors.

share|improve this answer
@FakeName, it would be great if you had links to back things up. I know that sometimes adds hours to writing an answer, but thought I would just note how valuable they are. – Kortuk Mar 22 '11 at 8:11
I've been trying to find something concise. I'm not done with the answer. However, there does not seem to be much information on making stepper motors movement very smooth, since most serious motion control systems use servo motors. – Connor Wolf Mar 22 '11 at 9:29
@FakeName, I had a feeling you would have a hard time finding good sources, I added the note a little for you, but I have been trying to leave these regularly around now so that the community slowly moves towards finding references. – Kortuk Mar 22 '11 at 10:13
Nice white-paper. AFAIK the Geckodrive guy is also working on a similar idea. – jpc Mar 22 '11 at 21:40
@Kortuk - I do try to reference when I can. Some things are better documented then others. @jpc - It doesn't surprise me. If you have to use steppers, sinusoidal current drive is the way to go. It's just that stepper motors suck, really. – Connor Wolf Mar 22 '11 at 23:50
show 6 more comments

Using full step driving, the rotor acts much like a Spring-Mass-System, with the rotor being the mass and the magnetic force being the spring. When you move from one step to the next, the motion will always be rough. The rotor pretty much jumps from one step to the next and it takes some time until the spring dampens out the rotor's energy, causing a little oscillation (read: rough motion).

You can smooth this when you use half-step mode, and you can additionally compensate the torque-nonlinearity, cf. this link

Following this logic, you eventually end up using fine-Stepping, micro-stepping and sinusoidal driving. (See this link for micro-stepping)

Some more details:

The resonant frequency of a stepper motor's rotor is usually somewhere around 50 Hz ... 400 Hz. When you drive the motor in full-step mode at its own mechanical resonant frequency, things will get pretty bad and it is likely that you lose (jump over) steps. For slow speeds, it is a good idea to stay below the motor's resonant frequency. For high speeds, try to get beyond the resoncance as fast as you can while accelerating, and don't use full-step driving.

share|improve this answer

I can only suggest reductors, if speed is not a limiting factor.

Otherwise I would go for brush-less motors with some feedback.

share|improve this answer
1  
Reductors meaning gearing the motor down? – Evan Krall Mar 22 '11 at 18:11
Yes............. – BarsMonster Mar 22 '11 at 18:51
I agree, running a stepper too slow can make it very rough. Running the motor faster and using reduction gears is a good approach. – unixbigot Mar 22 '11 at 23:03

See the Geckodrive support page, especially the Application Notes->Step Drivers->How Morphing Works (sorry, it seems impossible to link directly). The Step Motor Basics are also useful.

Basically if you want to go fast enough then two things happen:

  1. You do not need microstepping.
  2. You lose most of the torque of the motor.
share|improve this answer

I used to test stepper motors on old hard disk drives verifying the design for seek errors from many manufacturers in the 80's while reverse engineering the entire designs as part of the DVT or qualification for Corp OEM purchasing.

Some of the Japanese made the smoothest stepper motors using fluidic filled brass and clear plastic rings to dampen the vibration and overshoot as well as create a velocity profile to accelerate smoothly to a maximum velocity then de-accelerate to a target position. They only used half step bridge mode but often used SS band gear-reduction methods on a rotary or linear actuator but it was very effective for fast smooth quiet operation on a solid baseplate. (note: all disk drives now use rotary voice coils but floppys and DVD are still around and quiet) Check out their operation.

Stepper torque also drops with rising RPM and use of PWM. So biggest is stall/ starting torque and final RPM torque is minimum. Margins must be known for your needs and ensure there are no funny resonances from a mechanical magnetic spur.

I know there are resonant and sub resonant vibrations in PWM mode H driver systems, so be careful to measure what vibration you hear and where it comes from ! Magnetic step resonance or sub resonance. and get a rotary viscous damper flywheel.

share|improve this answer
Not relevant -- different problem domain. – Dave Tweed Oct 19 '12 at 22:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.