PDA

View Full Version : What stepper motor size (torque)



ZeroCount
02-02-2009, 09:37 PM
Ok, been hunting around and thinking about router designs, but I'm at a bit of a loss about what sort of size / torque stepper motors are suitable for a given size router cutting different materials.

For instance if I have a 4'x2' bed router cutting MDF, what torque motors will I need to get a reasonable speed?

Hmm, thinking about this before hitting submit, there are a lot of variables:
What size cutter/how many flutes/cutter rotational speed/depth of cut...
What is a reasonable speed come to that :confused:

Also you can use lower torque motors if your drive uses some form of reduction gear, at a trade off of lower speed.

Maybe it would be better if people could post some information about what torque motors they use in their own machines, and what sort of speeds they can do non-cutting fast traverses. This could then hopefully act as a resource for others.

Any ideas anyone?

Darren.

irving2008
03-02-2009, 12:12 PM
Darren,

There's two approaches to this..

1/ suck it and see based on what others have done

2/ the scientific calculated approach...

I personally go for a mix of the two.

I have a spreadsheet that does the calculations. I'll post it up here shortly (its on one of the other PCs).

Lee Roberts
04-02-2009, 07:46 AM
As I understand it, it’s also based on motor Inductance isn’t it?

The lower Inductance the faster the motor driver can talk to the motor, so what you got to do is go for the highest torque you can get with the lowest Inductance at the same time. That also being a trade off ?

irving2008
04-02-2009, 08:32 AM
As I understand it, it’s also based on motor Inductance isn’t it?

The lower Inductance the faster the motor driver can talk to the motor, so what you got to do is go for the highest torque you can get with the lowest Inductance at the same time. That also being a trade off ?

Steppers are constant power devices Power = revs * torque, i.e. as revs increase, torque drops off. Max torque is at or near stall. However as revs (= step rate) increase this linear relationship breaks down because of what you refer to Lee, which is the L/R constant of the motor. The rate of rise of current in the coil is proportional to the inductance: Since torque is directly proportional to current, for larger inductances you need to drive the coil harder (e.g. higher voltage) to reduce this torque drop off at higher step rates.

The formula is V = 32 * sqrt(L) where L is in mH. A 10mH coil ideally therefore needs a drive of 100v, but of course most steppers have a winding breakdown of 65 - 80v and 100v drivers are expensive anyway. What it means is that such a motor on a 48v driver (e.g. a Gecko) will not maintain torque above about 60% of max step rate. A better motor for a 48v drive would have an inductance no more than 2.25mH.

But too large a motor can be as much a problem as too small. Big motors have more rotor inertia which can reduce the ability to accelerate (e.g. change direction when cutting). You need to choose a motor thats in the 'sweet spot' else you can end up with nasty resonance issues (as well as pay more than you need to for both motors and drivers). The 'sweet spot' is an operating torque at cutting speed about 40% margin over what's needed. Thats NOT the same as stall torque which is how motors are rated. Its also important to ensure that the step rate at cutting speed is below that at the knee point (where the L/R effect starts). That may mean the steppers need to be geared to the leadscrews which also changes the inertial and torque dynamics. Hence the need to do the calculations.

Lee Roberts
04-02-2009, 09:09 AM
Thanks irving, you may also like to read this Darren:


some light bedtime reading...

Abstract
This tutorial covers the basic principles of stepping motors and stepping motor control systems, including both the physics of steppers, the electronics of the basic control systems, and software architectures appropriate for motor control.

http://www.cs.uiowa.edu/~jones/step/index.html

ZeroCount
09-02-2009, 11:54 PM
After an unplanned break :rolleyes: Thanks for the info, looks like stepper motor choice is a bit more complicated than I thought :(.

Been looking in EBay hoping for a bargain, but a bit scared now to spend around £100 on quite possibly the wrong motors.

Thanks for the info and link, time for some reading I think. Fortunately I'm not completely lost in the world of Volts, Amps, Henries, - I used to work in electronic engineering, just have to remember all the bits ;)

Thanks again