To design motor systems effectively, you must match the motor’s torque-speed curve to the load’s inertia and friction profile. There is no universal motor. A high-holding-torque stepper will overheat and fail on a continuous high-speed conveyor, just as an AC induction motor will cog and stall on a precision pick-and-place arm. The direct answer to "which motor should I use" always begins with plotting your load's required torque against its required speed, then selecting the topology that delivers that specific profile most efficiently.

Converting horsepower to kilowatts without load context is a common trap. A 1 HP (0.746 kW) motor rating means nothing if you do not know the duty cycle (S1 continuous vs. S3 intermittent) and the thermal mass of the motor casing. Below is the data-driven framework for making the right selection.

Motor Type Selection Matrix

The table below maps standard motor topologies to their real-world performance characteristics. Use this to filter your options before looking at specific part numbers.

Motor Type Torque Curve Profile Control Complexity Typical Driver / Controller Relative Cost
Brushed DC (BDC) Linear drop from stall to no-load Low (Voltage/Direction) H-Bridge (e.g., TI DRV8871) $
Brushless DC (BLDC) Flat to base speed, drops at high RPM Medium (Commutation/FOC) 3-Phase Inverter + MCU (e.g., SimpleFOC) $$
NEMA Stepper High at zero speed, drops sharply >1000 RPM Medium (Step/Dir pulses) Chopper Drive (e.g., TB6600, TMC2209) $$
AC Induction (ACIM) Low start, peaks at breakdown, drops to sync Low (DOL) to High (Vector) VFD (Volts/Hertz or Flux Vector) $$
AC Servo Flat continuous, high peak (300% for 3s) High (Closed-loop position) Dedicated Servo Drive (e.g., Yaskawa Sigma) $$$$
Stepper vs. Servo Reality Check: Steppers and servos are not interchangeable. A NEMA 23 stepper might boast 2.0 Nm of holding torque, but at 1500 RPM, that torque often collapses to <0.4 Nm due to back-EMF. An equivalently sized AC servo will maintain its rated 0.64 Nm continuously up to 3000 RPM. Choose steppers for low-speed, high-hold, open-loop positioning. Choose servos for high-speed, high-inertia, closed-loop tracking.

Sizing Rules and Worked Load Example

The golden rule of motor sizing is to calculate the Root Mean Square (RMS) torque across your entire motion profile, then select a motor whose continuous torque rating exceeds that RMS value by a minimum 1.5x safety factor. This accounts for unmodeled friction, voltage sags, and ambient temperature derating.

Worked Example: Conveyor Belt Drive

Let’s size a motor for a flat belt conveyor moving a 50 kg payload. The drive pulley has a radius ($r$) of 0.1 meters. The target belt velocity ($v$) is 1.0 m/s. The coefficient of sliding friction ($\mu$) between the belt and the bed is 0.2.

  1. Calculate Linear Force ($F$):
    $F = m \times g \times \mu = 50 \text{ kg} \times 9.81 \text{ m/s}^2 \times 0.2 = 98.1 \text{ Newtons}$.
  2. Calculate Required Load Torque ($T_{load}$):
    $T_{load} = F \times r = 98.1 \text{ N} \times 0.1 \text{ m} = 9.81 \text{ Nm}$.
  3. Apply Efficiency Derating:
    Assuming a gearbox and belt efficiency ($\eta$) of 80% (0.8):
    $T_{motor} = 9.81 / 0.8 = 12.26 \text{ Nm}$.
  4. Calculate Mechanical Power ($P$):
    Angular velocity ($\omega$) = $v / r = 1.0 / 0.1 = 10 \text{ rad/s}$.
    $P = T_{motor} \times \omega = 12.26 \text{ Nm} \times 10 \text{ rad/s} = 122.6 \text{ Watts}$.

The Verdict: You need a motor capable of 122.6W continuous mechanical output and 12.26 Nm continuous torque at 10 rad/s (approx. 95 RPM). Because the speed is low and torque is high, a 24V BLDC motor paired with a 20:1 planetary gearbox is the optimal fit. The motor itself only needs to output ~0.65 Nm at 1900 RPM, well within the flat torque curve of a standard 42mm BLDC outrunner.

Wiring, Terminals, and Controller Demands

