Skip to main content

Standard Properties

NameTypeDefaultDescription
IDTextAuto-generatedUnique identifier assigned by Polarion. Follows project prefix convention (e.g., FM-001). Read-only after creation.
TitleTextRequiredBrief name of the failure mode (e.g., “Sensor loses signal”). Appears in all risksheet and powersheet views. Limited to 200 characters for readability.
DescriptionTextEmptyDetailed narrative describing how and when the failure mode occurs. Include operational context, triggering conditions, and system state. Recommended 100–500 words.
StatusEnumerationDraftWorkflow state: DraftIn ProgressIn ReviewPending ApprovalApproved / Rejected / Obsolete. Controls visibility in reports and dashboard compliance metrics.
AssigneeUser ReferenceUnassignedTeam member responsible for FMEA analysis of this failure mode. Used for workload tracking and review routing.
PriorityEnumerationMediumInitial priority for analysis: Low, Medium, High. Updated post-mitigation based on Action Priority.
CategoryMulti-select EnumEmptyClassification tags for grouping: Power, Communication, Sensor, Processing, Environmental, Interface. Enables filtering in dashboards and reports.
CommentsTextEmptyDiscussion thread for collaborative analysis. Supports markdown and @mentions for stakeholder engagement.
HyperlinksURL/ReferenceEmptyExternal references to design documents, standards, customer specifications, or supporting evidence.
AttachmentsFileEmptyLinked analysis files: FMEA spreadsheets, simulation results, failure photos, test data.

DFMEA-Specific Properties (Design FMEA)

NameTypeDefaultDescription
failureModeDescription (custom)TextEmptyDetailed description of the failure scenario. Required field for DFMEA. Example: “Camera module loses video signal due to degraded connector contact resistance.”
severity (custom)Integer (1–10)EmptyInitial severity rating (S): likelihood and magnitude of harm if failure occurs. Scale: 1=negligible, 5=moderate, 10=catastrophic. Used in Action Priority (AP) calculation: AP = S × O × D.
severityNew (custom)Integer (1–10)severityPost-mitigation severity rating after risk controls implemented. Usually unchanged from initial severity unless control reduces failure consequence. Read-only formula field in some configurations.
occurrence (custom)Integer (1–10)EmptyInitial occurrence rating (O): likelihood the cause will occur. Scale: 1=very unlikely, 5=moderate, 10=very likely. Reflects design maturity and component reliability data.
occurrenceNew (custom)Integer (1–10)occurrencePost-mitigation occurrence rating after prevention controls implemented. Typically lower than initial if effective prevention controls assigned.
detection (custom)Integer (1–10)EmptyInitial detection rating (D): likelihood failure will escape to customer if it occurs. Scale: 1=certain detection, 10=detection impossible. Reflects design verification testing capability.
detectionNew (custom)Integer (1–10)detectionPost-mitigation detection rating after enhanced detection controls (testing, monitoring). Often improved to account for additional verification activities.
actionPriority (custom)CalculatedFormula: S × O × DInitial RPN (Risk Priority Number). Three-tier Action Priority (AP): High (RPN ≥ 125), Medium (40–124), Low (1–39). Used to prioritize mitigation efforts.
actionPriorityNew (custom)CalculatedFormula: severityNew × occurrenceNew × detectionNewPost-mitigation RPN. Determines whether residual risk is acceptable. Target: reduce High → Medium or Low per project risk acceptance criteria.
riskControlType (custom)EnumerationEmptyType of mitigation: Prevention (eliminates cause), Detection (identifies failure), Containment (limits consequence). Influences which rating (O/D) is affected by control effectiveness.
safetyClassification (custom)EnumerationEmptySafety role of this failure mode: SC (Safety-Critical) or CC (Critical Component). Determines control rigor and verification requirements per ISO 26262 or IATF 16949.
causeOfFailure (custom)TextEmptyRoot cause description (DFMEA Level 3). Example: “Connector pin corrosion due to moisture ingress.” Appears in risksheet Level 3 rows when editing multi-level FMEA.
currentControlsDescription (custom)TextEmptyDescription of existing design or manufacturing controls that address this failure mode. Documents preventive mechanisms already in place before mitigation.
recommendedAction (custom)TextEmptyProposed mitigation or design change to reduce S/O/D. Example: “Redesign connector with sealed IP67 housing.” Reviewed during FMEA approval.
designRecommendationStatus (custom)EnumerationOpenWorkflow for recommended actions: OpenIn ProgressCompleted / Deferred / Not Feasible. Tracks implementation of FMEA recommendations.

