Wireless Notes
Learn Industrial IoT with communication requirements reliability latency, protocols OPC-UA TSN, 5G URLLC for factory, predictive maintenance, digital twin, and Industry 4.0 applications for engineering students.
Understanding Industrial IoT communication requirements, protocols like OPC UA and TSN, wireless technologies for factory automation, the convergence of IT and OT networks, and how IIoT transforms manufacturing through predictive maintenance and digital twins.
IIoT vs Consumer IoT
| Feature | Consumer IoT | Industrial IoT |
|---|---|---|
| Latency requirement | 100ms-seconds (acceptable) | 1-10 ms (cycle-time critical) |
| Reliability | 99% (occasional failures OK) | 99.9999% (six-nines for safety) |
| Device lifetime | 2-5 years | 10-20 years |
| Environment | Climate-controlled homes | -40 to +85°C, dust, vibration, chemicals |
| Security impact | Privacy breach | Physical safety, production loss ($millions/hour) |
| Scale per site | 10-50 devices | 1,000-50,000 devices |
| Data volume | KB-MB per day | GB-TB per day |
| Standards | Consumer protocols (Matter, Zigbee) | Industrial protocols (OPC UA, PROFINET, EtherCAT) |
Communication Requirements for IIoT
Deterministic Communication
In a factory, a robot arm must receive its next position command within exactly 1 ms — not "approximately" 1 ms. If the command arrives 2 ms late, the arm could collide with a workpiece. This deterministic behavior (guaranteed maximum latency, not just average) is the defining requirement of industrial communication.
Standard WiFi and Ethernet are non-deterministic — they use contention-based access where packets may be delayed by collisions and retransmissions. Industrial protocols add mechanisms to guarantee timing:
- Time-Sensitive Networking (TSN) — IEEE 802.1 enhancements to Ethernet for guaranteed latency
- PROFINET IRT — Siemens industrial protocol with microsecond-precision timing
- EtherCAT — Beckhoff protocol processing all nodes in a single Ethernet frame transit
Reliability Requirements by Application Class
| Application | Latency | Reliability | Example |
|---|---|---|---|
| Monitoring (Class 1) | 100 ms - 1s | 99.9% | Temperature monitoring, tank levels |
| Process control (Class 2) | 10-100 ms | 99.99% | Flow control, chemical dosing |
| Motion control (Class 3) | 1-10 ms | 99.999% | Robot arms, CNC machines |
| Safety systems (Class 4) | < 1 ms | 99.9999% | Emergency shutdowns, collision avoidance |
Wireless Technologies for IIoT
5G for Industrial Applications
5G's URLLC (Ultra-Reliable Low-Latency Communication) mode is specifically designed for industrial use cases:
| 5G Feature | Industrial Benefit |
|---|---|
| URLLC: 1 ms latency, 99.999% reliability | Replaces wired connections for motion control |
| mMTC: 1 million devices/km² | Supports dense sensor deployments |
| Network slicing | Dedicated virtual network per application class |
| Private 5G networks | Factory-owned spectrum (CBRS, local licensing) |
| TSN integration | 5G bridges compatible with industrial Ethernet timing |
Several factories (BMW, Bosch, Siemens) now operate private 5G networks replacing legacy industrial WiFi and some wired connections.
Industrial WiFi (802.11ax/WiFi 6)
WiFi 6 improvements relevant to industry:
- OFDMA — Deterministic scheduling for predictable latency
- Target Wake Time — Battery sensor optimization
- BSS coloring — Reduced interference in dense deployments
- WPA3 — Stronger security for industrial networks
LPWAN Technologies for Industrial Monitoring
| Technology | Range | Battery Life | Data Rate | Best Industrial Use |
|---|---|---|---|---|
| LoRaWAN | 5-15 km | 5-10 years | 0.3-50 kbps | Remote asset tracking, agriculture |
| NB-IoT | 10-15 km | 10+ years | 250 kbps | Smart metering, pipeline monitoring |
| Sigfox | 10-50 km | 10+ years | 100 bps | Simple alerts, environmental |
| MIOTY | 5-15 km | 15+ years | Low | Massive sensor deployments |
| WirelessHART | 100m | 3-5 years | 250 kbps | Process instrumentation |
Key Industrial Protocols
OPC UA (Open Platform Communications Unified Architecture)
OPC UA is the standard for industrial interoperability — enabling machines from different manufacturers to exchange data securely:
- Platform-independent (runs on PLCs, PCs, cloud servers, embedded devices)
- Built-in security (authentication, encryption, auditing)
- Information modeling (structured data with semantics, not just raw values)
- Pub-sub model (efficient for many-to-many communication)
- TSN integration (OPC UA over TSN for deterministic delivery)
Time-Sensitive Networking (TSN)
TSN is a set of IEEE 802.1 standards that make standard Ethernet deterministic:
| TSN Standard | Function |
|---|---|
| IEEE 802.1AS | Time synchronization (< 1 μs across network) |
| IEEE 802.1Qbv | Scheduled traffic (time-aware shaping) |
| IEEE 802.1Qci | Frame filtering and policing |
| IEEE 802.1CB | Frame replication and elimination (reliability) |
| IEEE 802.1Qcc | Stream reservation configuration |
TSN is significant because it converges IT and OT on a single Ethernet infrastructure, eliminating the need for separate industrial fieldbus networks.
IIoT Applications
Predictive Maintenance
Traditional maintenance is either reactive (fix after failure — expensive downtime) or preventive (fixed schedule — wasteful replacement of good parts). Predictive maintenance uses IIoT sensors to detect early signs of failure:
- Vibration sensors detect bearing wear months before failure
- Temperature patterns indicate degrading insulation
- Current signatures reveal motor winding deterioration
- Oil analysis sensors detect contamination particles
A single hour of unplanned downtime in automotive manufacturing costs $1-2 million. Predictive maintenance reduces unplanned downtime by 30-50%.
Digital Twins
A digital twin is a real-time virtual replica of a physical asset or process, continuously updated by IIoT sensor data. Engineers can simulate changes, predict performance, and optimize operations without touching the physical system.
Autonomous Mobile Robots (AMR)
Factory robots that navigate autonomously require ultra-low-latency wireless communication for:
- Real-time position updates (every 10 ms)
- Collision avoidance coordination between robots
- Dynamic path planning from central controller
- Safety stop commands (< 1 ms guaranteed delivery)
Security Challenges
| Threat | Impact | Mitigation |
|---|---|---|
| Ransomware on OT network | Production shutdown | Network segmentation, air-gapping critical systems |
| Man-in-the-middle (sensor data) | Incorrect control decisions | OPC UA encrypted communication |
| Physical device tampering | Safety hazard | Tamper-evident enclosures, device attestation |
| Legacy device vulnerabilities | Unpatched PLCs exposed | Network monitoring, virtual patching |
| Supply chain attacks | Compromised firmware | Secure boot, code signing |
Key Takeaways
- Industrial IoT requires deterministic communication (guaranteed latency) unlike consumer IoT which tolerates occasional delays
- TSN (Time-Sensitive Networking) transforms standard Ethernet into a deterministic industrial network, converging IT and OT infrastructure
- 5G URLLC provides wireless connectivity with industrial-grade reliability (99.999%) and 1 ms latency for mobile robots and flexible manufacturing
- OPC UA is the universal industrial interoperability standard, enabling secure data exchange between machines from different manufacturers
- Predictive maintenance using IIoT sensors reduces unplanned downtime by 30-50%, saving millions in manufacturing environments
- LPWAN technologies (LoRa, NB-IoT) serve remote industrial monitoring where long battery life and range outweigh low data rates
- IIoT security is critically important — a compromised industrial system can cause physical safety hazards and multi-million dollar production losses
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Industrial IoT IIoT Communication Industry 4.0.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Wireless Communications topic.
Search Terms
wireless-communications, wireless communications, wireless, communications, iot, and, industrial, industrial iot iiot communication industry 4.0
Related Wireless Communications Topics