Designing comfort and trust in caregiving robots
IO-Link and Edge AI: connecting the next generation of intelligent sensors

IO-Link and Edge AI: connecting the next generation of intelligent sensors

IO-Link and Edge AI: connecting the next generation of intelligent sensors IO-Link and Edge AI: connecting the next generation of intelligent sensors
This entry is part 3 of 3 in the series Designing Edge AI systems

As intelligence moves closer to the sensor, the role of the connection between sensor and control system is changing. If a sensor can interpret its own measurements and send a result rather than a stream of raw data, does the field-level connection still need to carry everything it once did?

Edge AI can turn raw measurements into compact, contextualised information at source, making established links such as IO-Link increasingly relevant to the next phase of Industry 4.0.

At a glance

  • The role: run inference close to the sensor and transmit decisions, states, diagnostic information, or alerts rather than unnecessary raw data
  • Why IO-Link: an established IEC 61131-9 point-to-point interface that can connect intelligent sensors to existing automation architectures
  • Best fit: condition monitoring, diagnostics, and other applications where local processing reduces the amount of data that needs to travel upstream
  • Limits: COM1, COM2, and COM3 operate at 4.8, 38.4, and 230.4kbps. IO-Link is not intended for continuous raw image streams or other high-volume data streams
  • Lifecycle: BLOB transfer and the firmware-update profile support field updates; AI model security, compatibility, version management, and update policy still require device- and system-level controls

Why bandwidth is becoming a different problem

Industry 4.0 has driven a steady rise in the amount of data generated, moved, and consumed by industrial equipment. As more constrained devices became connected, embedded platforms grew more capable, operating systems such as Linux became more common, and network capacity expanded to support the increasing volume of data. That increase in network capacity has been important to the development of smart factories, where data often needs to be exchanged with low and predictable latency to support automation and control. If a sensor can interpret its own measurements, the network may no longer need to carry every raw data point to a remote system before something useful can happen.

The field-level connection still matters. Sensors and actuators must exchange operational information reliably, but local inference can reduce the amount of data that has to travel. In that environment, a lower-bandwidth protocol is not automatically a limitation if the device has already converted raw measurements into the insight the wider system needs.

Reducing the volume of data generated by an individual sensor does not necessarily reduce the bandwidth requirements of an entire industrial system. As the number of connected devices grows and more applications operate simultaneously, overall network demand can still increase. The point is that local inference can change where and when data needs to move, rather than simply reducing the need for network capacity.

Why IO-Link deserves another look

IO-Link was not created for AI workloads, but it is established in industrial sensing and can support applications such as condition monitoring and machine health monitoring. That makes it an interesting candidate for intelligent field devices designed to process data locally rather than stream high-bandwidth raw information upstream.

The technology is standardised under IEC 61131-9 and supported by the IO-Link Community. It is a fieldbus-independent, serial, bidirectional point-to-point interface between an IO-Link master port and a device; it is not itself a multidrop fieldbus. Its protocol, physical interface, and data model are openly specified, while suppliers may offer proprietary functions through vendor-specific parameters. Device descriptions are available through the IODD ecosystem and IODDfinder.

Its installed device base spans process and fluid sensing, environmental measurement, condition monitoring, and general factory automation. In a typical architecture, a sensor or actuator communicates over IO-Link with a master. That master may be integrated into, or connected to, a PLC, remote-I/O block, Edge gateway, or industrial-PC-based system, providing a bridge from field devices to higher-level networks and applications.

The attraction is particularly clear where the information required by the control system is relatively small – for example, a machine state, anomaly indication, measurement summary or diagnostic condition – but the underlying sensor data may be considerably larger.

Process locally, transmit what matters

Putting AI inference inside the sensor changes the payload. Instead of simply reporting measurements such as pressure, flow, or distance, the device can analyse those measurements and transmit a result, state, diagnostic indicator, or alert. The aim is to avoid moving unnecessary raw data through several layers to an upstream system when the operational result can be produced at source.

IO-Link can remain below industrial Ethernet or fieldbus networks, feeding intelligence into higher layers rather than replacing them. In existing installations, retaining compatible IO-Link infrastructure can reduce the need for a total rip-and-replace upgrade.

