Levels Configuration
Three levels define the FMEA hierarchy. The system element (or characteristic) is the top-level grouping item, failure modes are analyzed per element, and causes are identified per failure mode.Column Definitions
Key columns with data type bindings. Severity, occurrence, and detection are enum fields scored 1-10. RPN columns use formulas for computed values.Formulas
Initial RPN
Initial RPN
Multiplies severity, occurrence, and detection to produce the initial Risk Priority Number (1-1000 scale).
Revised RPN
Revised RPN
Recalculates RPN after mitigation actions using the updated occurrence and detection values. Severity does not change after mitigation.
Action Priority (AIAG-VDA)
Action Priority (AIAG-VDA)
Logic-based risk prioritization replacing numeric RPN multiplication. Returns H (High), M (Medium), or L (Low) based on severity, occurrence, and detection thresholds. Used in Process FMEA configurations.
| Priority | Meaning | Criteria |
|---|---|---|
| H (High) | Immediate action required | Severity >= 9, or Severity >= 5 AND Occurrence >= 4 |
| M (Medium) | Action recommended | Severity >= 5, or Occurrence >= 4, or Detection >= 6 |
| L (Low) | Action optional | All other combinations |
Formatters
4-Tier Severity Formatter
4-Tier Severity Formatter
Color-codes severity values from critical (red) through negligible (green). Applied to the severity column.
| Severity | Color | Style |
|---|---|---|
| Critical (>= 4) | Red | backgroundColor: red100, color: red700 |
| Major (3) | Orange | backgroundColor: orange100, color: orange800 |
| Minor (2) | Yellow | backgroundColor: yellow100, color: yellow900 |
| Negligible (<= 1) | Green | backgroundColor: green100, color: green800 |
3-Tier RPN Color Coding
3-Tier RPN Color Coding
Colors RPN cells based on risk thresholds. Includes inline labels (Low/Medium/High) below the numeric value.
| RPN Range | Label | Color |
|---|---|---|
| 1 — 10 | Low | Green (#4caf50) |
| 11 — 30 | Medium | Orange (#ff9800) |
| > 30 | High | Red (#f44336) |
Workflow Views
Ten views guide analysts through the complete FMEA process from identification through verification.Cross-Document Links
The FMEA cascade usesmultiItemLink columns to connect failure modes across System, Subsystem, and Component FMEA documents. This creates traceable risk chains from top-level system failures down to individual component failure modes.
Key Patterns
- Dual RPN assessment — pre-mitigation RPN (
S x O x D) and post-mitigation RPN (S x O' x D') on the same row, showing risk reduction at a glance. Severity stays constant because mitigation doesn’t change failure impact. - Action Priority as RPN alternative — the AIAG-VDA logic-based AP formula provides more meaningful risk ranking than numeric multiplication. High severity always requires action regardless of occurrence/detection.
- 3-tier RPN color coding — inline labels (Low/Medium/High) appear below the numeric RPN value with color-matched text, making risk levels scannable without memorizing threshold values.
- FMEA cascade via multiItemLink — upstream and downstream columns connect System, Subsystem, and Component FMEAs with
backLink: true/false, enabling full failure chain traceability across documents. - 10-step guided workflow — views walk analysts from identification through verification in a prescribed sequence, reducing errors by showing only relevant columns at each step.
- SC/CC classification badges — inline-styled pill rendering (orange for Safety-Critical, red for Certification-Critical) provides instant classification visibility.
See Also
- Configure FMEA Workflows — step-by-step FMEA setup guide
- Formula Syntax — JavaScript formula writing guide
- Formula Examples — additional formula patterns
- Levels Configuration — hierarchy merge behavior and level properties
- Cell Decorators — dynamic cell styling reference
- TARA Example — alternative risk analysis methodology using matrix verdicts