The Power of Motor Formula: Why Raw Math Fails Without Load Context
The fundamental power of motor formula is deceptively simple. In the mechanical domain, it is expressed as P = τ × ω (Power in Watts equals Torque in Newton-meters multiplied by Angular Velocity in radians per second). In the electrical domain, it is P = V × I × η (Voltage × Current × Efficiency).
Here is the trap that bricks drivers and melts windings: converting a motor's nameplate HP or kW rating into a usable torque figure without accounting for load inertia and duty cycle. A 100W NEMA 23 stepper motor and a 100W closed-loop BLDC motor share the same electrical power formula, but their torque curves are radically different. The stepper delivers peak torque at zero RPM and drops off sharply, while the BLDC delivers a flat torque curve up to its rated speed. If you size a motor purely on the continuous power formula, a high-inertia startup load will stall the stepper before it reaches its efficient operating RPM.
Worked Sizing Example: Calculating True Mechanical Demand
Let us size a motor for a DIY automated conveyor belt moving a 50 kg payload at a constant 0.5 meters per second. We will use a direct-drive pulley with a 50 mm (0.05 m) radius. The coefficient of rolling friction (μ) for the belt track is 0.2.
Step 1: Calculate Required Force and Torque
- Force (F): F = μ × m × g = 0.2 × 50 kg × 9.81 m/s² = 98.1 N
- Torque (τ): τ = F × r = 98.1 N × 0.05 m = 4.905 Nm
Step 2: Calculate Angular Velocity and Mechanical Power
- Angular Velocity (ω): ω = v / r = 0.5 m/s / 0.05 m = 10 rad/s (approx. 95 RPM)
- Mechanical Power (P): P = τ × ω = 4.905 Nm × 10 rad/s = 49.05 W
Step 3: Apply the Sizing Rule of Thumb
The raw power of motor formula gives us 49.05 W. However, this ignores the energy required to accelerate the 50 kg mass from a dead stop, belt slip, and voltage sag under load. The standard sizing rule of thumb for continuous-duty friction loads is to apply a 1.5× safety factor for startup inertia and mechanical losses.
- Target Mechanical Power: 49.05 W × 1.5 = 73.5 W
- Target Electrical Power: Assuming an 80% system efficiency (η = 0.8), the required electrical input is 73.5 W / 0.8 = 91.8 W.
We need a motor capable of delivering roughly 100W (0.13 HP) with a minimum holding/running torque of 5 Nm at 95 RPM.
Motor Type Comparison: Stepper vs. BLDC vs. AC Induction
Now that we have our 100W / 5 Nm target, which motor topology actually fits this continuous-duty, moderate-speed load profile? Steppers and servos are not interchangeable here; a stepper will overheat at continuous 95 RPM, while an oversized AC induction motor lacks the low-speed control we need. Below is a spec-sheet comparison for NEMA 23 class motors in the 100W range.
| Criteria | Open-Loop Stepper (NEMA 23) | Closed-Loop BLDC (NEMA 23) | AC Induction (Fractional HP) |
|---|---|---|---|
| Torque Curve | Peak at 0 RPM, drops 50% by 300 RPM | Flat torque to rated speed, constant power above | Low starting torque, peaks near synchronous speed |
| Control Needs | Step/Dir pulses, open-loop chopper drive | 3-phase commutation, Hall sensor feedback, FOC | Direct-on-line (DOL) or simple VFD for speed |
| Continuous Heat | High (runs at full current even when stalled) | Low (current scales with actual load demand) | Moderate (slip generates rotor heat) |
| Typical Cost | $25 (Motor) + $15 (Driver) | $65 (Motor) + $35 (Driver) | $40 (Motor) + $20 (Capacitor/Contactor) |
| Best Load Profile | Low-speed, high-precision positioning (CNC Z-axis) | Continuous duty, dynamic loads (Conveyors, AGVs) | Constant speed, high inertia (Fans, pumps) |
Reference: Motor efficiency and topology characteristics align with Engineering Toolbox motor efficiency standards and NEMA MG 1 guidelines.
The Verdict: For our 50 kg conveyor moving continuously at 95 RPM, the Closed-Loop BLDC is the only correct choice. A stepper would run at its thermal limit trying to maintain 5 Nm at speed, and an AC induction motor would struggle with the starting torque required to break the static friction of the 50 kg payload without a gearbox.
Wiring, Terminals, and Driver Matching for BLDC
Unlike a stepper's simple A+/A-/B+/B- wiring, a 3-phase BLDC motor requires matching the stator windings to the driver's commutation logic, plus wiring the position feedback. For a standard NEMA 23 BLDC (like the widely available 57BLF series), you will encounter two distinct terminal blocks.
Power Terminals (The Phases)
- U, V, W: These are the three main phase windings. Connect them to the driver's U, V, W output terminals. Swap any two of these (e.g., U and V) if you need to reverse the motor's default rotation direction.
- VCC / V-: The main DC bus power. For a 100W NEMA 23 BLDC, this is typically 24V DC. Ensure your power supply can deliver at least 6A continuous (24V × 6A = 144W headroom).
Feedback Terminals (The Hall Sensors)
The driver needs to know the rotor position to commutate the phases correctly. This is handled by three internal Hall effect sensors.
- H1, H2, H3: The signal outputs from the sensors. Wire these directly to the driver's corresponding Hall input pins.
- +5V (or VCC) and GND: Power for the internal Hall sensor ICs. Warning: Never connect the Hall +5V pin to the main 24V DC bus. Doing so will instantly fry the sensor ICs and permanently brick the motor's feedback loop.
Failure Signatures: Diagnosing Hum, Overheat, and Stall
When the math meets reality, things break. Here is how to diagnose the three most common motor failure signatures on the bench based on the topology you chose.
If your fractional HP AC motor sits still and emits a loud 60Hz/120Hz hum without rotating, it is single-phasing. In a single-phase setup, the start capacitor or centrifugal switch has failed, meaning the motor lacks the phase shift needed to create a rotating magnetic field. Fix: Test the start capacitor with a multimeter in capacitance mode; replace if it reads open or >20% below its μF rating.
If your BLDC motor casing exceeds 80°C and the driver suddenly cuts power or throws a fault code, you have exceeded the continuous current limit. This usually happens when the mechanical load binds, causing the driver to dump maximum current to maintain position. Fix: Check the driver's RMS current limit setting. Ensure it is matched to the motor's continuous rating (e.g., 4A), not its peak rating (e.g., 12A).
Open-loop steppers do not know when they stall. If your CNC axis drifts or the conveyor jerks and stops without the driver throwing an error, the motor has lost synchronism. This happens when the load torque exceeds the motor's pull-out torque at that specific RPM. Fix: Lower the acceleration ramp in your firmware, or add a 10:1 planetary gearbox to multiply torque at the load.
The Decision Tree: Picking Your Exact Motor and Drive
Do not leave your component selection to guesswork. Use this decision matrix to lock in your exact bill of materials based on your calculated load profile.
| If your load profile is... | And your control need is... | Then select this Motor Topology | Concrete Pick (Part Number) |
|---|---|---|---|
| Continuous duty, moderate torque, dynamic friction (Conveyors, wheels) | Speed regulation, high efficiency, low heat | Closed-Loop BLDC | StepperOnline 57BLF01 + BLD-300 Driver |
| Intermittent duty, high holding torque, precise positioning (3D printer Z-axis) | Open-loop step/direction, low cost | Open-Loop Stepper | StepperOnline 23HS45 + DM556 Driver |
| Constant speed, high inertia, dirty environment (Shop dust collector) | Simple on/off, no logic-level control | AC Induction (Capacitor-Start) | Dayton 1/6 HP 115V + Definite Purpose Contactor |
The Final Recommendation for the Conveyor Build
Based on our 100W / 5 Nm continuous load calculation, the default and definitive pick is the StepperOnline 57BLF01 NEMA 23 BLDC Motor paired with the BLD-300 brushless driver.
This combination costs roughly $95 total, operates on a standard 24V DC bench supply, and the BLD-300 driver includes built-in stall protection and a potentiometer for manual speed tuning without needing a microcontroller. Wire the U/V/W phases, connect the 5V Hall sensors, set the driver's current limit to 4.5A via the DIP switches, and your conveyor will run cool, quiet, and indefinitely without the thermal drift that plagues steppers in continuous-duty applications.






