I get this question a lot from system integrators: "Which Mitsubishi PLC should I use?" And I have to be honest—there's no universally right answer. I've been reviewing automation specs and vendor deliveries for about six years now at a mid-size systems integration firm, and I've seen projects go sideways because someone picked a PLC based on price alone or because they used the same series they'd always used.
So instead of giving you one recommendation, I'm going to break this down by scenario. Because a packaging line running 12 I/O points has very different needs than a process control system managing 200+ Modbus devices across three floors.
Here's how I typically categorize Mitsubishi PLC selection decisions:
Each one has a different calculus. Let me walk through them.
If you're building or maintaining a machine with fewer than 100 I/O points and minimal networking needs, you're in FX territory. The FX3U and FX5U are the current workhorses here.
The FX5U has built-in Ethernet and supports Modbus TCP natively—that's a big deal if you need to connect to an HMI or SCADA system without adding communication modules. The FX3U is older but still widely used in existing installations, and it needs an add-on module (like the FX3U-ENET-ADP) for Ethernet connectivity.
Here's where people get tripped up: They see the FX5U's built-in Ethernet and assume Modbus TCP is plug-and-play. It is, mostly. But if you need Modbus RTU over RS-485, you're still adding a communication module or using the built-in RS-485 port with the right settings. I've seen at least three projects where the integrator assumed both protocols were equally "built-in" and had to scramble for hardware mid-installation.
For pure Modbus RTU networks, the FX3U with an FX3U-485ADP module is a solid, proven combination. That said, if you're starting a new project in 2025, I'd lean toward the FX5U for the Ethernet capability alone—even if you don't need it today, you probably will in three years.
I should note: this recommendation assumes your scan time requirements are in the 1-10ms range. If you need sub-millisecond deterministic control, the FX Series probably isn't your answer. Look at the R Series instead.
Once you're managing multiple machines, remote I/O, or a significant number of Modbus devices, the Q Series and R Series enter the picture.
The R Series is Mitsubishi's current flagship for mid-to-large applications. It handles Modbus TCP and RTU natively (with appropriate modules), supports redundant CPU configurations, and scales from a few dozen I/O points to thousands. The programming environment (GX Works3) is the same as the FX5U, which is nice if you're standardizing across machine types.
The Q Series is still widely deployed and supported, but it's on the older side. GX Works2 is the programming software, and while it works fine, it's a different toolchain from the newer stuff. If you're maintaining an existing Q Series installation, great. If you're spec'ing a new one in 2025, I'd want a pretty good reason not to use the R Series instead.
Now here's where my gut and the data didn't agree on a recent project. We were selecting a PLC for a water treatment facility—about 400 I/O points, Modbus RTU to 30+ VFDs and instruments, plus Ethernet to the SCADA system. The spreadsheet analysis said the R Series was overkill; a high-end Q Series or even a large FX5U setup would handle it for less money.
But something felt off. I'd dealt with water treatment before, and the thing about that industry is that systems tend to grow. A plant that needs 400 points today will need 600 in five years when they add a second treatment train. I pushed for the R Series. It cost about 22% more upfront—roughly $4,800 on a $22,000 PLC hardware budget.
Eighteen months later, they expanded. The R Series absorbed the new I/O and Modbus devices without a CPU change. The Q Series would have required a processor upgrade. That "overpriced" decision saved them a mid-project migration.
So my rule of thumb: if you're within 60% of a platform's capacity ceiling, and the industry tends to grow, spec one tier up. The incremental cost is almost always less than the migration cost later.
This is the scenario where honesty matters most. If you're dealing with an A Series PLC or an original FX (FX1N, FX2N) that's been running for 15+ years, your options are limited.
Mitsubishi has discontinued most A Series production, though third-party repair and refurbished units are available. The programming software (GX Developer) is legacy. Modbus support on A Series typically requires a communication module (like the A1SJ71UC24-R2) that may or may not be readily available.
I need to be direct here: if you're maintaining a legacy A Series system, you're on borrowed time. The question isn't if you'll need to migrate, it's when. I've seen plants spend $8,000-12,000 per year keeping legacy systems alive with refurbished parts and specialty repairs—money that could have funded a migration in two to three years.
The migration path usually goes A Series → Q Series or R Series, or A Series → FX5U for smaller systems. The I/O wiring is different, the programming is different, and you'll need to rewrite the logic. It's not a drop-in replacement. Budget for engineering time, not just hardware.
That said, I can only speak to the electrical and controls side. If your legacy system is tied into a larger DCS or has regulatory validation requirements (pharma, nuclear), there are probably factors I'm not aware of that change the calculus.
Modbus on Mitsubishi PLCs works well, but there are a few things I wish more people knew upfront:
1. Modbus TCP vs. RTU is not just a cable difference. The addressing schemes are different, the timing behavior is different, and the debugging tools are different. I've seen experienced integrators spend a full day troubleshooting a "Modbus issue" that was really just a TCP-to-RTU addressing mismatch.
2. Termination matters more than you think. On RS-485 Modbus RTU networks, proper termination resistors and biasing are not optional. I don't care what the cable run length is—if you're seeing intermittent communication errors, check your termination before you blame the PLC.
3. The GX Works3 Modbus diagnostic tools are actually good. Use them. The communication diagnostics in GX Works3 will show you exactly what's happening on the Modbus network—frame errors, timeouts, response times. I've solved more Modbus issues with those tools than with any third-party protocol analyzer.
For reference, the Modbus protocol itself is maintained by the Modbus Organization (modbus.org). The Modbus Application Protocol Specification V1.1b3 is the current standard. That said, vendor implementations vary, so always test with your actual devices before commissioning.
If you're still not sure where you fall, ask these questions:
Bottom line: there's no "best" Mitsubishi PLC. There's the right one for your I/O count, your communication needs, your growth trajectory, and your maintenance capabilities. Get those four things right, and the model number usually picks itself.
And if you're on the fence between two options? Go with the one that gives you more headroom. In my experience, you'll rarely regret having capacity you didn't need yet. You'll almost always regret running out.