Process FMEA Properties (PFMEA)

NameTypeDefaultDescription
effectOfFailure (custom)TextEmptyCustomer-visible consequence of the process failure. Example: “Sensor housing has reduced moisture protection.” Distinct from DFMEA failure consequences.
pfmSeverity (custom)Integer (1–10)EmptyProcess FMEA severity: likelihood and severity of customer impact. Scale identical to DFMEA but context is manufacturing/assembly process, not design.
pfmSeverityNew (custom)Integer (1–10)pfmSeverityPost-mitigation severity after process control improvements.
pfmOccurrence (custom)Integer (1–10)EmptyProcess failure occurrence: frequency the root cause manifests during manufacturing. Influenced by process capability (Cpk), material batch variation, operator skill.
pfmOccurrenceNew (custom)Integer (1–10)pfmOccurrencePost-mitigation occurrence after process controls (fixture improvements, operator training, SPC monitoring).
pfmDetection (custom)Integer (1–10)EmptyDetection likelihood for PFMEA: ability of in-process or final inspection to catch defect before shipment. Reflects sampling plans, inspection automation, test effectiveness.
pfmDetectionNew (custom)Integer (1–10)pfmDetectionPost-mitigation detection after enhanced process inspection or 100% testing.
pfmAP (custom)CalculatedFormula: pfmSeverity × pfmOccurrence × pfmDetectionInitial Process RPN. Prioritizes manufacturing risk mitigation.
pfmAPNew (custom)CalculatedFormula: pfmSeverityNew × pfmOccurrenceNew × pfmDetectionNewPost-mitigation Process RPN. Acceptance threshold typically 125 for High, 40 for Medium.
preventionControl (custom)TextEmptyProcess control that prevents the root cause from occurring (e.g., “Automated sealant application with visual verification”). Improves occurrence rating.
detectionControl (custom)TextEmptyProcess control that detects failure after it occurs but before customer delivery (e.g., “Moisture chamber test at 95% RH for 48 hours”). Improves detection rating.
processStepLink (link)Reference (Process Step)Links this failure mode to a parent Process Step (Level 1 in PFMEA hierarchy). Establishes which manufacturing step is being analyzed.
Link RoleTarget TypeCardinalityDescription
analyzedIn (inbound)Function / System ElementManyIndicates which function or component this failure mode analyzes. Establishes parent-child relationship in risksheet hierarchy.
mitigatedBy (outbound)Risk ControlManyLinks to risk controls (design changes, additional testing, monitoring) that address this failure mode. Justifies post-mitigation ratings (S_New, O_New, D_New).
linkedTo (bidirectional)CharacteristicManyLinks failure modes to design characteristics (measurable parameters). Enables traceability from design specification to failure analysis. Appears in Characteristics PowerSheet as expanded failure mode columns.
verifiedBy (outbound)Test Case / Validation Test CaseManyLinks to verification or validation tests that confirm the failure mode is adequately mitigated or eliminated. Tracks V&V evidence per ISO 26262 Part 4/5.
refines (outbound)RequirementManyAssociates failure mode to related requirements being refined or validated. Improves traceability coverage reports.
assesses (inbound)Hazard (HARA)OneRelates to parent hazard identified in ISO 26262 HARA. Connects design-level FMEA back to system-level HARA for bidirectional traceability. Optional but recommended for safety-critical functions.
relatedTo (bidirectional)Failure ModeManyCross-references similar or dependent failure modes for knowledge reuse and consistency review.

Risksheet Integration

Failure Modes appear as Level 2 rows in DFMEA/SFMEA risksheet configurations. Hierarchical organization: diagram
In risksheet editors, click the + icon on a failure mode row to expand associated causes. RPN values aggregate upward: sum of all cause RPNs rolls up to failure mode level for quick prioritization.

Safety Classification (SC/CC)

ClassificationMeaningVisual BadgeVerification RigorExample
SCSafety-CriticalOrange 🛡️Requires ASIL-compliant verification, formal analysisSensor signal loss analyzed in HARA → Safety Goal → FMEA
CCCritical ComponentRedEnhanced verification, process controls, enhanced testingConnector robustness failure mode flagged for design review
UnclassifiedNon-criticalGrayStandard verificationCosmetic wear on non-functional surface
If a failure mode is classified as SC/CC, the linked Characteristic and Design Requirement should also be marked SC/CC. PowerSheet views filter and highlight these for review.

