It started with a phone call in April 2017. The packaging line was down, and the conveyor motor was smoking. My supervisor said, "Just get a 3/4 HP motor, we need it running by tonight." I did what any junior maintenance tech would do: I checked the price and ordered the cheapest option I could find. Turns out, that was the beginning of a very expensive lesson.
The First Mistake: A Leeson DC Motor That Wasn't Really "Equal"
The motor that failed was labeled a Leeson DC motor 3/4 hp. The machine tag said "3/4 HP, 1750 RPM," and I figured any motor with the same specs would drop right in. I ordered a similarly priced DC motor from a surplus supplier. When it arrived, the shaft size was right, and the base bolt holes lined up. I installed it, connected the terminals the way I thought made sense, and powered it up.
It hummed. Then it got hot. Then the controller fault light came on and wouldn't reset.
Here's the thing: DC motors aren't just about horsepower. I didn't check the armature voltage, field voltage, or whether it was shunt vs. series wound. The original Leeson motor was a shunt-wound permanent magnet DC motor with a specific armature voltage rating. The replacement was a different winding configuration. The controller was feeding the field winding with the armature voltage and vice versa—I basically cooked it. That was $240 for the motor, $190 for a replacement controller, and a full day of downtime. All because I assumed "3/4 HP" was the only number that mattered.
What I learned the hard way: specifications on a motor nameplate are all there for a reason. If you're replacing a Leeson DC motor, you need to match not just the output power but also the voltage, current, frame size, duty cycle, and insulation class. The nameplate isn't decorative. It's a contract between the motor designer and the installer—and I violated it.
The surprise wasn't the price difference between the two motors. It was how much hidden cost came with the "cheap" one—replacement parts, downtime, and my own hours spent wrestling with a connection diagram I didn't understand.
Second Mistake: Small Stepper Motor Connection (I Treated It Like a Regular AC Motor)
Fast forward to September 2022. My company had just invested in a small pick-and-place station. The machine used a small stepper motor for the x-axis. I was tasked with wiring it to the driver board. To be fair, I'd never worked with steppers before, and the math seemed simple: four wires, power, ground, and two signals, right? Wrong.
Stepper motors are not just "a motor that steps." They come in unipolar and bipolar configurations, and the connection requirements are completely different. My small stepper motor had six wires. I checked the manufacturer's datasheet, but honestly, I didn't fully understand the difference between a center tap and a phase winding. I guessed—and I guessed wrong.
The motor jittered. It would move a few steps, then stall, then buzz. The driver board got warm and then released the magic smoke. The cost? $85 for a new driver, $45 for the motor (even though the original probably wasn't damaged), and three hours of production downtime because the line was waiting for the pick-and-place to work.
Here's what I should have known: stepper motor connection is straightforward when you follow the wire color code and identify the phase coils with an ohmmeter. For a six-wire unipolar stepper, the group of three wires with a common center tap belongs to each coil. You connect the center tap to positive supply, and the other two wires to the phase driver outputs. For bipolar, you use four wires as two independent coils. It's written in the datasheet—but you have to read it like a technician, not like a guy in a hurry.
The most frustrating part: the vendor's support line knew exactly what was wrong in five minutes. "Did you check the coil resistance and identify the center taps?" No, I didn't. I had the information, but I didn't have the patience to use it.
The Turning Point: Learning How VFDs Actually Control Motor Speed
After two failures in the same year, I decided to stop winging it. My next project involved a Leeson motor 5 hp AC motor that needed to run at variable speed for a fan. The traditional option was a mechanical variable sheave—workable but unpleasant to adjust under load. Plus, we wanted remote control. Enter the VFD.
I'd heard of VFDs, of course, but I didn't understand how VFD control motor speed in detail. All I knew was "put the VFD between the power and the motor, and it changes the frequency." That's sort of true, but it's like saying "a car moves because the wheels spin." The reality is more nuanced.
A VFD takes the AC line power, rectifies it to DC, smooths it on a DC bus, and then uses an inverter stage to produce a simulated AC waveform at the desired frequency. The motor's synchronous speed is directly proportional to the frequency (RPM = 120 × f / number of poles). So, decrease the frequency, and the motor spins slower. But that's only half the story—voltage also needs to be adjusted proportionally to maintain flux (that's the V/Hz curve). I learned that if you just drop the frequency without adjusting voltage, you'll overheat the motor.
For the Leeson 5 hp motor, I selected a VFD rated for 7.5 hp. Why? Because the motor's full-load current at 230V is around 14 amps, and the VFD's output rating needs to exceed that with some margin for and possible overload. Sound overkill? Maybe, but here's where TCO comes back into play. The 5 hp VFD cost $1,100. The 7.5 hp VFD cost $1,350. That $250 difference bought me:
- Lower operating temperature (better for the motor bearings)
- Room to handle future load increases without replacing the drive
- More robust internal fan, which matters in a dusty plant
Plus, I avoided the risk of nuisance trips from a lightly oversized motor or a borderline current rating. The $250 wasn't waste—it was insurance.
And the wiring? For a VFD, it's not just line in, motor out. You need to check the motor is compatible with VFD operation (inverter-rated motors are preferred for long lead lengths). You also need to properly ground the motor and VFD, use shielded cable, and be careful with terminations to avoid reflections that can spike voltage. I also had to program the VFD's base frequency, max frequency, accel/decel times, and motor amps. There's a parameter called "motor rated current" that if misconfigured, can lead to the drive not protecting the motor correctly. That's a key mistake people make.
Lesson learned: VFD control isn't just a magic box. It's a control system. The more you understand the physics of the motor and the power electronics, the less likely you are to spend 4 hours on a support call.
The Checklist (and the TCO Mindset)
After the stepper incident, I sat down and wrote out a pre-purchase and pre-installation checklist. I've now used this checklist on 30+ motor replacements and new installations, and I've caught 41 potential errors before they caused downtime. The checklist is not fancy, but it works:
- Nameplate data: Copy every number. Voltage, amps, duty, insulation class, frame, RPM. Don't assume anything.
- Wiring diagram: Check the motor connection box. Is it delta or wye? Does the diagram match the voltage you'll apply?
- Control compatibility: If it's a DC motor, check armature and field specs. If it's a stepper, identify phase coils and center taps. If it's AC with VFD, verify inverter-duty capability and cable length.
- Total cost estimate: Include your labor, potential downtime, freight for rush parts, and the cost of troubleshooting. Usually that's 2-4 times the component price.
- Test procedure: Before connecting to the driven load, run it at low speed to verify rotation direction and current draw.
Look, I'm not saying every motor replacement is complicated. Some are as easy as swapping a Leeson AC motor with the exact same part number. But the ones that bite you are the ones where you assume "similar specs" mean "same thing."
Granted, this process requires more upfront time—maybe 30 minutes extra. But the alternative is the $3,000 mistake I made in 2017. The real cost of that first mistake wasn't just the dollar amount. It was the credibility hit when my supervisor had to explain to the production manager why the line was down an extra day. You can't quantify that easily, but it matters.
So my advice: when you think about motor pricing, don't just compare invoice totals. Think about what happens if the motor doesn't work on day one. Think about the cost of a phone call to tech support, the cost of a second round of shipping, the cost of the contractor standing around waiting while you figure out a wiring diagram. That's all part of total cost of ownership.
If you're deciding between a Leeson DC motor 3/4 hp vs. a no-name brand, look at the documentation. Leeson publishes wiring diagrams and cross-reference guides that made my life easier. But even with that, the TCO concept applies: a motor with good documentation and customer support is worth a little extra. Not because you can't figure it out yourself, but because the certainty is worth money.
And if you're new to motor controls, don't be like me. Take 30 minutes to learn the fundamentals of small stepper motor connection and VFD basics before touching the equipment. It's not hard, but it's not intuitive either. The information is out there—even free resources. Use it.
The most valuable thing I ever learned in this industry wasn't a wiring trick. It was that my own arrogance was the biggest hidden cost. Once I admitted I didn't know, I started asking the right questions. That's when the expensive mistakes stopped.
Discuss this motor note