For example, rather than continuously transmitting a vibration waveform, an intelligent sensor could identify a change in the machine’s operating condition and send an anomaly status or diagnostic value to the control system. The raw data could still be retained locally or made available when deeper analysis is required.

The question is therefore not whether IO-Link can carry AI data, but whether the application needs to transmit the underlying data at all.

What an AI-enabled IO-Link sensor needs

The design also needs to account for how the AI model will be developed, validated, updated, and secured throughout the product lifecycle. An Edge inferencing sensor needs suitable compute capability, memory, power budget, and an IO-Link physical interface. Many low-power microcontrollers now offer hardware-assisted machine-learning acceleration for appropriate tasks. A conventional IO-Link sensor already includes the communication interface, but adding Edge AI will normally require a new sensor design or a substantial electronics and firmware redesign rather than a simple upgrade to an installed device.

The opportunity applies to both new equipment and installed machinery: greenfield designs can adopt a familiar field-layer standard, while brownfield systems may be able to reuse deployed cabling, master ports and higher-level connectivity where these are compatible with the application.

Where the constraints still matter

IO-Link is not suitable for every Edge AI application. Standard wired IO-Link supports COM1, COM2, and COM3 communication rates of 4.8, 38.4 and 230.4 kbaud respectively. These physical-layer rates should not be treated as equivalent to guaranteed application payload throughput, which also depends on the communication cycle, port configuration, and device data.

Compared with higher-performance industrial networks, IO-Link has limited bandwidth and is not intended to provide the same level of network performance as those technologies. It is also point-to-point, which can mean additional cable runs when suitable infrastructure is not already in place. An image sensor might use IO-Link for configuration, diagnostics, or a compact inference result, but standard IO-Link is not intended to carry a continuous raw-image stream.

AI output should be validated for the application, with appropriate handling of confidence, failure modes and fallback behaviour where quality or safety is critical. Standard IO-Link does not, by itself, provide end-to-end cybersecurity, so security controls need to extend across the device, physical connection, master, gateway, and higher-level systems.

Firmware updates become part of sensor design

Edge AI turns even relatively small sensors into software-defined devices. That makes in-field firmware updates important: devices may need security patches, and their inference capability may need to evolve over time.

IO-Link has defined BLOB (binary large object) transfer and a firmware-update profile to support field updates. An IO-Link device designed for this capability can use a bootloader and the specified mechanism to receive an update through the IO-Link system.

This provides standardised support for firmware-update transport and procedure at the field layer. It does not, by itself, standardise AI-model packaging, compatibility, version management, rollback, cryptographic signing, or secure boot. Those lifecycle and security controls remain responsibilities of the device supplier and system designer.

Brownfield infrastructure could be the strongest argument

For many industrial customers, the strongest argument for IO-Link may not be what it enables in a new factory, but what it can enable in an existing one. In brownfield environments, IO-Link can provide a route to introduce more intelligent sensors while retaining compatible connectivity already in place. This can reduce the cost and disruption associated with replacing an entire field architecture simply to add local intelligence.

Greenfield designs benefit for a different reason. Choosing an established standard reduces some of the uncertainty associated with adopting a completely new field-level interface, while still allowing AI-enabled sensors to feed into higher-performance networks where the application requires them.

A focused role in the next phase of Industry 4.0

The opportunity for IO-Link is therefore not to replace industrial Ethernet, fieldbus, or other higher-performance networks, but to change what needs to reach them. As more intelligence moves into sensors, the field layer can increasingly carry decisions, diagnostics, and contextualised information rather than simply transporting raw measurements.

For OEMs and system designers, that creates an interesting architectural choice: where should data be processed, what needs to travel upstream, and which communications technology is appropriate for each layer of the system? IO-Link is an established option for connecting field-level devices, particularly where intelligent sensors can reduce the volume of data that needs to leave the device or the need to transmit raw data continuously.

Designing Edge AI systems

Edge AI sensors: how local intelligence cuts Cloud data

Designing Edge AI systems

Designing Edge AI systems: where should intelligence live?

Designing Edge AI systems: where should intelligence live?

Edge AI sensors: how local intelligence cuts Cloud data

Edge AI sensors: how local intelligence cuts Cloud data

IO-Link and Edge AI: connecting the next generation of intelligent sensors

IO-Link and Edge AI: connecting the next generation of intelligent sensors

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Previous Post

Designing comfort and trust in caregiving robots