Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
With the proliferation of Intelligent Transportation Systems (ITS) in modern vehicles, drivers face an increasing flow of messages from navigation, collision warnings, traffic updates, and infotainment. Without a systematic method for prioritization, these competing messages can overload the driver, increasing cognitive load and reducing safety. The SAE J2395-2002 standard provides a recommended practice for prioritizing in-vehicle messages to ensure that critical information is presented at the right time, while non-essential messages are deferred when necessary.
SAE J2395 defines three independent criteria for evaluating each message: Safety Relevance, Operational Relevance, and Time Frame. Each criterion has multiple levels, allowing a nuanced assessment of the message’s urgency and importance.
| Criterion | Levels | Description |
|---|---|---|
| Safety Relevance | Directly, Somewhat, Not Relevant | Evaluates how directly the message affects safe vehicle operation, from imminent collision warnings to convenience features. |
| Operational Relevance | Highly, Moderately, Little/No Relevance | Assesses the impact on driving ease and convenience, such as traffic delay notifications versus entertainment system indicators. |
| Time Frame | Emergency (0-3s), Immediate (3-10s), Near Term (10-20s), Preparatory (20-120s), Discretionary (>120s) | Indicates the timeliness required for the message to be useful, from seconds for collision avoidance to minutes for route planning. |
🛠️ Design Insight: Use a multidisciplinary team of at least three evaluators when assigning criteria levels. The SAE standard recommends including experts from human factors, engineering, and end-user perspectives to ensure objective and balanced prioritization.
Once each message is rated on the three criteria, the combination of levels determines its rank in the Priority Order Index (POI). The POI is a lookup table listing 45 combinations ordered from highest priority (POI 1) to lowest (POI 45). For example, a “Directly Safety Relevant, Highly Operationally Relevant, Emergency Time Frame” message receives POI 1, while a “Not Safety Relevant, Little/No Operational Relevance, Discretionary Time Frame” message receives POI 45. This index resolves conflicts when multiple messages compete for display space and time.
| Safety Relevance | Operational Relevance | Time Frame | POI Rank |
|---|---|---|---|
| Directly | Highly | Emergency (0-3 s) | 1 |
| Directly | Highly | Immediate (3-10 s) | 2 |
| Directly | Moderate | Emergency (0-3 s) | 3 |
| Somewhat | Highly | Emergency (0-3 s) | 8 |
| Not | Little/No | Discretionary (>120 s) | 45 |
⚠️ Common Mistake: Applying the POI without first filtering messages through the Information Item Filter. Driver-requested and continuous status information (e.g., speed, high beam) should not be subjected to the same prioritization as event-driven messages.
Implementing SAE J2395 requires a structured approach:
The POI rank provides a clear order of precedence, but the standard also notes that certain critical messages (e.g., collision warnings) may still preempt even lower-POI messages if deemed necessary by the system designer.
The POI is a ranking system that assigns a numeric value (1 to 45) to every combination of Safety Relevance, Operational Relevance, and Time Frame levels. A lower POI number indicates higher priority, allowing system designers to resolve conflicts when multiple messages demand the same display resources.
The filter first separates messages that are requested by the driver or that provide continuous status (like speed or fuel level). These are displayed normally. The remaining messages—those triggered by external events—are then passed through the prioritization process to determine their order of presentation.
Chunking breaks a complex display into single-meaning units. Without this step, messages containing multiple criteria levels (e.g., a navigation screen that also shows a safety alert) cannot be prioritized fairly. Each chunk can be evaluated independently, ensuring that urgent parts of a mix are not delayed by less critical ones.
While the standard provides a fixed index, the evaluators can adjust the criteria levels assigned to messages based on the specific context (e.g., passenger car vs. heavy truck). The POI table itself remains a common reference, but the assignment of levels can be tailored to the vehicle’s operational environment and user needs.
By adopting the SAE J2395 methodology, engineers can systematically manage the flow of information to drivers, reducing cognitive load and improving reaction times to critical events. This structured approach is a step toward safer and more user-friendly in-vehicle interfaces. 🛠️