Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Standard: IEC 62026-1 | Edition: 3.0 (2019) | Scope: Low-voltage switchgear and controlgear — Controller-device interfaces
IEC 62026-1 defines the general requirements for interfaces connecting programmable logic controllers (PLCs) to field devices such as sensors, actuators, contactors, circuit breakers, and motor starters within low-voltage switchgear and controlgear systems. A Controller-Device Interface (CDI) encompasses the physical layer, data link layer, and application layer specifications needed to enable deterministic communication between automation controllers and distributed I/O devices.
The standard is organized into multiple parts, each addressing a specific CDI protocol: Part 1 (General Requirements), Part 2 (AS-Interface), Part 3 (DeviceNet), Part 5 (Smart Distributed System — SDS), Part 6 (Seriplex), and Part 7 (CompoNet). Each sub-protocol offers distinct characteristics in terms of topology, data rate, message structure, and application suitability, allowing system designers to select the optimal network architecture for their specific use case.
AS-Interface (Actuator Sensor Interface), standardized as IEC 62026-2, is one of the most widely deployed fieldbus protocols at the sensor/actuator level. Its key innovation is a two-wire, unshielded cable that simultaneously carries both data and power (30 V DC, up to 8 A), dramatically simplifying field wiring. Each AS-i segment supports up to 62 slave devices, with the master performing cyclic polling for deterministic data exchange. The complete scan cycle for 62 slaves takes approximately 5 ms.
The AS-i telegram structure is remarkably lightweight: the master transmits 4 data bits (plus 4 parameter/control bits), and each slave responds with 4 data bits, resulting in a total telegram length of only 14 bits (including start, control, data, and stop bits). This minimalist design delivers exceptional real-time performance. From an engineering standpoint, AS-i networks support hot-swapping, automatic addressing, and IP67-rated field modules, making them highly suitable for harsh industrial environments with distributed I/O requirements.
| Parameter | AS-Interface | DeviceNet | CompoNet |
|---|---|---|---|
| Max. Nodes | 62 | 64 | 384 |
| Data Rate | 167 kbps | 125/250/500 kbps | 93.75 kbps — 4 Mbps |
| Max. Distance | 100 m (300 m with repeaters) | 500 m (@125 kbps) | 30 — 800 m (rate-dependent) |
| Physical Medium | 2-wire (data + power) | 5-wire (CAN_H/CAN_L/V+/V-/shield) | 4-wire (signal pair + power pair) |
| Data Exchange | Master polling | Multi-master / CAN arbitration | Master polling + STN |
| Typical Application | Sensors/actuators | Complex devices/drives | High-speed/density I/O |
DeviceNet, specified in IEC 62026-3, is built on CAN (Controller Area Network) technology and supports object-oriented, multi-master communication. Unlike AS-Interface’s bit-level simplicity, DeviceNet offers both explicit messaging (connection-oriented, non-cyclic) and implicit messaging (cyclic I/O data transfer), making it suitable for applications ranging from simple discrete control to complex drive configuration and condition monitoring.
The Device Profile mechanism is central to DeviceNet interoperability. Every compliant device implements a standardized object model specific to its device type, including identity objects, connection objects, and parameter objects. This standardized model allows同类 devices from different manufacturers (e.g., variable-frequency drives, pneumatic valve manifolds, smart sensors) to be configured and monitored through a unified interface, significantly reducing integration effort.
Critical engineering considerations for DeviceNet installation include: proper termination resistors (120 Ω), stub length control, and power budget calculation. Trunk line length depends on data rate: up to 500 m at 125 kbps but only 100 m at 500 kbps. Power supply planning must account for each node’s current consumption and cable voltage drop; intermediate power tap modules may be necessary for large networks.
Selecting the optimal CDI protocol requires multi-dimensional evaluation: (1) Node scale — small distributed I/O (<62 nodes) favors AS-Interface; high-density scenarios call for CompoNet; (2) Data payload — bit-level discrete signals suit AS-i, while byte-oriented complex data favors DeviceNet or CompoNet; (3) Real-time determinism — AS-i offers strictly deterministic polling cycles ideal for time-critical control, whereas DeviceNet’s CAN arbitration introduces non-deterministic latency under high bus load; (4) Environmental conditions — AS-i’s two-wire design provides significant wiring and maintenance advantages in IP67-rated installations.
For applications requiring functional safety (e.g., emergency stop, light curtain monitoring), consider CDI protocols with integrated safety communication. AS-Interface Safety at Work is TUV-certified to SIL 3; DeviceNet Safety also supports SIL 3 functional safety communication. Safety-related data is transmitted via the “black channel” principle, adding safety CRCs and timing monitoring on top of standard communication protocols.