Skip to main content

Overview

Process FMEA analyzes potential failures in manufacturing and assembly processes. Unlike Design FMEA which focuses on product design, PFMEA identifies how manufacturing processes can fail and what controls are needed to prevent defects from reaching the customer.

Before You Begin

You need:
  • A defined process flow for the manufacturing process you’re analyzing
  • Process step definitions (inputs, outputs, equipment, verification methods)
  • Access to the Risks space in Polarion
  • Permission to create documents and work items
Always create your process flow diagram first. PFMEA analyzes existing manufacturing processes, not theoretical ones. The process flow becomes your Level 1 structure in the PFMEA risksheet.

Step 1: Navigate to Risks Space

  1. Click Risks in the navigation sidebar
  2. Click the ➕ Create Document button
  3. Select document type Risk Specification
  4. Choose space Risks

Step 2: Configure Document Properties

Set the following properties:
PropertyValueNotes
TitlePFMEA - [Product Name]Example: “PFMEA - AEB Sensor Unit”
Document IDAuto-generated or customUse naming convention: PFMEA-ProductName
TypeRisk SpecificationRequired for Risksheet integration
StatusDraftWill advance through workflow later
The System PFMEA Report automatically discovers PFMEA documents by searching for “PFMEA” or “pfmea” in the document name. If your document ID doesn’t contain this string, it won’t appear in the automated report.

Step 3: Attach PFMEA Risksheet Configuration

  1. In the document editor, click Attachments
  2. Click ** Upload Attachment**
  3. Navigate to RiskTemplates/PFMEATemplate/attachments/
  4. Select risksheet.json
  5. Upload the file
This configuration provides:
  • Three-level hierarchy: Process Step → Failure Mode → Cause
  • AIAG-VDA compliant columns (Severity, Occurrence, Detection)
  • RPN calculation formulas (before and after mitigation)
  • SC/CC special characteristic classification
  • Progressive workflow views (Setup, Analysis, Controls, Verification)

Step 4: Open in Risksheet

  1. Click the ** Open in Risksheet** button (top right)
  2. The document opens in interactive table mode
  3. You’ll see the Process Setup view by default
diagram

Step 5: Define Process Steps (Level 1)

For each manufacturing or assembly step in your process flow:
  1. Click ➕ Add Row at Level 1
  2. Select work item type processStep
  3. Fill in:
    • Process Step (title): Name of the manufacturing operation
    • Process Inputs: Raw materials, components, information required
    • Process Outputs: Products, assemblies, characteristics produced
    • Process Equipment: Machines, tools, fixtures used
    • Process Verification: How outputs are checked during manufacturing
Use the Linked System Element field to connect each process step to the component or subsystem it produces. This enables traceability from manufacturing process back to product architecture.

Step 6: Add Failure Modes (Level 2)

For each process step:
  1. Right-click the process step row → Add Child Item
  2. Select work item type processFailureMode
  3. Fill in:
    • Failure Mode (description): How could this process fail?
    • Effect of Failure: What happens downstream if this failure occurs?
    • Severity (1-10): How severe is the effect on the customer?
Example failure modes for “Solder Reflow” process:
  • Insufficient solder joint strength (S=8)
  • Solder bridging between pads (S=7)
  • Component tombstoning (S=6)

Step 7: Identify Causes (Level 3)

For each failure mode:
  1. Right-click the failure mode row → Add Child Item
  2. The system creates a Cause entry (uses processFailureMode type)
  3. Fill in:
    • Cause of Failure (causeOfFailure field): Root cause description
    • Pre-Mitigation Occurrence (1-10): How often does this cause occur?
    • SC/CC Classification: Is this a Special or Critical Characteristic?
    • Prevention Control: Controls that prevent the cause from occurring
    • Detection Control: Controls that detect the failure before it escapes
When you classify a characteristic as SC (Special) or CC (Critical), it must appear in your Control Plan with defined measurement methods, sample frequency, and reaction plans. The system tracks this coverage automatically.

Step 8: Calculate RPN

The system automatically calculates Risk Priority Number (RPN) for each cause:
RPN = Severity × Occurrence × Detection
RPN thresholds (AIAG-VDA guideline):
  • Low: 1-40 (acceptable risk, monitor)
  • Medium: 41-100 (action recommended)
  • High: >100 (action required)
After implementing controls, update:
  • Post-Mitigation Occurrence: New occurrence rating after prevention controls
  • Post-Mitigation Detection: New detection rating after detection controls
  • Post-Mitigation RPN: Automatically recalculated

Step 9: Use Progressive Workflow Views

Switch between views using the View dropdown:
ViewPurposeColumns Shown
Process SetupDefine process steps and link to system elementsProcess inputs/outputs, equipment, verification
Failure AnalysisIdentify failure modes and effectsFailure mode, effect, severity, causes
Risk AssessmentSet initial rankingsS/O/D ratings, RPN, SC/CC classification
Control DefinitionDefine prevention and detection controlsCurrent controls, recommended actions
Post-MitigationTrack residual risk after controlsPost-mitigation O/D, RPN, control effectiveness
Full PFMEASee all columns for comprehensive reviewAll fields visible
The progressive views guide you through the PFMEA workflow. Don’t jump to Risk Assessment before your process steps are fully defined.
For high-risk items (RPN >100) and all SC/CC characteristics:
  1. Create a Control Plan document (see Create a Control Plan)
  2. In the Control Plan, create controlPlanItem work items
  3. Link each control plan item to the corresponding process failure mode
  4. Define measurement technique, sample size, and sample frequency
The system tracks PFMEA → Control Plan coverage automatically.

Verification

You should now see:
  • ✅ PFMEA document appears in Risks space dashboard
  • ✅ Process step count shown in document inventory
  • ✅ RPN distribution (Low/Medium/High) calculated
  • ✅ PFMEA document appears in System PFMEA Report with RPN buckets
  • ✅ High-RPN items (>100) trigger alerts in the report
When all process failure modes have post-mitigation RPN <100, your PFMEA shows acceptable residual process risk. High-ASIL components may require tighter thresholds.

See Also