Skip to main content
Networking Hardware

Stop Blaming the Protocol: Your Fieldbus Isn't the Problem

The real industrial networking crisis isn't protocol choice—it's the unglamorous hardware layer. I argue for a pragmatic, standards-based approach to future-proofing your plant.

Imagine you're a controls engineer at a mid-sized automotive parts plant. The line is down. The PLC says it can't talk to the servo drive on the new robotic cell. The integrator points at the EtherCAT master; the OEM blames the switch; your IT guy mutters about the network. You're standing in a tangle of unlabeled cables, a decade of undocumented changes, and a protocol war that's been raging since before you got your degree.

I've been in that room, metaphorically, a hundred times. And I've come to a conclusion that might surprise you: the protocol isn't the problem. Whether you're running PROFINET, EtherNet/IP, or a legacy Modbus network, the real culprit is almost always the hardware layer—the patch cables, the power supplies, the grounding, and the plain old neglect that turns a modern industrial network into a house of cards.

My thesis is simple: stop arguing about the alphabet soup of industrial protocols and start investing in the unglamorous, standards-based hardware foundation that makes any of them work. The plants that win the next decade won't be those that picked the 'right' protocol—they'll be those that treated their network infrastructure with the same rigor as their mechanical systems.

The Protocol Wars Are a Distraction

Walk into any industry conference, and you'll hear the same debates. EtherCAT advocates tout sub-microsecond sync; PROFINET loyalists cite their installed base; EtherNet/IP proponents wave the IT convergence flag. The numbers are genuinely impressive. EtherCAT, for instance, can achieve cycle times of ≤100 µs and jitter of ≤1 µs (EtherCAT Technology Group), while Sercos claims synchronization accuracy well under 1 µs (Sercos International). PROFIBUS & PROFINET International reports over 69 million PROFINET nodes and 51 million IO-Link nodes installed (PROFIBUS & PROFINET International). But here's the hard truth: none of that matters if your cable shield is floating or your switch is dropping packets under vibration.

I've seen a factory lose an entire shift because a technician used a cheap, non-industrial patch cable to connect a camera, and the resulting electromagnetic interference corrupted a few hundred frames. The protocol—whether it was OPC UA over TCP or EtherNet/IP—didn't cause that. The hardware did.

The market is booming, which only makes the distractions worse. MarketsandMarkets projects the global industrial control and factory automation market will grow from USD 274.99 billion in 2025 to USD 435.24 billion by 2030 (MarketsandMarkets Industrial Automation Report). That kind of money attracts vendors who'd rather sell you a new protocol than help you fix your grounding. Don't fall for it.

The Hardware Gap: Where Networks Go to Die

Hardware dominates the automation market—it accounts for 50% to 60% of the share (Maximize Market Research). That includes robots, PLCs, sensors, and, yes, the networking gear that connects them. But in my experience, the networking hardware is the most under-specified, under-maintained part of any plant. We spend fortunes on the latest servo drives and then hang them off a switch that's been in a hot cabinet for a decade.

Consider the physical layer. IO-Link, which is standardized as IEC 61131-9, communicates over the same 3-wire connection that sensors have used for decades (IO-Link Consortium). That's brilliant for retrofits, but it means your 'new' industrial network might be running over wiring that was installed when the plant was built. The same goes for Modbus, which was developed in the late 1970s and still runs over serial lines in countless factories (OPC Foundation). You can't solve a physical-layer problem with a protocol upgrade.

CISA, the US cybersecurity agency, warns that many legacy ICS devices continue to use outdated operating systems and protocols that lack encryption or authentication (CISA Industrial Control Systems). That's a security issue, but it's also a reliability issue. Old hardware fails. Old wiring corrodes. Old switches drop packets. And when you layer modern protocols on top of that, you get exactly the kind of intermittent, impossible-to-diagnose faults that keep engineers up at night.

So here's my recommendation: before you sign off on that next automation project, demand a full audit of your physical network infrastructure. Check every connector, every cable type, every ground. If it doesn't meet the standards for the protocol you're deploying, fix it first. Spend the money on a proper industrial Ethernet switch with redundancy and diagnostics. It's not sexy, but it's the difference between a network that hums and one that fails mysteriously on every third Tuesday.