Once you select a BLDC topology, you must correctly interface the motor phases and feedback sensors to the driver. Miswiring a BLDC motor will instantly blow the driver's MOSFETs or cause the motor to violently vibrate and overheat.

BLDC Terminal Identification and Pinout

A standard sensored BLDC motor features two distinct harnesses: the thick power phases and the thin Hall-effect sensor signal wires.

  • Phase Wires (U, V, W): Typically colored Yellow (U), Green (V), and Blue (W) or simply three thick black wires. These carry the high-current PWM waveforms from the 3-phase inverter. Rule: Swapping any two phase wires reverses the motor direction.
  • Hall Sensors (A, B, C): Typically a 5-pin JST connector. Includes VCC (+5V), GND, and three signal lines (Hall A, B, C). These output digital square waves offset by 120 electrical degrees to tell the controller the rotor's exact position.
Hall Sensor Spacing Warning: Before writing your commutation code or configuring your VFD, verify if your motor uses 120-degree or 60-degree Hall sensor spacing. Feeding a 60-degree Hall signal into a controller expecting 120 degrees will result in severe torque ripple, high current draw, and eventual thermal shutdown. You can verify spacing by spinning the shaft by hand and reading the Hall states with a multimeter or logic analyzer; a 120-degree setup will never output a 000 or 111 binary state.

Controller Demands by Topology

The driver must match the motor's electrical time constant and current limits. For the BLDC conveyor example above, a sensorless ESC (Electronic Speed Controller) will fail because the conveyor requires high starting torque at zero RPM (sensorless drivers rely on back-EMF, which is zero at stall). You must use a sensored Field Oriented Control (FOC) driver or a dedicated 6-step trapezoidal commutation driver with Hall feedback, rated for at least 1.5x the motor's stall current.

Diagnosing Failure Signatures in the Field

Motors rarely fail without warning. They communicate their distress through acoustic, thermal, and electrical signatures. Here is how to decode the most common field failures.

1. The 60Hz/120Hz Hum (ACIM and Steppers)

The Symptom: An AC induction motor emits a loud, low-frequency hum but fails to start, or a stepper motor vibrates loudly while stationary.
The Cause: For an ACIM, this is almost always single-phasing—one of the three supply legs has dropped out due to a blown fuse or a loose contactor terminal. The motor is trying to run on a single-phase magnetic field, which produces zero starting torque. For a stepper, this is mid-band resonance, where the step frequency matches the mechanical natural frequency of the rotor.
The Fix: For ACIM, measure phase-to-phase voltage at the motor terminal box with a true-RMS multimeter; all three legs must read within 2% of each other. For steppers, implement microstepping (1/16 or 1/32) on the driver or add a mechanical damper to the shaft to shift the resonant frequency.

2. Casing Overheat (Thermal Runaway)

The Symptom: The motor casing exceeds 80°C (too hot to touch for more than a second), and the thermal cutoff trips intermittently.
The Cause: Continuous duty (S1) is being exceeded, or the VFD switching frequency is too high. When a VFD operates at a high carrier frequency (e.g., >8 kHz) to reduce acoustic noise, it induces severe eddy currents and hysteresis losses in the motor's stator laminations. Standard inverter-duty motors are typically rated for a 4 kHz carrier frequency.
The Fix: Check the motor nameplate for the maximum allowable carrier frequency. Lower the VFD's PWM switching frequency to 4 kHz. If the motor is a stepper running hot while stationary, reduce the driver's "idle current reduction" parameter to 30% to cut holding current when the motion profile is paused.

3. Hard Stall and Breakdown

The Symptom: The motor abruptly stops under load, drawing massive locked-rotor current until the breaker trips.
The Cause: The load torque has exceeded the motor's breakdown torque (in ACIMs, typically 200-300% of full-load torque) or pull-out torque (in steppers). In AC servo systems, this triggers an "Overload" or "Following Error" fault code on the drive.
The Fix: Do not simply increase the breaker size or disable the drive's fault protection. You must mechanically reduce the load, increase the gear reduction ratio to multiply torque at the output shaft, or upgrade to a motor with a larger rotor diameter, which inherently increases torque density.

Designing a reliable motor drive system requires respecting the physics of the load and the thermal limits of the copper and magnets. By relying on RMS torque calculations, matching the correct commutation topology to the speed profile, and listening to the acoustic signatures of your hardware, you can engineer systems that run for years without a field callback.