Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC TR 62251, published in 2003 as a Technical Report by IEC Technical Committee 65 (Industrial-Process Measurement, Control and Automation), addresses the critical topic of quality of service (QoS) in industrial communication networks. As manufacturing systems transition from centralized control architectures to distributed, networked automation, the performance characteristics of the underlying communication infrastructure become decisive factors in system reliability, safety, and productivity. This report provides a structured methodology for defining, measuring, and managing QoS parameters in industrial environments where real-time determinism and high availability are essential requirements.
IEC TR 62251 defines a comprehensive set of QoS parameters organized into three principal categories: temporal performance, reliability, and availability. Temporal parameters include transmission delay (the time from when a message is submitted to the communication layer at the source to when it is delivered at the destination), delay jitter (the variation in transmission delay between successive messages), and throughput (the amount of data successfully transferred per unit time). For industrial applications, these parameters must be specified as worst-case bounds rather than averages, since the control system must function correctly under all operating conditions including peak traffic loads.
Reliability parameters in the report include message loss ratio (the proportion of transmitted messages not successfully delivered within the required time bound), residual error rate (undetected bit errors despite protocol error detection mechanisms), and connection establishment failure probability. Availability parameters describe the proportion of time the communication service meets its specified QoS targets, expressed as a percentage (e.g., 99.999% availability for safety-critical communication links).
The report classifies industrial applications into QoS classes corresponding to the stringency of their communication requirements. Class A applications (motion control, safety systems) require isochronous real-time communication with maximum delays below 1 ms and jitter below 1 microsecond. Class B applications (closed-loop process control) require hard real-time performance with delays of 1-10 ms. Class C applications (SCADA, configuration, monitoring) can tolerate soft real-time or best-effort performance with delays of 10-100 ms or more.
| QoS Class | Application Examples | Max Delay | Max Jitter | Availability |
|---|---|---|---|---|
| A – Isochronous | Motion control, drives, safety | < 1 ms | < 1 micro-s | 99.999% |
| B – Hard real-time | Process control, robotics | 1 – 10 ms | < 100 micro-s | 99.99% |
| C – Soft real-time | SCADA, batch control | 10 – 100 ms | < 10 ms | 99.9% |
| D – Best effort | Monitoring, logging, configuration | 100 ms – 1 s | Not critical | 99% |
IEC TR 62251 reviews the QoS mechanisms available in common industrial communication technologies. For industrial Ethernet (PROFINET, EtherCAT, EtherNet/IP, SERCOS III), the report addresses the role of IEEE 802.1Q VLAN tagging for traffic prioritization, the use of time-sensitive networking (TSN) mechanisms including IEEE 802.1AS time synchronization and IEEE 802.1Qbv scheduled traffic, and the configuration of communication cycle times to match application requirements. The report emphasizes that QoS configuration must be consistent across all network devices including switches, routers, and end devices to prevent QoS configuration gaps that can cause unpredictable behavior.
For fieldbus systems (PROFIBUS, Foundation Fieldbus, CAN-based protocols), the deterministic behavior is typically built into the medium access control method. Token-passing and master-slave protocols inherently guarantee bounded delay through controlled access. The report provides guidance on calculating worst-case communication cycle times based on the number of nodes, message sizes, and baud rate, enabling engineers to verify that the network topology supports the required QoS class before deployment.
Wireless industrial communication receives dedicated attention, including wireless LAN (IEC 62591, WirelessHART) and cellular-based solutions. The report notes that wireless links introduce additional QoS challenges: variable link quality due to fading and interference, potential for hidden-node collisions, and the overhead of retransmission and channel hopping. QoS mechanisms for wireless include adaptive data rate selection, frequency diversity through channel hopping, and redundant access points for coverage reliability.
| Technology | MAC Method | Min Cycle Time | Inherent QoS | TSN Ready |
|---|---|---|---|---|
| PROFINET IRT | Scheduled (TDMA) | 31.25 micro-s | Class A | Yes |
| EtherCAT | Summation frame | 12.5 micro-s | Class A | Under development |
| EtherNet/IP (CIP Sync) | CSMA/CD + TSN | 100 micro-s | Class B | Yes |
| SERCOS III | Time-division | 31.25 micro-s | Class A | Yes |
| PROFIBUS DP | Token-passing | 1 ms | Class B | N/A |
| WirelessHART | TDMA + FHSS | 10 ms | Class C | N/A |
Network topology selection is among the most consequential decisions in industrial communication design. Line topologies are simple and cost-effective but accumulate delay across each hop, potentially exceeding QoS bounds for time-critical traffic at the end of the chain. Ring topologies with redundancy protocols (MRP, DLR) provide fault tolerance at the cost of increased worst-case delay during reconfiguration. Star topologies minimize deterministic delay variation but require more cabling and switch ports. For Class A applications, daisy-chaining more than 5-10 devices on a single line segment is generally not recommended.
Traffic engineering is equally critical. Industrial networks carry multiple traffic types with different QoS requirements: cyclic real-time data (I/O, drives), acyclic real-time data (alarms, parameter changes), non-real-time data (configuration, diagnostics), and best-effort traffic (logging, video). Each type must be classified, marked, and queued appropriately at every network node. The report recommends allocating dedicated priority queues for real-time traffic with strict priority scheduling, while using weighted fair queuing for non-real-time traffic to prevent starvation.
Network dimensioning must account for both normal operation and fault scenarios. Under normal conditions, link utilization should not exceed 30-40% for real-time traffic to accommodate transient bursts and fault recovery traffic. Redundancy mechanisms must ensure that a single link or device failure does not degrade QoS below the requirements of any active application. The report recommends using the R-A-T framework (Redundancy, Availability, and Testability) as a structured approach to designing resilient industrial communication systems.
Finally, the report emphasizes that QoS verification through systematic commissioning tests is essential. The test plan should include latency measurements under normal load, latency measurements under peak load (simulated using traffic generators), failover timing during link or device failure, and long-term availability monitoring (minimum 72 hours continuous). Only through such testing can engineers confirm that the installed system meets the QoS requirements specified during the design phase.