Standards Are Your Friends (Even If They're Boring)

The counter-argument I hear most often is that 'standards stifle innovation' or that 'we need to move fast and break things.' In industrial networking, that's nonsense. The standards that matter—IEEE 802.1 for Ethernet, IEC 61158 for fieldbuses, ISO/IEC 20922 for MQTT—exist for a reason. They ensure that a sensor from one vendor talks to a PLC from another, and that your network doesn't become a proprietary island.

Take the ISA/IEC 62443 series. It defines cybersecurity requirements for industrial automation and control systems (ISA/IEC 62443). It's not just about security; it's about consistency and reliability. When you follow a standard like that, you reduce the risk of a supplier shipping you a device with a backdoor or a protocol implementation that's been hacked together. The ISA Global Cybersecurity Alliance, founded in 2019, has grown to more than 50 member companies representing $1.5 trillion in revenue (ISA/IEC 62443). That's not a niche group; that's the industry getting serious.

Similarly, the IEEE 802.1 TSN Task Group is developing standards for deterministic Ethernet—guaranteed packet transport with bounded latency (IEEE 802.1 TSN Task Group). That's the future of motion control and real-time applications. But TSN only works if your hardware supports it. You can't get there with a mishmash of unmanaged switches.

So yes, I'm a standards guy. I'd rather have a boring, reliable network that follows IEEE 802.3 and IEC 61158 than a cutting-edge network that only works when the wind blows the right way. And you should be too.

The Pragmatic Path: Converge on OPC UA and MQTT at the Edge

Now, let's talk about what actually matters for the future. The days of a single protocol ruling a plant are over. You'll have PROFINET for motion, EtherNet/IP for discrete controls, Modbus for legacy devices, and a hundred sensors speaking IO-Link. The key is to converge that data at the edge using open, standard protocols that can carry it to the enterprise and cloud.

OPC UA is the backbone for that convergence. It's vendor-neutral, platform-independent, and has built-in encryption and authentication (OPC Foundation). It's standardized as IEC 62541 (IEC 62541 OPC UA Standard). And it's designed to scale from the field level up to MES and ERP systems (EtherCAT Technology Group). MQTT, on the other hand, is a lightweight publish/subscribe messaging transport that's standardized as ISO/IEC 20922 (ISO/IEC 20922 MQTT Standard). It's perfect for moving data from a PLC to the cloud over unreliable networks, with support for persistent sessions (MQTT.org).

Here's a concrete example. Say you have a packaging line with a PROFINET-based motion system and a legacy Modbus temperature controller. Instead of trying to make those two talk directly, you install an edge gateway that runs OPC UA client/server. The gateway reads the Modbus data via a serial-to-Ethernet converter, exposes it as OPC UA nodes, and then publishes the values to your MES via MQTT. Your IT team can then consume that data with standard tools. That's the kind of pragmatic architecture that works today, without waiting for a single 'universal' protocol that will never come.

And don't forget the security layer. ISA/IEC 62443 provides a framework for securing these converged systems (ISA/IEC 62443). NIST SP 800-82 Rev. 3 is a guide to OT security (NIST SP 800-82 Rev. 3). If you're not following those, you're gambling with your plant's future.

My Call: Invest in the Foundation, Not the Hype

So here's my unfiltered opinion. Stop chasing the latest protocol trend. Stop letting vendors convince you that their proprietary extension will solve all your problems. Instead, do the unglamorous work:

  • Audit your physical layer and fix what's broken.
  • Choose protocols based on your application's real-time needs, not vendor lock-in.
  • Converge data at the edge using OPC UA and MQTT, and secure it with ISA/IEC 62443.
  • Invest in training for your technicians—CISA even offers ICS courses in partnership with Idaho National Labs (CISA Industrial Control Systems).

The market numbers are staggering. The Industrial IoT market alone is projected to grow from USD 198.2 billion in 2025 to USD 286.3 billion by 2029 (MarketsandMarkets Industrial IoT Report). That growth will be built on industrial networks. But if you build those networks on sand—on half-hearted hardware and forgotten best practices—you'll be rebuilding them every few years. I'd rather build them once, on a solid foundation, and spend the next decade optimizing, not firefighting.

The single most important thing to remember: your industrial network's reliability is determined more by the quality of its physical and hardware layer than by the protocol you choose. Fix the cables, follow the standards, and the protocols will take care of themselves.

Sources

  • OPC Foundation - https://opcfoundation.org/
  • EtherCAT Technology Group - https://www.ethercat.org/en/technology.html
  • PROFIBUS & PROFINET International (PI) - https://www.profibus.com/technology/
  • IO-Link Consortium - https://io-link.com/
  • ISA/IEC 62443 - https://www.isa.org/standards-and-publications/isa-standards/isa-iec-62443-series-of-standards
  • MarketsandMarkets Industrial Automation Report - https://www.marketsandmarkets.com/Market-Reports/industrial-automation-market-54148933.html
  • MarketsandMarkets Industrial IoT Report - https://www.marketsandmarkets.com/Market-Reports/industrial-internet-of-things-market-129733727.html
  • ISO/IEC 20922 MQTT Standard - https://www.iso.org/standard/69466.html
  • MQTT.org - https://mqtt.org/
  • CISA Industrial Control Systems - https://www.cisa.gov/topics/industrial-control-systems
  • Sercos International - https://www.sercos.org/technology
  • IEEE 802.1 TSN Task Group - https://www.ieee802.org/1/pages/tsn.html
  • IEC 62541 OPC UA Standard - https://webstore.iec.ch/en/publication/111178
  • NIST SP 800-82 Rev. 3 - https://csrc.nist.gov/pubs/sp/800/82/r3/final

Share this article:

Comments (0)

No comments yet. Be the first to comment!