Skip to main content

Advancing Deterministic Wireless Communication for Industrial IoT

Distribution center and communication network concept

Image Source: Pumapala/stock.adobe.com; generated with AI

By Abhishek Jadhav for Mouser Electronics

Published July 23, 2026

The Industrial Internet of Things (IIoT) relies heavily on machine-to-machine communication among connected robots, smart sensors, and autonomous guided vehicles. This ability to bring device-level data into higher-level systems in a vendor-neutral way requires high availability, low latency, and deterministic transmission.

However, conventional cable-based communication (such as IO-Link) has inherent limitations in modern IIoT applications. As more devices are connected and demand for greater flexibility grows, running physical cables to every device becomes cumbersome and restrictive. Cables can also hinder machinery movement and make it difficult to expand the production line. To address these challenges, PROFIBUS & PROFINET International created the IO-Link Wireless standard.

Released as an extension to the IO-Link standard in 2018, IO-Link Wireless was developed to remove the physical constraints of cabling while preserving the proven benefits of IO-Link in industrial environments. In short, IO-Link Wireless offers bounded latency with scheduled access for sensor communication over a radio link.

Technical Details of IO-Link Wireless

The IO-Link Wireless system architecture uses a star topology to maintain a master-subordinate (device) structure. The IO-Link Wireless Master (often a small field gateway device) acts as the central node that connects upstream to the control system (PLC or industrial PC) via a fieldbus or Ethernet interface and communicates wirelessly with multiple IO-Link Wireless devices.

IO-Link Wireless is designed with backward compatibility. From the perspective of the programmable logic controller (PLC) and higher-level software, that means an IO-Link Wireless device looks just like a regular IO-Link device. The same configuration tools and parameterization methods used for wired IO-Link apply to IO-Link Wireless. This allows engineers to integrate wireless devices without re-evaluating the control architecture or software infrastructure.

Physical Layer

IO-Link Wireless operates in the 2.4GHz ISM band. The band was selected for its global availability, but its frequency spectrum is heavily congested. Therefore, to ensure robust communication, the technology uses Gaussian Frequency Shift Keying (GFSK) modulation.

GFSK is a constant-envelope modulation scheme that encodes data through frequency deviations. This makes the signal resistant to amplitude noise and allows for the use of non-linear, power-efficient power amplifiers in the transceiver. The system uses a 1MHz bandwidth per channel. This approach concentrates the signal energy (i.e., power spectral density), thereby improving the signal-to-noise ratio.

To manage high device density, the master device uses a Frequency Division Multiple Access (FDMA) scheme that divides its radio resources into tracks. Each master can support up to five tracks, each of which can handle up to eight devices. All five tracks operate simultaneously on different frequencies.

Within each track, access is controlled via Time Division Multiple Access (TDMA). This is the core mechanism that ensures deterministic communication. The master device acts as the time source, and all devices on a track are synchronized to the master’s clock. The communication cycle is divided into strict time slots.

As a result, there is no competition for the spectrum. Devices do not need to perform “clear channel assessment” or “listen before talk” actions, which become the primary sources of jitter on Wi-Fi networks. Each device is assigned to a specified microsecond-level window for transmission.

W-Cycle Structure

The defining performance metric of IO-Link Wireless is its reliability. The protocol guarantees a communication cycle time of 5ms for transferring process data between master and subordinate devices.

In each 5ms cycle, the master polls each connected device and exchanges up to 32 bytes of process data per device. This 5ms cycle does not vary significantly, allowing industrial control loops to rely on real-time updates.

To achieve this, a 5ms cycle is divided into three sub-cycles, each approximately 1.66ms long.[1] In sub-cycle 1, which is the primary transmission, the master device sends a downlink multicast message to all subordinate devices on the network. Each of the eight subordinate devices sends its uplink unicast message in its assigned time slot.

Sub-cycle 2 is the first retry when the transmission in sub-cycle 1 fails. If the second attempt also fails, a final retry is attempted in sub-cycle 3. Only if all three attempts fail is the packet considered lost. The probability of three consecutive failures at different frequencies within 5ms is extremely low, yielding a reliability metric of 10-9 Packet Error Rate (PER).[2]

In comparison, other wireless standards, such as Wi-Fi, Zigbee, and Bluetooth®, exhibit PER on the order of 10-3 in industrial applications. This million-fold reliability improvement is achieved through a combination of radio design and protocol redundancy.

Even with a maximum of 40 subordinate devices per master, IO-Link Wireless maintains the 5ms update period for all devices. This performance can be compared to the update rates of many wired PLC I/O systems.

Coexistence and Interference Mitigation

Industrial factories are often saturated with RF noise from sources such as welding arcs, variable frequency drivers, and Wi-Fi networks. IO-Link Wireless uses advanced cognitive radio techniques to ensure coexistence.

