Hardware—PLCs, sensors, switches, HMIs—accounts for 50% to 60% of the industrial automation market (Maximize Market Research). That's a lot of money, and most of it gets spent on gear that's either overkill or underprotected. If you're in charge of a plant floor, you probably have questions. Let's bust some myths.
Is My Old Modbus Network Holding Me Back?
Modbus has been around since the late 1970s. It's a master-slave register-based protocol that works over serial (RTU) and Ethernet (TCP) (OPC Foundation). It's not going away, and for simple point-to-point reads, it's fine. But if you're trying to pull data from dozens of devices into a modern SCADA or cloud system, you're going to hit walls. Modbus was never designed for security or high-speed data exchange. You can keep it for legacy devices, but don't expect it to be your IIoT backbone.
Do I Need PROFINET, EtherNet/IP, or OPC UA?
It depends on what you're doing. PROFINET and EtherNet/IP are for real-time control between PLCs and field devices. PROFINET, developed by Siemens, supports real-time and isochronous real-time for motion control (OPC Foundation). EtherNet/IP runs the Common Industrial Protocol (CIP) over standard Ethernet, and it's big in North America, especially with Rockwell/Allen-Bradley (OPC Foundation). OPC UA is a different beast: it's vendor-neutral, platform-independent, and has built-in encryption and authentication (OPC Foundation). It's not for real-time control; it's for moving data up to IT systems, SCADA, MES, and the cloud. The mistake is thinking one protocol can do everything. You need both: field-level protocols for control, and OPC UA (or MQTT) for information exchange.
Is MQTT Just for IoT Nerds?
No. MQTT is a lightweight publish/subscribe messaging transport that's standardized as ISO/IEC 20922:2016 (ISO/IEC 20922 MQTT Standard). It's designed for constrained devices and can scale to millions of connections (MQTT.org). That's why it's all over IoT. But it's also perfect for industrial telemetry. It's payload-agnostic, so you can send JSON, binary, whatever. And it supports three quality-of-service levels: 0, 1, and 2 (MQTT.org). If you need to stream machine data to the cloud without a lot of overhead, MQTT is a solid choice. Just don't use it for hard real-time control—that's not its job.
What's the Deal with IT/OT Security?
Here's the myth: "We're air-gapped, so we're safe." That's nonsense. CISA warns that vulnerabilities in ICS can lead to data corruption, exfiltration, or physical consequences (CISA Industrial Control Systems). And they specifically call out weak authentication and outdated protocols as attack vectors (CISA Industrial Control Systems). The industry standard is ISA/IEC 62443, which defines how to secure industrial automation and control systems (ISA/IEC 62443). It's not optional if you want to be serious about security. NIST SP 800-82 Rev. 3 is another guide—it covers OT security in detail (NIST SP 800-82 Rev. 3). Stop assuming your network is invisible.
Should I Buy a Cheap Switch or an Industrial-Grade One?
This is where people mess up. You buy a $50 office switch, bolt it to a DIN rail, and hope for the best. Then it fails at 60°C or drops packets because of electrical noise. Industrial switches are rated for harsh environments, but you don't need the most expensive one either. The key is to match the switch to your application: temperature range, vibration, power supply, and whether you need managed features like VLANs or QoS. If you're just connecting a few sensors in a clean room, a basic industrial switch is fine. If you're on a hot, vibrating line, you need something sturdier. Don't overbuy, but don't underbuy.
Do I Need to Upgrade My Network to Support IIoT?
The Industrial IoT market is huge—$134.64 billion in 2025, expected to reach $301.38 billion by 2032 (Maximize Market Research). But that doesn't mean you need to rip out your existing infrastructure. The key is layering. You can keep your existing Modbus, PROFINET, or EtherNet/IP devices and use OPC UA or MQTT to bridge them to the cloud. That's the smart play. Don't replace what works; build on top of it.
What About Wireless? Is It Reliable Enough?
Wireless is a tool, not a cure-all. For fixed, high-availability control, you still want copper or fiber. But for sensors that move, or for retrofits where pulling cable is a pain, industrial wireless is fine—if you design it properly. Use it for monitoring, not for safety-critical control. And always think about interference. The fact base doesn't give specific numbers on wireless reliability, but general engineering principles apply: do a site survey, use proper antennas, and secure the network.
Should I Upgrade to the Latest Hardware Every Few Years?
No. You should upgrade when you have a business case, not because a vendor says so. The automation market is growing—$184.43 billion in 2025, projected to hit $326.48 billion by 2032 (Maximize Market Research)—but that growth is driven by new applications, not by mandatory refreshes. For example, if you're adding a new production line, sure, buy new PLCs and switches. But if your existing line is running fine, keep it. Just make sure it's secure and that you can get data off it. The most important thing is to have a clear architecture that lets you add IIoT capabilities without disrupting your control system.
Sources
- OPC Foundation - https://opcfoundation.org/
- Maximize Market Research - https://www.maximizemarketresearch.com/
- ISO/IEC 20922 MQTT Standard - https://www.iso.org/standard/69466.html
- MQTT.org - https://mqtt.org/
- ISA/IEC 62443 - https://www.isa.org/standards-and-publications/isa-standards/isa-iec-62443-series-of-standards
- NIST SP 800-82 Rev. 3 - https://csrc.nist.gov/pubs/sp/800/82/r3/final
- CISA Industrial Control Systems - https://www.cisa.gov/topics/industrial-control-systems
The one thing to remember: Your network hardware is the foundation, but it's the architecture—layering field protocols with OPC UA or MQTT, and securing it with ISA/IEC 62443—that actually makes it work. Stop buying switches blind and start thinking about the system.
Comments (0)
Please sign in to post a comment.
Don't have an account? Create one
No comments yet. Be the first to comment!