Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
ISO 26684:2015 defines the concept of operations, system requirements, and test procedures for Cooperative Intersection Signal Information and Violation Warning Systems (CIWS). Developed by ISO/TC 204 for Intelligent Transport Systems, this international standard addresses one of the most dangerous scenarios in road traffic: signalized intersection violations that lead to severe injuries, fatalities, and property damage worldwide. According to traffic safety studies, intersection-related crashes account for a significant percentage of urban road fatalities, making systems like CIWS a critical component of the Vision Zero approach to road safety.
The CIWS concept leverages Vehicle-to-Infrastructure (V2I) communication to provide drivers with real-time traffic signal phase information and, when necessary, imminent violation warnings. The system architecture consists of Roadside Equipment (RSE) installed at signalized intersections that broadcasts signal status data including phase, timing, and location information, and Onboard Equipment (OBE) within vehicles that processes this data combined with vehicle telemetry to determine whether a warning should be issued to the driver.
| Class | Function | Driver Support | Vehicle Inputs Required |
|---|---|---|---|
| I | Information | Current signal state awareness, phase timing display | Direction of travel |
| II | Warning | Imminent violation warning with urgency levels | Direction, position, speed, TTAI calculation |
| III | Control | Assisted braking or automatic stopping intervention | Direction, position, speed, TTAI, road surface data |
The CIWS operates through a well-defined state machine with four primary states: RSE Inactive, RSE Active, OBE Inactive, and OBE Active. Within the active state, the system further distinguishes between Warning and No Warning sub-states. Six precisely specified transition criteria govern state changes:
The core technical innovation of ISO 26684 is the mathematically precise warning threshold calculation. The Time to Arrival at Intersection (TTAI) represents how long a vehicle needs to reach the stop line at current speed.
TTAI = Xv / v
The warning logic compares TTAI against the remaining green time (Gr) and yellow signal duration (Y) to determine the appropriate action:
| Time Condition | Class II Action | Meaning for Driver |
|---|---|---|
| TTAI is less than Gr | No warning | Green signal ahead – safe passage through intersection |
| Gr less than or equal to TTAI less than or equal to Gr + Y | Optional warning | Signal about to change – prepare to stop, exercise caution |
| TTAI is greater than Gr + Y | Violation warning | Red light imminent – stop required before intersection |
The RSE must be positioned at a location XAL providing sufficient distance for the fastest expected vehicle to stop safely. The minimum distance calculation incorporates driver perception-reaction time, OBE processing delay, and vehicle braking performance.
The standard mandates comprehensive testing under controlled conditions to verify CIWS performance before deployment.
Test Environment: A flat, dry asphalt or concrete surface with ambient temperature between 10 and 30 degrees Celsius. The test intersection may be located on a closed test track rather than a public road to eliminate uncontrolled variables. The approach zone must be clearly marked with known distances from the RSE communication point to the stop line.
Test Vehicle: Must be equipped with a precision data recorder capturing CIWS outputs as synchronized functions of time and vehicle position. GNSS data logging at minimum 10 Hz update rate is recommended for accurate trajectory reconstruction.
Test Procedure for Class I: One pass/fail run at the design speed verifying that signal phase information is correctly displayed to the driver.
Test Procedure for Class II: Two runs are required – one where the approach timing triggers warning activation and one where it does not. The system must correctly discriminate between these two conditions. The example in the standard uses a 65 km/h approach speed with a 30-second green interval, yielding a warning threshold of 23 seconds after green initiation.
Communication Delay Budget: The standard specifies maximum tolerable delays of 200 milliseconds for OBE communication plus processing and 1.0 second for RSE data broadcast. These strict timing constraints are critical design parameters for real-time embedded system engineers.
ISO 26684 offers several valuable lessons for practicing engineers developing V2X safety systems:
GNSS Independence: While GNSS is the primary position source, the system may also derive location from RSE spot communication zones. This dual-redundancy approach improves robustness in challenging environments such as urban canyons or tunnel approaches where satellite visibility is limited.
Actuated Signal Compatibility: The standard explicitly warns that CIWS should not be installed at intersections with actuated (variable-timing) signals when using spot communication, because unpredictable phase changes due to traffic detection defeat the fixed-threshold warning algorithm.
HMI Design Principles: Warning displays must be intuitive, non-distracting, and properly prioritized among competing in-vehicle alerts. The standard defers detailed HMI design to manufacturers but mandates appropriate arbitration between multiple warnings.
Failure Mode Management: The OBE must autonomously detect system failures and inform the driver that CIWS information is unavailable. This graceful degradation prevents over-reliance on the warning system and ensures drivers maintain appropriate attention levels.