Action Priority (AP) Interpretation

AP RangeRPNRisk LevelTypical Response
High≥ 125CriticalImmediate design change required. No production release until mitigated to Medium or Low. Escalate to design leadership.
Medium40–124SignificantDesign change or enhanced testing recommended. Document rationale if deferred. Review in design gate approvals.
Low1–39AcceptableMonitor and include in control plan. No immediate action required unless new information changes risk assessment.
Traffic-light color coding appears in PowerSheets and dashboards: Red (High), Orange (Medium), Green (Low).

Creating and Editing Failure Modes

In Risksheet Editor

  1. Add Row: Click + Add Failure Mode or right-click parent function/system element.
  2. Enter Description: Type failure mode name and description inline.
  3. Set Ratings: Enter S, O, D values. AP calculates automatically.
  4. Link to Characteristics: Use dropdown in Characteristics column to select design parameters affected.
  5. Add Causes: Press Tab or Enter to create Level 3 cause rows with separate S/O/D ratings.
  6. Assign Risk Controls: Click Risk Controls column to link mitigation work items.
  7. Update Post-Mitigation: After risk controls assigned, enter S_New, O_New, D_New. AP_New recalculates.
  8. Save Document: Changes persist to Polarion database.

Via Polarion UI

  1. Navigate to Risks space → select DFMEA/SFMEA/PFMEA module.
  2. Click Create Work Item → select Failure Mode.
  3. Fill mandatory fields: Title, Description, Severity, Occurrence, Detection.
  4. Link to parent Function or Process Step via analyzedIn relationship.
  5. Assign to safety engineer or FMEA team lead.
  6. Publish and add to risksheet document.

Validation and Compliance

  • Mandatory Fields: Title, Description, Severity (S), Occurrence (O), Detection (D), Status.
  • ISO 26262 Compliance: All Failure Modes linked to SC/CC Characteristics or Requirements must have verification test cases (verifiedBy link).
  • Post-Mitigation Threshold: RPN_New must meet project risk acceptance criteria (often ≤ 100 or ≤ 80 for ASIL D items).
  • IATF 16949/APQP: Process Failure Modes must have linked Prevention and Detection Controls documented.
  • Workflow Approval: Status must progress to Approved before FMEA release. Rejected items must be reworked.

Common Relationships and Usage Patterns

  • Failure Mode: “Sensor loses signal”
    • mitigatedBy: Risk Control RC-042 “Implement dual sensor redundancy”
    • mitigatedBy: Risk Control RC-043 “Add firmware watchdog timer”
    • Detection (new): 3 (improved from 8 with redundancy + watchdog)

Multi-Level FMEA (System → Subsystem → Component)

System FMEA:
  • FM-001: Loss of AEB system braking capability (System Element: AEB System)
    • Causes: ECU power failure, sensor degradation, CAN communication loss
Design FMEA (Component Level):
  • FM-201: Camera module image corruption (System Element: Camera Module)
  • FM-202: Radar signal attenuation (System Element: Radar Module)
    • Cause: Antenna connector corrosion > RPN 140 > Risk Control: sealed connector redesign

Traceability Chain for Safety-Critical Failure Mode

Customer Requirement: "Vehicle must brake within 0.5 seconds"
  ↓ (refined by)
System Requirement SR-12: "AEB system shall activate braking within 400 ms"
  ↓ (refined by)
Design Requirement DR-05: "Sensor signal latency ≤ 50 ms"
  ↓ (linked to)
Characteristic: "Sensor signal response time" (SC)
  ↓ (assessedBy)
Failure Mode FM-088: "Sensor signal latency exceeds 50 ms" (SC)
  ├── mitigatedBy: Risk Control RC-120 "Dedicated CAN priority channel"
  └── verifiedBy: Test Case TC-456 "Measure sensor signal latency across temperature range"

PowerSheet Views

Failure modes appear in these read-only or interactive PowerSheets:
  • Whole RTM Sheet: Shows failure modes in complete traceability matrix context.
  • Characteristics Sheet: Displays failure modes as expanded columns linked to each characteristic.
  • Component Characteristics: Scoped to single component, failure modes with post-mitigation Action Priority color-coded.
  • Subsystem Functions: Shows functions with linked failure modes, enabling function-level risk review.
For deeper guidance on FMEA workflow, risk control assignment, and verification: