Skip to main content

Report Architecture Overview

TestAuto2 implements a dual-FMEA approach separating Design FMEA (DFMEA) analysis from Process FMEA (PFMEA) analysis, each with dedicated reporting dashboards, Risksheet configurations, and work item types. diagram
FMEA reports serve as executive dashboards for safety engineers and program managers to visualize failure mode coverage, track mitigation status, and identify high-risk items requiring immediate action.

FMEA Report Types

Design FMEA (DFMEA) Reports

Design FMEA reports analyze failures at three decomposition levels: system, subsystem, and component. Each level focuses on functional failures and their detection.
ReportScopeWork Item TypeKey MetricTypical Count
System DFMEASystem-level functionsfailureModeAction Priority (AP)36–50 modes
Subsystem DFMEASubsystem functionsfailureModeAction Priority (AP)28–42 modes
Component DFMEAComponent characteristicsfailureModeAction Priority (AP)7–24 modes
DFMEA Calculation Formula:
Action Priority (AP) = Severity × Occurrence × Detection
AP Range: 1–1000 (lower values indicate lower risk)
AP Thresholds:
  • H (High):   AP ≥ 200
  • M (Medium): AP 50–199
  • L (Low):    AP < 50

Process FMEA (PFMEA) Reports

Process FMEA reports analyze manufacturing process failures and their control. PFMEA uses Risk Priority Number (RPN) instead of AP.
ReportScopeWork Item TypeKey MetricTypical Count
System PFMEAManufacturing process stepsprocessFailureModeRisk Priority Number (RPN)16–20 modes
Control PlanProcess characteristicscontrolPlanItemControl method type10–25 items
PFMEA Calculation Formula:
Risk Priority Number (RPN) = Severity × Occurrence × Detection
RPN Range: 1–1000 (lower values indicate lower risk)
RPN Thresholds:
  • Low:    RPN 1–40
  • Medium: RPN 41–100
  • High:   RPN >100

FMEA Coverage Report

The FMEA Coverage Report identifies failure modes that lack detection strategies or risk mitigation.
MetricDescriptionThreshold
Detection ≥ 7Failure modes with insufficient detection capability>6
No Risk ControlFailure modes without linked risk control work itemsMissing links
Unassigned APFailure modes without Action Priority classificationBlank/NA
Post-Mitigation HighFailure modes with post-mitigation AP/RPN still in high rangeAP ≥ 200 or RPN > 100

Report Generation Properties

FMEA Report Dashboard Configuration

PropertyTypeDefaultDescription
fmeaReportTypeenumdesignFmeaReport scope: designFmea (DFMEA), processFmea (PFMEA), or coverageGap
failureModeQueryLucenetype:failureModeWork item query filtering failure modes for the report
severityFieldstringseverityCustom field name storing Severity rating (1–10 scale)
occurrenceFieldstringoccurrenceCustom field name storing Occurrence rating (0–10 scale)
detectionFieldstringdetectionCustom field name storing Detection rating (0–10 scale)
actionPriorityFieldstringactionPriorityCustom field name storing calculated AP value
riskControlLinklink rolemitigatedByLink role connecting failure mode to risk control
preThresholdinteger200Action Priority high-risk threshold (pre-mitigation)
postThresholdinteger200Action Priority high-risk threshold (post-mitigation)
rpnLowThresholdinteger40RPN low-risk boundary
rpnHighThresholdinteger100RPN high-risk boundary

Risksheet Column Binding

FMEA data is edited through Risksheet documents. Column bindings map Risksheet cells to work item custom fields:
Column HeaderWork Item FieldTypeVisible In Report
Failure ModenamestringYes (primary key)
Function / SubsystemaffectsFunction or affectsSubsystemlinkYes (context)
EffectseffectstextYes (description)
Severityseverityenum (1–10)Yes (S component)
Occurrenceoccurrenceenum (0–10)Yes (O component)
Detectiondetectionenum (0–10)Yes (D component)
Action PriorityactionPrioritycalculatedYes (primary metric)
Risk ControlmitigatedBylinkYes (mitigation status)
Post-Mitigation APactionPriorityPostcalculatedYes (residual risk)
StatusstatusenumYes (workflow state)

Velocity Macro Integration

FMEA reports use Nextedy Solutions Velocity macros for rendering:
#* Standard FMEA Report Header *#
#parse("nextedy_solutions.vm")
#nxDocHeaderGray("FMEA Reports", "AIAG-VDA Failure Mode Analysis", $headerColor)

#* Summary Statistics Cards *#
#set($dfmeaCount = $utils.findWorkItems("type:failureMode AND status:active"))
#set($pfmeaCount = $utils.findWorkItems("type:processFailureMode AND status:active"))
#nxSummaryCards([
  {"label": "Design Failure Modes", "value": $dfmeaCount.size(), "icon": "warning"},
  {"label": "Process Failure Modes", "value": $pfmeaCount.size(), "icon": "cog"}
])

#* RPN Classification Buckets *#
#nxRpnBuckets($dfmeaCount, "actionPriority", 50, 200)

FMEA Report Views and Navigation

FMEA Reports Landing Page

The FMEA Reports page serves as the navigation hub for all FMEA analysis:
SectionContentLink Target
Live StatisticsReal-time failure mode counts (DFMEA, PFMEA)Automatic update via Lucene
Design FMEA CardAIAG-VDA 2019 methodology overview, scope, AP classificationSystem DFMEA Report wiki page
Process FMEA CardManufacturing process failure analysis, RPN methodologySystem PFMEA Report wiki page
Quick LinksFMEA Coverage Report, Risk Control Effectiveness, Control PlansRelated dashboard links
Typical FMEA Landing Page Properties:
title: "FMEA Reports"
icon: "warning"
cardLayout: "fluent-design-system"
statsAutoRefresh: true
refreshInterval: 300  # seconds

System DFMEA Report

System-level Design FMEA report showing failure mode distribution by severity and occurrence:
PanelContentUpdate Frequency
Summary StatisticsTotal failure modes, High/Medium/Low AP distributionReal-time
Severity DistributionHistogram of failure modes by Severity ratingOn page load
Occurrence DistributionHistogram of failure modes by Occurrence ratingOn page load
Detection Gap AnalysisFailure modes with Detection ≥ 7 (high detection difficulty)On page load
Critical Items TableFailure modes with post-mitigation AP ≥ 200 (red alert)Real-time
Risksheet LinksDirect links to System DFMEA Risksheet documents by subsystemManual

System PFMEA Report

Process-level FMEA report with RPN classification and control plan linkage:
PanelContentUpdate Frequency
Summary StatisticsTotal process failure modes, RPN distribution (Low/Medium/High)Real-time
Pre vs Post-Mitigation ComparisonSide-by-side RPN counts before and after controlsOn page load
RPN Threshold AlertConditional warning if post-mitigation RPN >100 items existReal-time
Process Failure Modes TableAll processFailureMode items with linked process steps and control plansOn page load
Control Plan NavigationLinks to Control Plan Risksheet and Process Flow diagramManual

FMEA Reporting Workflow

The FMEA lifecycle integrates multiple work item types and documents:
StepActionOutput
1Select report scopeSystem/subsystem/component filter
2Configure parametersDate range, ASIL level, status filter
3Generate reportAutomated data collection and analysis
4Review RPN distributionPre-action vs. post-action comparison
5Identify high-risk itemsItems exceeding RPN threshold
6Export resultsPDF or Excel output with charts
7Track improvementsAction item closure and RPN trends
For deeper understanding of FMEA analysis in TestAuto2, see:

Report Export and Archival

FMEA reports are exported for regulatory documentation:
Export FormatUse CaseRetention
PDFStakeholder review, traceability evidencePermanent (ISO 26262 Part 8 audit trail)
HTMLLive dashboard snapshot, revision historyPer project policy (typically 5+ years)
CSVFailure mode data import to external tools, trending analysisPer project policy
Velocity WikiVersion control in Polarion, approval workflowPermanent (Polarion repository)
All FMEA reports must be archived with date, author, and approval stamps for ISO 26262 Part 8 Clause 6 traceability documentation. Use Polarion’s document approval workflow to establish change baseline.