Overview
Action Priority (AP) determines which failure modes require immediate corrective action. TestAuto2 — Automotive Safety Solution uses the AIAG-VDA FMEA methodology to automatically calculate AP from Severity, Occurrence, and Detection ratings, classifying risks as High (H), Medium (M), or Low (L).
Understanding Action Priority Levels
| Priority | Color | RPN Threshold | Meaning |
|---|
| H - High | Red | RPN > 100 or S≥8 + O≥7 | Corrective action required |
| M - Medium | Orange | 40 < RPN ≤ 100 | Action should be taken |
| L - Low | Green | RPN ≤ 40 | Action optional |
TestAuto2 implements AIAG-VDA FMEA 4th Edition methodology, which uses Action Priority tables instead of simple RPN thresholds. High priority is automatically assigned when Severity ≥8 or when the S-O-D combination exceeds risk tolerance per the AIAG-VDA decision matrix.
Calculate Pre-Mitigation Action Priority
Action Priority is automatically calculated after you complete the S-O-D ratings:
-
Open your FMEA risksheet (SFMEA, DFMEA, or PFMEA document)
-
Navigate to the Initial Assessment view from the risksheet view selector
-
Verify S-O-D ratings are complete for the failure mode:
- Severity (1-10): Effect impact rating
- Occurrence (0-10): Failure probability rating
- Detection (0-10): Control effectiveness rating
-
Check the Pre-Mitigation AP column — the formula automatically calculates:
IF Severity ≥ 8 THEN H
ELSE IF RPN > 100 THEN H
ELSE IF RPN > 40 THEN M
ELSE L
-
Review the color-coded result in the
premitigationAP cell:
- Red badge with “H” = High priority
- Orange badge with “M” = Medium priority
- Green badge with “L” = Low priority
If any S-O-D field shows “Undetermined” (default value), the Action Priority formula cannot execute. You’ll see an empty AP cell. Complete all three ratings before expecting AP results.
Action Priority Decision Logic
The automatic formula implements this decision matrix:
Example Calculations:
- S=9, O=6, D=5 → RPN=270 → H (Severity ≥8 rule)
- S=7, O=8, D=7 → RPN=392 → H (RPN >100 rule)
- S=6, O=4, D=3 → RPN=72 → M (40 < RPN ≤100)
- S=4, O=2, D=3 → RPN=24 → L (RPN ≤40)
Calculate Post-Mitigation Action Priority
After implementing risk controls, recalculate AP to demonstrate risk reduction:
-
Link risk controls to the failure mode cause using the Risk Controls column (see Link to Risk Controls)
-
Navigate to the Final Evaluation view in the risksheet
-
Update post-mitigation ratings:
postmitigationFMOccurrence — reduced likelihood after prevention controls
postmitigationDetection — improved detection after verification controls
- Note: Severity remains unchanged (inherent to the effect)
-
Review the Post-Mitigation AP column — automatically recalculates using updated O and D values:
RPN_post = Severity × postmitigationFMOccurrence × postmitigationDetection
-
Verify risk reduction by comparing row header colors:
- Row headers inherit color from
apNew (post-mitigation AP)
- Red rows still require additional controls
- Green rows demonstrate effective risk reduction
Use the risksheet view selector to filter by Action Priority. The “High Priority Only” view shows only H-rated failure modes, allowing teams to focus mitigation efforts on the most critical risks first. Address all high-priority items before moving to medium and low priorities.
Interpret Action Priority Results
| AP Result | Required Action | Documentation |
|---|
| H | Mandatory corrective action | Create linked risk control tasks with assigned owners and due dates. Document mitigation plan in FMEA report. |
| M | Recommended action | Evaluate cost-benefit of mitigation. Document decision rationale if no action taken. |
| L | Optional improvement | Consider for continuous improvement. No mandatory action required. |
In automotive functional safety projects, any failure mode with Severity ≥8 (potentially life-threatening) automatically receives High priority regardless of RPN. This ensures safety-critical items are never deprioritized due to low occurrence or good detection.
Verification Steps
After calculating Action Priority, verify:
- All failure modes have AP assigned — no empty cells in Pre-Mitigation AP column
- High-priority items have linked risk controls — check Risk Controls column shows task IDs
- Post-mitigation AP shows improvement — compare traffic light colors (red→orange or red→green)
- Row header colors reflect residual risk — sorted by post-mitigation AP for global visibility
Expected behavior: When you sort the FMEA by Action Priority (ascending), all H-priority rows appear first due to the built-in sort order (0=H, 1=M, 2=L).
See Also