When a mechanical engineer is asked how to draw an electric motor, they open CAD software and draft stators, rotors, and air gaps. But when an electrical designer or advanced maker is asked the same question, they reach for a schematic capture tool and a graphing calculator. In electrical design, "drawing" a motor means drafting its schematic symbol, plotting its torque-speed curve, and diagramming its drive topology. You cannot properly size a variable frequency drive (VFD), an electronic speed controller (ESC), or a stepper chopper until you have visually mapped the motor’s electrical characteristics to the mechanical load.
This guide bridges the gap between abstract motor theory and practical drive selection. We will cover how to draft accurate terminal schematics, plot the torque curves that dictate your load profile, and design the block diagrams that keep your system from burning out.
Drafting the Motor Topology: Schematics and Terminal Identification
Drawing a motor on a schematic requires more than a circle with an "M" inside it. Proper drafting according to IEC 60617 or NEMA MG-1 standards demands that you illustrate the internal winding topology and correctly label the terminals. This is critical because misidentifying terminals during the wiring phase is the leading cause of instant drive failure.
AC Induction Motors (3-Phase)
For a standard 3-phase AC induction motor, your schematic must show three distinct windings. If the motor is dual-voltage (e.g., 230V/460V), you must draw all six terminals (T1 through T6) and include a wiring matrix showing the Delta (low voltage) and Wye/Star (high voltage) configurations.
Terminal ID: Line connections are designated U1, V1, W1 (or T1, T2, T3). The neutral or star point is typically not brought out on standard industrial motors, but if it is, it is labeled N.
Brushless DC (BLDC) and Stepper Motors
BLDC motors are essentially synchronous AC machines driven by DC via an inverter.
Terminal ID: The three phase wires are universally labeled U, V, and W. In hobbyist and drone applications, these correspond to phase colors (often Yellow, Blue, Red), but in industrial schematics, always use U/V/W to avoid confusion with DC power rails.
For bipolar stepper motors, you are drawing two isolated H-bridges.
Terminal ID: Label the coils as Phase A (A+, A-) and Phase B (B+, B-). Standard 8-wire steppers allow you to draw series or parallel winding configurations on your schematic, which fundamentally changes the motor's inductance and high-speed torque curve.
Plotting the Torque-Speed Curve: Matching Motor to Load Profile
The most important drawing you will create is the torque-speed curve. A motor's nameplate only tells you its rated output; the curve tells you how it behaves from zero RPM to maximum speed. Steppers and servos are frequently treated as interchangeable by beginners, but their drawn curves reveal they are fundamentally different tools. A stepper provides massive torque at zero speed (holding torque) but drops off a cliff as RPM increases. A servo provides constant torque up to its rated speed, then transitions to constant power.
| Motor Type | Torque Curve Characteristic | Required Controller | Typical Cost (USD) | Best Load Profile |
|---|---|---|---|---|
| 3-Phase AC Induction | Low starting torque, peaks near synchronous speed (breakdown torque) | VFD (Volts/Hz or Vector Control) | $150 - $500+ | Fans, pumps, conveyors (high inertia) |
| NEMA 23 Bipolar Stepper | High holding torque at 0 RPM, severe drop-off above 600 RPM | Chopper Drive (e.g., TMC2209, DM542) | $25 - $60 | 3D printers, CNC routers (low-medium speed) |
| BLDC (Outrunner) | Linear drop-off, high RPM capability, low cogging torque | ESC (Electronic Speed Controller) | $40 - $150 | Drones, RC vehicles, direct-drive gimbals |
| AC Servo (PMSM) | Constant torque up to rated RPM (often 3000+ RPM), then constant power | Closed-Loop Servo Drive (EtherCAT/CAN) | $300 - $1,200+ | Pick-and-place, robotics, high-speed indexing |
Sizing Rule of Thumb: A Worked Conveyor Example
Do not convert HP to kW without establishing the mechanical load context first. Let’s draw the load profile for a small belt conveyor and size a stepper motor for it.
The Load: A 50 kg mass on a belt, driven by a pulley with a 0.05m (5cm) radius. The belt moves at 0.5 m/s. The coefficient of sliding friction is 0.1.
- Calculate Force: $F = m \times g \times \mu = 50 \times 9.81 \times 0.1 = 49.05 \text{ Newtons}$.
- Calculate Required Torque: $T = F \times r = 49.05 \times 0.05 = 2.45 \text{ Nm}$.
- Calculate Required Speed: $RPM = \frac{v \times 60}{2 \pi \times r} = \frac{0.5 \times 60}{2 \pi \times 0.05} \approx 95 \text{ RPM}$.
- Apply Safety Factor: Multiply torque by 1.5 for breakaway friction and acceleration inertia. $2.45 \times 1.5 = 3.67 \text{ Nm}$.
Looking at our table, a standard NEMA 23 stepper (like the 23HS45-3004S) has a holding torque of 3.0 Nm. However, because we drew the torque curve, we know that at 95 RPM, a stepper's running torque might only be 60% of its holding torque (approx 1.8 Nm). The stepper will stall.
The Fix: You must either add a 5:1 planetary gearbox (multiplying torque to 9.0 Nm while dropping the required motor RPM to 475, where the stepper is happier) or switch to a 400W AC Servo which easily delivers 1.27 Nm continuously at 3000 RPM (geared down).
Designing the Drive Block Diagram: Controllers and Failure Signatures
Once the motor and load are matched, you must draw the drive block diagram. According to Texas Instruments' motor drive architecture guidelines, a complete drive system consists of three distinct blocks: the Power Stage (MOSFETs/IGBTs), the Gate Driver/Logic Stage, and the Feedback/Control Loop. Drawing these blocks helps you isolate failures when the system inevitably misbehaves on the bench.
What Driver Does Your Motor Demand?
- AC Induction: Demands a VFD. The block diagram must show a 3-phase rectifier, a DC bus capacitor bank, and a 3-phase IGBT inverter bridge. Control is typically open-loop V/Hz, or closed-loop Flux Vector if you draw an encoder feedback line.
- Stepper: Demands a constant-current chopper drive. The block diagram requires an H-bridge for each phase, a current sense resistor, and a decay-mode logic controller (like the Trinamic TMC2209). You do not need a position encoder unless you are drawing a closed-loop stepper system.
- BLDC: Demands an ESC. The block diagram requires a 3-phase MOSFET bridge and either Hall-effect sensor inputs or a Back-EMF zero-crossing detection circuit for sensorless commutation.
Reading the Failure Signatures
When your drawn schematic meets physical reality, the motor will tell you what you got wrong through specific failure signatures. Do not just swap parts; diagnose the signature.
| Signature | Physical Symptom | Root Cause & Electrical Fix |
|---|---|---|
| Hum / Squeal | Motor emits a loud 60Hz hum (AC) or high-pitch acoustic squeal (Stepper) without rotating. | AC: Single-phasing. One leg of the VFD or contactor is open. Check continuity on all three phases. Stepper: Mid-band resonance. The chopper frequency is exciting the mechanical rotor. Fix by enabling microstepping (1/16 or 1/32) or switching to a driver with spread-spectrum PWM (e.g., StealthChop). |
| Overheat | Motor casing exceeds 60°C at idle, or drive MOSFETs burn out. | Stepper: Driver is pushing 100% RMS current continuously without an idle-current-reduction feature. Configure the driver to drop to 30% current when stationary. BLDC: Inadequate heatsinking on the ESC MOSFETs or switching frequency too high for the gate driver's capabilities. |
| Stall | Motor stops abruptly under load, or misses steps (position error). | Stepper: Acceleration ramp in the firmware is too steep for the rotor's inertia. Lower the $mm/s^2$ acceleration value in your motion controller. AC Induction: Load exceeds the motor's breakdown torque, causing it to pull Locked Rotor Amps (LRA) and trip the thermal overload. Reduce mechanical load or increase VFD torque boost. |
Learning how to draw an electric motor is ultimately about learning how to visualize the invisible forces of electromagnetism and mechanics. By drafting accurate terminal schematics, plotting realistic torque curves against your specific load friction, and diagramming the drive topology, you move from guessing part numbers to engineering reliable motion systems.






