If you need line-locked constant speed at low torque, use an AC synchronous timing motor. If you need high torque, variable speed, and dynamic precision, use a Permanent Magnet Synchronous Motor (PMSM). While makers and DIYers frequently search for a "synchronized motor," the engineering reality splits into two distinct hardware categories that share the same name but demand entirely different drive electronics. Treating them as interchangeable is the fastest way to burn out a controller or stall a production line.

This guide cuts through the terminology overlap. We will size a motor based on a physical load profile, map the exact wiring and terminal requirements, diagnose the specific failure signatures of synchronous drives, and terminate with a concrete hardware pick for your next build.

The "Synchronized Motor" Reality Check: AC Synchronous vs. PMSM

The term synchronous simply means the rotor's magnetic field rotates at the exact same speed as the stator's rotating magnetic field—there is zero "slip," unlike a standard AC induction motor. However, how that stator field is generated dictates everything about your control system.

Feature AC Synchronous (Line-Frequency) PMSM (Inverter-Driven) Stepper (For Context)
Torque Curve Low starting torque, peaks near synchronous speed. Pull-out torque is rigid. Flat, maximum torque from 0 RPM to base speed. High dynamic response. High holding torque, but torque drops sharply as speed increases.
Control Needs Direct-on-line AC mains (50/60Hz) + run capacitor. No encoder needed. 3-phase FOC (Field Oriented Control) inverter + Hall sensors or absolute encoder. Open-loop step/direction pulses. No position feedback required.
Cost (Motor + Drive) $15 – $80 (Motor + capacitor only) $250 – $1,500+ (Motor + FOC driver) $40 – $150 (Motor + basic chopper driver)
Best Application Timing mechanisms, turntables, slow conveyors, valve actuators. CNC spindles, robotics, EV traction, high-speed packaging. 3D printer axes, low-speed pick-and-place, open-loop positioning.
Bench Note: Never treat a PMSM and a Servo as interchangeable terms. A PMSM defines the motor physics (permanent magnets on the rotor, 3-phase stator). "Servo" defines the control topology (closed-loop feedback). While 99% of modern industrial AC servos use PMSM hardware, a PMSM running open-loop on a cheap ESC is not a servo.

Sizing Rule of Thumb & Worked Conveyor Load Example

Never size a motor by converting horsepower or kilowatts without first calculating the physical torque required at the load. Horsepower is just a byproduct of torque and speed. If you skip the load math, you will either buy a motor that stalls on startup or one that runs at 5% capacity and overheats its own gearbox.

The Worked Example: 50 lb Packaging Conveyor

Let’s size a drive for a small packaging conveyor. The requirements are:

  • Load Mass: 50 lbs (22.7 kg) distributed on the belt.
  • Drive Pulley Diameter: 2 inches (Radius = 1 inch = 0.0833 feet).
  • Target Speed: 60 RPM.
  • Friction/Efficiency Factor: 20% added for belt drag and startup inertia.

Step 1: Calculate Required Torque
Torque (lb-ft) = Force (lbs) × Radius (ft)
Torque = 50 lbs × 0.0833 ft = 4.165 lb-ft.
Add 20% safety margin: 4.165 × 1.2 = 5.0 lb-ft.

Step 2: Convert to Newton-Meters (Standard Motor Rating)
5.0 lb-ft × 1.3558 = 6.78 Nm continuous torque required.

Step 3: Select the Architecture
To hit 60 RPM with 6.78 Nm of torque, a standard NEMA 23 stepper motor will run dangerously hot and likely miss steps under load. A 1/4 HP AC induction motor (approx. 1.8 Nm at 1750 RPM) would require a 30:1 gearbox, adding backlash and mechanical complexity. A direct-drive or low-ratio geared PMSM is the correct choice here, delivering the exact torque at low RPM without a massive gear reduction.

Wiring, Terminals, and Controller Demands

The wiring for a synchronized motor depends entirely on whether you are dealing with line-frequency AC or inverter-driven PMSM. Miswiring either will result in immediate hardware failure.

Motor Type Terminal / Pin Wire Color (Typical US/IEC) Connection Target & Notes
AC Synchronous
(115V 60Hz)
Main / Line Black (L1) AC Hot. Direct to mains or switch.
Common / Neutral White (N) AC Neutral. Bonds to common return.
Aux / Start Red Must connect in series with a run capacitor (typically 1µF to 4µF, 250VAC) to create the phase shift for starting torque. Never wire directly to AC without the cap.
PMSM
(3-Phase)
U, V, W (Power) U (Black), V (Red), W (White) Connect to FOC inverter output. Torque M4/M5 terminal lugs to 1.2 - 1.5 Nm to prevent cold joints and phase-loss arcing.
Hall A, B, C Yellow, Green, Blue Digital position feedback. Must match the inverter's expected electrical degree spacing (usually 120°).
Hall VCC Red (Thin) +5V DC from inverter. Do not use external 5V; ground loops will corrupt rotor position data.
Hall GND Black (Thin) Sensor ground. Must share common ground with inverter logic.