Static frequency systems are more vulnerable to frequency-selective fading, in which multipath reflections cancel out a specific frequency at a particular location. IO-Link Wireless mitigates this via frequency-hopping spread spectrum (FHSS). The system changes frequency every sub-cycle. The master and subordinate devices follow a pseudo-random hopping sequence, which ensures that interference on one frequency does not cause total communication failure.

While FHSS handles narrowband interference, Wi-Fi networks experience wideband, high-power interference (typically 20MHz wide). To avoid collision with Wi-Fi, IO-Link Wireless implements Adaptive Blacklisting, in which the master device monitors the RF spectrum during idle periods or dedicated scan slots. If energy is detected in a specific frequency range, those 1MHz channels are marked as blocked, and the master updates the frequency-hopping table to exclude them.

Comparative Analysis of Industrial Wireless Protocols

Before the introduction of IO-Link Wireless, a technological gap existed within the industrial wireless landscape. Wireless technologies were broadly classified into two domains: IT and general-purpose wireless, such as Wi-Fi, Bluetooth, and Zigbee, and process automation wireless, such as WirelessHART and ISA100.11a.

Wi-Fi

While Wi-Fi is the standard for high-bandwidth IT connectivity, it faces fundamental challenges in real-time control. Wi-Fi uses Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA), meaning a device must “listen” to the medium before transmitting. If the medium is busy, the device waits for a random “back-off” time. In a busy factory floor, this randomness introduces jitters.

Bluetooth Low Energy

Even though Bluetooth Low Energy operates in the same 2.4GHz band and uses a similar GFSK modulation as IO-Link Wireless, it has limitations for high-performance industrial controls. A single Bluetooth Low Energy master can maintain connections with multiple peripherals, but as the number of connections grows, the available bandwidth and latency per device degrade.

Bluetooth Low Energy connection events are scheduled at intervals of 7.5ms or higher.[3] In practice, a few tens of subordinate devices per master is a heavy load for Bluetooth Low Energy to handle frequent updates. Bluetooth Low Energy can be an effective solution for ancillary IIoT tasks in factories. For example, a Bluetooth Low Energy sensor might send vibration data from a motor to the cloud for analysis. IO-Link Wireless, on the other hand, is suited for primary control-loop tasks, such as a wireless valve positioner that must update a controller in real time.

Zigbee

Zigbee’s processing latency does not support the requirements of IIoT. Zigbee uses a mesh topology in which the data hops from node to node to reach the gateway. Each hop introduces a latency of 10ms to 20ms. In an extensive network, latency can easily exceed 200ms. This is orders of magnitude too slow for 5ms control loops.

WirelessHART and ISA100.11a

One of the key differences between IO-Link Wireless and WirelessHART is in application focus. IO-Link Wireless is designed for factory automation where cycle times of 10ms or less are required and where a cluster of subordinate devices reports to a single controller. Thus, IO-Link Wireless adopts a star topology with a very fast 5ms cycle time and forgoes long-distance mesh routing.

In comparison, WirelessHART/ISA100 targets process automation and plant-wide sensor networks where subordinate devices may be deployed over a large area. In such an infrastructure, mesh networking is valuable for overcoming obstacles and covering distances. The slower cycle times are acceptable for process loops that might run for a few seconds.

That said, all these protocols share TDMA scheduling and frequency-hopping techniques to achieve reliability. IO-Link Wireless is optimized for short-range, rapid-cycle applications that other standards couldn’t serve.

Conclusion

IO-Link Wireless has emerged as an important technological advancement, bringing the flexibility of wireless communication to factory automation. By building on the proven IO-Link protocol and adding capabilities such as fast TDMA scheduling, frequency hopping, and redundant transmission, IO-Link Wireless achieves exceptional reliability and short cycle times comparable to those of wired systems.

While IO-Link Wireless is not the only wireless option in IIoT, it has pushed the envelope for wireless performance in automation, enabling sensor and actuator networks to reliably handle control tracks. It stands alongside other technologies as part of the growing ecosystem of industrial wireless solutions, each with its niche.

   

Sources

[1]https://io-link.com/fileadmin/user_upload/Downloads/About_IO-Link/IO-Link_Wireless_Flyer_2025_Web.pdf
[2]https://io-link.com/fileadmin/user_upload/Downloads/About_IO-Link/IO-Link_Wireless_Expos%C3%A9_eng_2018.pdf
[3]https://pmc.ncbi.nlm.nih.gov/articles/PMC3478807/

About the Author

Abhishek Jadhav received his M.S. in Electrical and Computer Engineering and began his career as a technical writer. He has over five years of experience working as a freelance technical writer, with key interests in power electronics and embedded systems. His work has appeared in EE Times, embedded.com, and Power Electronics News, among others.

Profile Photo of Abhishek Jadhav