ISO 9001 | CE | UL Listed | RoHS Compliant [email protected] | +31 (0)40 234 5678

PLC 5 to Modern Controls: Frequency to Period Converters, 3-Phase VFD Converters, and IGBT Inverters

In my role coordinating emergency repairs for commercial power systems, I take a version of the same call about twice a month. A technician opens a control panel and finds a dead controller, a scorched power stage, or a signal converter nobody can source anymore. The machine is down. The client needs an answer in hours, not weeks.

Here's the thing I've learned from 200+ of these rush jobs—or maybe 180, I'd have to check the system: there is no universal replacement part. What works for a plant with a failed motor drive is different from what works for a hospital with a dead PLC 5 in its generator controller. The right choice depends on what failed, why it failed, and how long you have to get back online. Let me break it down by scenario.

Scenario 1: The PLC 5 controller has failed

The Allen-Bradley PLC 5 was a genuine workhorse of industrial automation. It ran assembly lines, HVAC systems, and emergency generator controllers for decades. But Rockwell officially retired the platform: last order around 2016, final shipments in 2017. According to Rockwell's product lifecycle documentation at rockwellautomation.com, full support for PLC 5 products has been discontinued. The spare part market has been drying up ever since.

The "PLC 5 is bulletproof" thinking comes from an era when the alternative was relay logic. Compared to that, it absolutely was. But the problem in 2025 isn't the processor itself—it's that nobody makes new chassis, power supplies, or communication adapters for it. I've seen three used PLC 5 processors arrive dead on arrival. Each one cost the client another week of downtime.

When a PLC 5 dies, the practical move is to migrate to a modern controller. The Siemens S7-1200 is a solid mid-range option. The CPU 1214C, order number 6ES72141AG400XB0, gives you a balanced set of onboard digital and analog I/O, Ethernet-based communication, and—this matters more than most people expect—integrated high-speed counters.

Why do high-speed counters matter in a generator control context? Because they let the PLC read frequency directly from a magnetic pickup or a frequency output transducer. You can compute engine RPM in software without an external module. That's one less component in the panel, one less failure point, and easier troubleshooting later.

In March 2024, a client called at 9 AM with a failed PLC 5 in a hospital backup generator controller. A used processor would have taken two weeks to source. We migrated the logic to an S7-1200 and had the system running in about 36 hours. The alternative was a $50,000 penalty clause in their generator service contract. Not every case is that severe, but the urgency is usually real.

Scenario 2: A drive or inverter stage is blown

This is where terminology gets blurry, even among experienced engineers. A 3 phase VFD converter—variable frequency drive—is a complete motor speed controller. It contains a rectifier, a DC bus, an inverter stage, and a control board. It takes AC power in and varies the speed of an AC motor. A 3 phase IGBT inverter, on the other hand, is specifically the power stage that converts DC to AC. It might be part of a VFD, part of a UPS, or part of an inverter-type generator.

When you're staring at a failed unit, the key question is: what was this component actually doing?

  • If it received AC power and controlled the speed of a three-phase motor, you need a 3 phase VFD converter.
  • If it took DC from a bus and produced three-phase AC output—like in an inverter generator or a battery-backed system—you need a 3 phase IGBT inverter.
  • If it was a compact unit running at high switching frequencies for applications like induction heating, specialized power supplies, or certain generator excitation systems, that's a high frequency power inverter. It's not a substitute for a VFD, and a VFD won't replace it.

Mistaking one for the other is costly. I once told a supplier "we need a VFD" on an urgent call, meaning the complete drive. They heard "we need a frequency converter" and shipped a signal-conditioning module instead. We discovered the mismatch when the technician opened the box and saw a DIN-rail mount rather than a drive. The project lost a full day, and the client paid extra shipping for a part they couldn't use.

On inverter-type generators—Briggs & Stratton models included—the IGBT inverter stage is the heart of clean power production. When it fails, the replacement module must match the original's voltage rating, current capacity, and switching frequency. Before installing a new IGBT module, though, test the gate driver board. A faulty driver can destroy a fresh module within minutes of startup.

What was best practice in 2020 may not apply in 2025. The fundamentals haven't changed—a motor still needs variable frequency to change speed—but the execution has transformed. Modern VFDs use more efficient IGBT stages, built-in safety functions, and far better diagnostics. If your old drive is beyond repair, moving to a new 3 phase VFD converter is often smarter than hunting for a drop-in module that matches a 15-year-old design.

Scenario 3: You need frequency-to-period conversion

Sometimes the problem isn't a controller or a drive. You just need a frequency signal turned into a usable measurement. A magnetic pickup on an engine flywheel produces a frequency proportional to RPM. A flow meter emits pulses. Your control system needs a period value, a speed value, or a totalized count. That's where a frequency to period converter comes in—either as a physical module or as a software function inside the PLC.

The relationship is simple: T = 1/f. A signal at 60 Hz has a period of 16.67 milliseconds. At 120 Hz, it's 8.33 milliseconds. The same logic works in reverse when you need to generate a frequency from a time base.

Historically, these conversions were done by dedicated hardware: frequency-to-voltage converters, period-to-analog conditioners, or standalone tachometer modules. They still exist, and some are reliable. But they add cost, panel space, and another possible failure point. A modern PLC with a high-speed counter handles frequency measurement internally, which is why we've moved away from add-on converters in most retrofits.

The exception: if your existing controller is still in good shape and has no high-speed counter, and a full controller migration isn't justified, a standalone frequency to period converter is the pragmatic fix. It keeps the line running without a bigger project. That's a legitimate choice, especially when the budget this quarter won't stretch to a full modernization.

One process gap from our own work: we didn't have a formal wiring verification checklist for retrofits until the third time a frequency signal was landed on a regular digital input instead of a high-speed counter. The symptom was confusing—the PLC saw the signal but read random values. Fixing it took one wire move and a 5-minute reconfiguration, but diagnosing it took hours. The checklist now takes two minutes and has saved us from making that mistake repeatedly.

Which scenario are you in? A 4-question triage

When you're looking at a dead cabinet, work through this sequence:

  1. What failed? A processor or program fault points to Scenario 1. A burned power stage points to Scenario 2. A missing tachometer or speed signal points to Scenario 3.
  2. Is the original product still manufactured? Check the manufacturer's lifecycle status. If it's discontinued—like the PLC 5—stop spending money on used parts and plan a migration.
  3. Does the replacement need to do more than the original? If you're modernizing, a single PLC with high-speed counters can replace both the old controller and the external frequency conversion hardware.
  4. What's the timeline? Under 48 hours: match existing components or expedite a minimal migration. With a few weeks: do the upgrade properly.

We've processed more than 200 rush orders for generator and drive system repairs. The pattern is consistent: the maintenance manager who tries to save $300 on an obsolete part usually ends up spending $3,000 to solve the resulting failure. The decision framework above—identify what actually failed, check support status, then choose between a converter, a VFD, an IGBT inverter, or a full PLC migration—will protect you far better than any vendor discount.

The fundamentals haven't changed—a motor still needs variable frequency to change speed—but the execution has transformed.

There's something satisfying about bringing a critical system back online. After the late-night calls, the expedited freight charges, and the inevitable "site is dark" photo from the client, watching an emergency generator transfer load within seconds is the payoff. That's when all the preparation and clear-headed triage feels worth it.

I don't know exactly what your panel looks like. But if you walk through the four questions and match your situation to one of the three scenarios here, you'll be closer to the right call than most of the calls I take. And if you're still unsure, take photos of the nameplates before you pick up the phone—more documentation makes any emergency replacement faster.

Leave a Reply