For PMSM installations, the controller demands Field Oriented Control (FOC). Unlike a simple VFD (Volts per Hertz) used for induction motors, an FOC driver uses Clarke and Park transforms to calculate the exact rotor angle in real-time, injecting current precisely orthogonal to the rotor magnets to maximize torque. If your inverter does not support FOC or sensorless FOC, it cannot drive a PMSM efficiently.

Failure Signatures: Hum, Overheat, and Stall

Synchronous motors fail differently than induction or stepper motors. Because the rotor is magnetically locked to the stator field, a loss of synchronization doesn't just cause a speed drop—it causes violent mechanical and electrical faults.

1. The "Hum" and Cogging (PMSM)

Symptom: The motor vibrates loudly at standstill or low speed, drawing high current but producing zero useful rotation.
Cause: Hall sensor angle mismatch or swapped phase wires. If the FOC controller thinks the rotor is at 30° electrical but it is actually at 90°, it will inject current that fights the rotor's magnetic field.
Fix: Verify the Hall sensor spacing. Most PMSMs use 120° electrical spacing; some use 60°. Check the inverter parameter for Hall topology. Use an oscilloscope to probe the Hall A/B/C lines while spinning the shaft by hand; you should see three clean square waves offset by exactly one-third of a cycle.

2. Overheating at Low Speeds

Symptom: The motor casing exceeds 80°C (176°F) during continuous low-speed, high-torque holding.
Cause: The FOC controller is pushing excessive Id (direct-axis) current, or the motor lacks active cooling. PMSMs rely on shaft-mounted fans for cooling in many industrial frames; at 60 RPM, the fan moves almost no air.
Fix: Tune the FOC controller to minimize Id current (set Id = 0 for maximum torque-per-ampere). If the application requires continuous stall torque, you must specify a motor with a liquid cooling jacket or an independent forced-air blower.

3. Pull-Out Stall (AC Synchronous)

Symptom: The motor abruptly stops, emits a loud 60Hz hum, and the casing rapidly heats up.
Cause: The physical load exceeded the motor's "pull-out torque" (the maximum torque it can sustain while locked to the line frequency). Unlike an induction motor that just slips and slows down, an AC synchronous motor will instantly fall out of sync and stall.
Fix: You cannot software-tune this. You must either reduce the mechanical load, increase the run capacitor value slightly (within manufacturer limits) to boost the magnetic field, or step up to a larger NEMA frame size. Warning: A stalled AC synchronous motor will burn out its stator windings in minutes if not protected by a thermal overload relay.

Decision Path: Which Motor Type Fits Your Load?

Use this decision matrix to lock in your hardware choice. Do not default to a stepper motor just because the Arduino code is easier; pay the tax for the correct synchronous architecture if your load demands it.

Application Condition IF True... THEN Specify...
Speed must be perfectly locked to AC mains frequency (e.g., 1 RPM or 72 RPM exact) without an encoder. Yes AC Synchronous Timing Motor (Hayes Synchron or Bodine 4200 series).
Load requires high starting torque (>5 Nm) at low speeds (<500 RPM) without a massive gearbox. Yes PMSM with FOC Driver.
You need precise open-loop positioning (counting steps) but speed is under 300 RPM. Yes Stepper Motor (Not a synchronized drive; use a chopper driver like TMC2209).
The application is a high-speed spindle or EV traction drive (>3000 RPM) requiring field weakening. Yes Interior PMSM (IPM) or AC Induction Motor.

The Concrete Pick for the Worked Conveyor Example

For our 50 lb conveyor requiring 6.78 Nm at 60 RPM, the default recommendation is the Oriental Motor BLE23A2 (or the current equivalent BLE series 120W/200W geared PMSM package).

  • Why this part: It is a brushless synchronous motor (PMSM) paired with an integrated FOC driver and a 15:1 planetary gearbox. It outputs well over 15 Nm at low speeds, easily covering our 6.78 Nm requirement with a 100% safety margin for startup inertia.
  • Cost: Approximately $350 - $420 USD for the motor, driver, and cable set.
  • Setup: Wire the 3-phase power to the driver, plug in the 5-pin Hall connector, and set the driver's internal potentiometer or digital input for 60 RPM. No complex PID tuning or external PLC required.

When you match the physical load torque to the correct synchronous architecture, you eliminate the thermal throttling and missed steps that plague under-specified DIY builds. Respect the pull-out torque limits, verify your Hall sensor phasing with a scope, and the drive will outlast the mechanical conveyor it is turning.

References:
1. NEMA Standards Publication MG 1: Motors and Generators (National Electrical Manufacturers Association).
2. Permanent Magnet Synchronous Motors Explained (EEPower Technical Articles).