Field Reference
| Name | Type | Default | Description |
|---|---|---|---|
processInputs | Text | (empty) | Captures the inputs required for the manufacturing or assembly process step, enabling input-process-output (IPO) analysis for process FMEA. Identifies raw materials, components, or energy sources consumed by the process. |
processOutputs | Text | (empty) | Captures the outputs produced by the manufacturing or assembly process step, enabling verification that outputs meet specification. Identifies finished products, assemblies, or intermediate goods produced by the process. |
processEquipment | Text | (empty) | Identifies equipment and tooling used in the process step, supporting equipment-based failure mode analysis and preventive maintenance planning. Lists machinery, fixtures, measurement instruments, or assembly tools. |
processVerification | Text | (empty) | Defines how process outputs are verified or controlled during manufacturing, bridging process steps to control plan methodology. Summarizes the verification/control strategy (inspection points, measurement locations, acceptance criteria). |
linkedSystemElement | Link | (none) | Links process steps to the system elements (components, subsystems) they produce or assemble, enabling traceability from manufacturing process to product architecture. Relationship type: systemElements (bidirectional). |
Process Step Hierarchy and Traceability
Process Steps represent manufacturing or assembly operations in the V-model’s downstream production phase. They form a critical bridge between design specifications and manufacturing controls:Input-Process-Output (IPO) Analysis
The three core descriptor fields (processInputs, processOutputs, processEquipment) implement the IPO framework used in process FMEA analysis:
| Phase | Field | Purpose | Example |
|---|---|---|---|
| Input | processInputs | Materials/components entering the process | ”Sensor housing (plastic), camera module (electronics), assembly adhesive” |
| Process | processEquipment | Equipment/tooling used in transformation | ”Ultrasonic welder, IR heat fixture, automated assembly robot” |
| Output | processOutputs | Finished goods leaving the process | ”Assembled sensor unit, electrical harness, protective housing” |
- Input failures: Defective incoming material, wrong component lot, contamination
- Process failures: Equipment malfunction, tooling wear, parameter drift, operator error
- Output failures: Nonconforming assembly, damaged component, specification violation
Process Verification and Control Plan Integration
TheprocessVerification field bridges Process Steps to the detailed control planning methodology defined in Control Plan Items. This field provides a high-level summary of how the process is controlled:
Control Plan Item Custom Fields:
| Control Plan Field | Relates to | Purpose |
|---|---|---|
measurementTechnique | processVerification | Specific measurement method (e.g., “Ultrasonic thickness gauge”, “Visual inspection per ANSI standard”) |
sampleSize | processVerification | Number of items inspected per sampling event (e.g., “5 consecutive units”) |
sampleFrequency | processVerification | Inspection frequency (e.g., “Every 100 units”, “Continuous”, “Shift-end”) |
controlMethod | processVerification | Control technique to maintain stability (e.g., “Real-time SPC with X-bar/R chart”, “Capability study”) |
reactionPlan | processVerification | Corrective actions when limits are exceeded (e.g., “Halt production, adjust parameters, run capability study”) |
processVerification entry:
The Process Steps PowerSheet configuration displays Process Steps alongside linked System Elements in a side-by-side traceability view. This enables validation that all manufacturing processes map back to product architecture elements and supports design-change impact analysis (design changes may require process revalidation).
System Element Linkage
Process Steps must be linked to one or more System Elements via thelinkedSystemElement field using the systemElements link role. This linkage establishes traceability from manufacturing process back to product design:
Linkage Pattern:
Traceability Validation:
- Every System Element should have at least one associated Process Step describing how it is manufactured
- Every Process Step should link to at least one System Element it produces
- Design changes to a System Element (characteristic, tolerance, material) may impact linked Process Steps (measurement methods, control limits, reaction plans)
Process Step in PFMEA Workflow
Process Steps are Level 1 items in the PFMEA Risksheet hierarchy. Each Process Step hosts multiple Failure Modes (Level 2), each with associated Causes (Level 3): PFMEA Hierarchy:Process Step(e.g., “Sensor Housing Assembly”)Failure Mode(e.g., “Adhesive bond line void”)Cause(e.g., “Air trapped between surfaces during assembly”)
assesses link role to attach failure modes to process steps:
When a failure mode is identified in PFMEA:
- Start from Process Step - Select the affected manufacturing operation
- Define Failure Mode - How could the process output fail to meet spec?
- Identify Causes - Why could this failure occur? (equipment, material, operator, method, environment)
- Assess Pre-Mitigation Severity - Customer impact if failure reaches production
- Assess Occurrence - Likelihood of cause occurring without detection
- Assess Detection - Ability of current controls to catch the defect
- Calculate Action Priority (RPN or criticality) - Drives risk mitigation priority
- Define Risk Controls - Actions to reduce occurrence or improve detection
- Reassess Post-Mitigation - Verify risk reduction effectiveness
Process Step Configuration
Creating a Process Step
- Identify Manufacturing Process - List all assembly/manufacturing steps in the production sequence
- Populate IPO Fields:
processInputs: Raw materials, components, consumables (e.g., adhesive, solvents)processEquipment: Machinery, fixtures, measurement instruments, assembly toolsprocessOutputs: Finished goods, intermediate assemblies, packaged products
- Define Verification Strategy - Populate
processVerificationwith inspection/control methods - Link to System Elements - Connect Process Step to the component(s) or subsystem(s) it produces using
linkedSystemElement
Example Process Step Configuration
Work Item Type: Process StepID: PS-001
Title: Sensor Housing Assembly and Adhesive Bonding
| Field | Value |
|---|---|
processInputs | Sensor housing plastic injection-molded shell (40mm × 30mm × 15mm, ABS per spec), camera module electronics (pre-tested), IR heat seal adhesive (two-part epoxy, <2% void requirement) |
processOutputs | Assembled sensor unit ready for electrical integration (housing + camera bonded, void-free interface, full electrical continuity) |
processEquipment | Automated ultrasonic welder (1kHz, 100W power), IR heat fixture (controlled to ±5°C), vision inspection system with 0.5mm defect resolution, hardness tester for adhesive cure validation |
processVerification | 100% automated vision inspection for voids and misalignment, sample ultrasonic thickness measurement every 50 units, hardness verification every shift, SPC monitoring of adhesive temperature during cure |
linkedSystemElement | Sensor Housing Assembly (component in Sensor & Housing Subsystem) |
PowerSheet Display Configuration
The Process Steps PowerSheet displays Process Step work items alongside linked System Elements in a two-section RTM view: Column Groups:- Process Steps (dark green theme): ID, Title (bold, focused, ascending sort), Description
- System Elements (dark green theme): ID, Title (bold, linked), Description
When a Process Step links to multiple System Elements (e.g., assembly that involves both Camera Module and Housing), the PowerSheet renders all linked elements in a single row with comma-separated or line-break formatting. This shows the cardinality of the process-to-element relationship.
Configuration Dependencies and Validation
Required Relationships Before PFMEA:- Process Step must link to at least one System Element (
linkedSystemElementmust have a value) - Process Step should have
processVerificationpopulated (enables Control Plan traceability) - System Elements should be defined in the RTM model (required for bidirectional linkage to work)
- ✓ All Process Steps have IPO fields populated (processInputs, processEquipment, processOutputs)
- ✓ All Process Steps link to at least one System Element
- ✓ Process Step titles are descriptive (e.g., “Sensor Housing Assembly” not just “Assembly”)
- ✓ Linked System Elements exist in the current system architecture
- ✓ Process Step sequence matches manufacturing work instructions
- ✓ processVerification field references actual measurement/control methods used
Cross-Reference
- Related Work Item Type: Process Failure Mode (describes how a process step can fail)
- Related Custom Fields: Control Plan Item Custom Fields (detailed controls for process outputs)
- Related Custom Fields: Characteristic Custom Fields (product/process parameters measured in control plans)
- Related PowerSheet: Process Steps Sheet (RTM view of Process Steps and System Elements)
- Related PowerSheet: Control Plan Configuration (measurement methods, sample frequency, reaction plans)
- Related Risksheet: PFMEA Configuration (Process FMEA hierarchy and risk assessment)
- How-To Guide: Create Process FMEA Document
- Standards Reference: IATF 16949 and APQP (production control planning methodology)