Gears, Belts, Leadscrews, and Transmissions
Motors rarely match the load directly. A transmission lets the designer trade speed for torque, convert rotary motion to linear motion, move the motor to a convenient location, or improve positioning resolution. It also adds real mechanical limits: efficiency loss, backlash, compliance, bearing load, wear, heat, noise, lubrication, alignment error, and maintenance.
Good transmission selection starts from the load requirement, not from the motor catalogue. Define the load speed, load torque or force, duty cycle, positioning accuracy, allowable backlash, available space, safety risk, and environment before choosing gears, belts, chains, leadscrews, ballscrews, or direct drive.
Learning Objectives
By the end of this lesson, you should be able to:
- Compute speed, torque, and inertia changes through a gear ratio.
- Compare gears, timing belts, leadscrews, ballscrews, and direct drive.
- Include efficiency, backlash, belt stretch, screw lead, and critical speed in a selection.
- Estimate linear resolution and motor torque for a screw or belt axis.
- Identify common transmission failure modes before hardware is built.
Speed Ratio and Torque
For a reduction gearbox or pulley reduction, define the reduction ratio as:
$$
N=\frac{\omega_\text{motor}}{\omega_\text{load}}
$$
where N is dimensionless, omega_motor is motor angular speed in rad/s or rev/min, and omega_load is load angular speed in the same units. A 5:1 reduction means the motor turns five revolutions while the load turns one.
Ignoring losses:
$$
T_\text{load,ideal}=T_\text{motor}N
$$
With efficiency:
$$
T_\text{load}=T_\text{motor}N\eta
$$
where eta is efficiency from 0 to 1. The reflected load inertia seen by the motor is reduced by the square of the ratio:
$$
J_\text{reflected}=\frac{J_\text{load}}{N^2}
$$
This is why a gearbox can make a heavy load easier for a motor to accelerate, even though it adds its own friction and inertia.
Worked Example: Gearbox for a Rotary Load
A turntable needs 6 N m at 60 rev/min. The chosen motor can provide 0.9 N m continuous torque at 600 rev/min. A 10:1 gearbox has eta = 0.82.
Speed check:
$$
\omega_\text{load}=\frac{600}{10}=60\ \text{rev/min}
$$
Torque check:
$$
T_\text{load}=0.9 \times 10 \times 0.82=7.38\ \text{N m}
$$
The ratio satisfies the speed and continuous torque requirement with margin. The next checks are gearbox output bearing load, backlash, thermal rating, mounting stiffness, and peak torque during acceleration or shock.
Timing Belts and Pulleys
Timing belts are common in 3D printers, light CNC axes, pick-and-place systems, plotters, and camera sliders. They are fast, quiet, relatively inexpensive, and good over long center distances. Because tooth engagement prevents normal slip, they can be used for positioning if tension and pulley geometry are correct.
Linear travel per motor revolution is pulley pitch circumference:
$$
x_\text{rev}=p n_t
$$
where p is belt pitch in mm/tooth and n_t is the pulley tooth count. For a 2 mm pitch belt and a 20 tooth pulley:
$$
x_\text{rev}=2 \times 20=40\ \text{mm/rev}
$$
If the motor has 200 full steps per revolution and a driver uses 16x microstepping, the nominal microstep distance is:
$$
x_\text{microstep}=\frac{40}{200 \times 16}=0.0125\ \text{mm}
$$
Do not confuse this with guaranteed accuracy. Belt stretch, pulley eccentricity, frame stiffness, tooth clearance, bearing friction, and motor torque ripple often dominate the real positioning error.
Leadscrews and Ballscrews
A screw converts rotary motion into linear motion. Linear travel per revolution is the screw lead:
$$
v_\text{linear}=L \times n
$$
where L is lead in m/rev and n is rotational speed in rev/s. For a screw force calculation:
$$
F_\text{linear}\approx\frac{2\pi T_\text{motor}\eta}{L}
$$
where T_motor is torque in N m and L is lead in m/rev.
Worked Example: Screw Axis Force
A motor provides 0.35 N m through a coupling to a 5 mm/rev leadscrew. Assume eta = 0.35 for a sliding leadscrew:
$$
F=\frac{2\pi \times 0.35 \times 0.35}{0.005}=154\ \text{N}
$$
The same geometry with a ballscrew at eta = 0.90 would give about 396 N, but it may back-drive when power is removed. A vertical axis may need a brake, counterbalance, self-locking screw, or safe support.
Backlash, Compliance, and Stiffness
Backlash is lost motion when the transmission reverses direction. It appears in gear tooth clearance, screw nut clearance, belt tooth clearance, couplings, bearings, and loose mounts. Compliance is spring-like deflection under load. Both reduce positioning accuracy and can make a control loop oscillate.
| Effect | Meaning | Practical result |
|---|---|---|
| Backlash | dead motion during reversal | target missed after direction change |
| Compliance | elastic deflection under force | position changes with load |
| Friction | resistance to motion | stick-slip and heating |
| Inertia | resistance to acceleration | slower response or higher torque |
| Efficiency loss | power converted to heat | reduced force and thermal limit |
For bidirectional positioning, use anti-backlash nuts, preloaded gears, harmonic drives, cycloidal drives, ballscrews, dual-pinion drives, or software compensation only after the mechanical error is characterized. Software compensation cannot recover stiffness or remove impact when the load crosses the backlash gap.
Transmission Selection Guide
| Need | Good option | Design checks |
|---|---|---|
| Fast light linear axis | timing belt | belt pitch, tension, stretch, pulley teeth, bearing load |
| High force low-cost linear motion | leadscrew | efficiency, heating, whip, self-locking, wear |
| Precision linear motion | ballscrew | preload, lubrication, back-driving, contamination |
| Compact rotary torque increase | gearbox | backlash, rated torque, heat, output bearing load |
| Very low backlash rotary drive | harmonic or cycloidal reducer | stiffness, shock rating, cost, efficiency |
| Highest stiffness and bandwidth | direct drive | motor size, encoder resolution, thermal design |
Safety and Reliability Notes
- Guard exposed belts, chains, gears, couplings, and screws.
- Assume vertical axes can fall unless braking or self-locking is proven.
- Do not exceed manufacturer ratings for radial load, thrust load, speed, torque, or duty cycle.
- Include emergency stop behavior: coast, brake, controlled deceleration, or power removal.
- Consider stored energy in moving masses, springs, counterweights, and lifted loads.
- Keep hands, tools, cables, and loose clothing away from open transmissions during tests.
Practical Selection Workflow
- Write the required load speed, torque or force, stroke, accuracy, and duty cycle.
- Choose the motion conversion: rotary-to-rotary, rotary-to-linear, or direct linear.
- Estimate the ratio, lead, pulley travel, or gearbox output speed.
- Compute continuous and peak torque with efficiency.
- Check reflected inertia and acceleration torque.
- Budget backlash, compliance, thermal rise, and maintenance.
- Prototype at reduced speed and verify current, temperature, noise, and reversal error.
Common Mistakes
- Calculating torque multiplication but ignoring efficiency.
- Choosing a high gear ratio that gives enough torque but too little speed.
- Treating microstep size as positioning accuracy.
- Ignoring backlash in a reversing mechanism.
- Over-tightening belts and overloading motor or idler bearings.
- Using a long leadscrew above its critical speed.
- Forgetting that ballscrews and high-efficiency gearboxes can back-drive.
- Selecting a gearbox by peak torque while the duty cycle requires continuous torque.
Summary
Transmissions shape the whole mechatronic system. They trade torque, speed, force, resolution, stiffness, packaging, cost, and reliability. Always include efficiency, backlash, reflected inertia, alignment, thermal rating, and safety behavior in the motor-selection calculation.
Further Reading
- Gates, Synchronous Belt Drive Design Manual.
- Thomson Linear, leadscrew and ballscrew selection guides.
- SDP/SI, gear ratio, backlash, and timing belt references.
- NEMA and IEC motor application notes for torque, duty cycle, and load inertia.