Skip to main content
Control Plans are the operational bridge between Process FMEA risk analysis and manufacturing execution. This report shows which production processes have documented control methods, detection strategies, and reaction plans per IATF 16949 and AIAG-VDA standards.

Overview

The Control Plans Report serves manufacturing quality engineers, process engineers, and configuration managers who need to track process control implementation status across the AEB system production workflow. The report aggregates all controlPlanItem and processStep work items project-wide, displays control documentation completeness, and cross-references PFMEA analysis to verify that each identified process risk has corresponding control measures. Key Features:
  • Executive Summary Cards — Total count of control plan items and process steps with blue color-coded status badges
  • Document Inventory Table — All Control Plan Risksheet documents with per-document control item counts and direct access links
  • Process Flow Integration — Cross-references to Process Flow wiki pages showing manufacturing sequence diagrams
  • PFMEA Linkage — Connection to System PFMEA Report to validate that all processFailureMode items have corresponding control detection methods
  • Control Plan Item Metrics — Real-time computation of total characteristics under manufacturing control

Report Components

Summary Cards

ComponentDescription
Control Plan Items CardDisplays total count of controlPlanItem work items across all Control Plan documents. Indicates the scope of manufacturing process characteristics under control. Updated automatically as control plan items are added or removed in Risksheet.
Process Steps CardShows total count of processStep work items in the project. Represents the granularity of manufacturing process decomposition and the number of production workflow stages that have been documented. Displayed with blue color coding.
Card StylingUses Nextedy Solutions Fluent Design System styling with accent colors, subtle shadows, and responsive layout. Cards render as clickable sections that may drill down to filtered work item lists.

Work Item Types

Control Plan Item

The controlPlanItem work item type represents individual process characteristics that require monitoring or inspection during manufacturing. Control plan items are the leaf entities in the control plan hierarchy, linked to parent processStep work items and to PFMEA failure modes via the control type and detection method fields.
PropertyTypeDefaultDescription
IDStringAuto-generatedUnique identifier for the control plan item (e.g., CP-001, CP-ASN-005)
TitleStringRequiredName of the characteristic being controlled (e.g., Sensor Housing Thickness, Camera Lens Clarity)
DescriptionTextOptionalDetailed specification of what is being measured, monitored, or inspected
Process StepLink (parent)RequiredReference to the parent processStep work item defining the manufacturing process stage
CharacteristicLinkOptionalLink to corresponding characteristic work item from Design space for design-to-process traceability
Failure ModeLinkOptionalLink to related processFailureMode from PFMEA analysis to show what risk this control detects or prevents
Measurement MethodEnumRequiredType of inspection or measurement technique (e.g., Gauge, Automated Vision, Manual Inspection, Statistical Test)
Sample FrequencyStringRequiredHow often samples are inspected (e.g., Every 100 units, 4x per shift, Per lot)
Sample SizeIntegerRequiredNumber of units per sample (e.g., 5, 10, 20)
Lower Spec Limit (LSL)DecimalOptionalMinimum acceptable value for the characteristic
Target ValueDecimalOptionalNominal or intended value for the characteristic
Upper Spec Limit (USL)DecimalOptionalMaximum acceptable value for the characteristic
Reaction PlanTextOptionalCorrective or containment actions if measurement is out of specification (e.g., Stop line and quarantine production, Increase sampling to 100% inspection)
Control TypeEnumPreventionClassification per ISO 26262 or FMEA methodology (e.g., Prevention, Detection, protective-measure)
StatusEnumDraftWorkflow state indicating maturity (Draft, Approved, In Effect, Superseded)

Process Step

The processStep work item type represents a discrete manufacturing process stage or production sequence point. Process steps are the parent entities for control plan items and are typically organized hierarchically within a production workflow (assembly, test, calibration, packaging). Process steps also appear as parent entities for processFailureMode items identified in PFMEA analysis.
PropertyTypeDefaultDescription
IDStringAuto-generatedUnique identifier for the process step (e.g., PS-01, PS-ASN-02)
TitleStringRequiredName of the manufacturing process stage (e.g., Sensor Housing Assembly, Calibration, Burn-In Test)
DescriptionTextOptionalDetailed procedure or work instructions for the process step
Sequence NumberIntegerOptionalOrder in the manufacturing flow (e.g., 1, 2, 3) for process sequencing
Predecessor StepLinkOptionalReference to prior process step in the workflow for dependency tracking
Successor StepLinkOptionalReference to next process step for workflow sequencing
EquipmentStringOptionalProduction equipment, machinery, or test fixtures used in this step
PersonnelStringOptionalRoles or skill levels required for the process step
Cycle Time (seconds)DecimalOptionalTarget time to complete the process step
Rework ProcedureTextOptionalInstructions for handling out-of-spec parts or failed tests
Related PFMEA DocumentLinkOptionalReference to the parent PFMEA document that analyzes risks in this process step
StatusEnumDraftWorkflow state (Draft, Approved, In Production, On Hold)

Document Structure and Configuration

Control Plan Risksheet Configuration

Control plans are implemented as Nextedy Risksheet documents, not PowerSheets. This tabular format enables efficient editing and updating of multiple control characteristics. The Risksheet configuration for Control Plans includes:
# Control Plan Risksheet column groups
column_groups:
  - name: "Process Identification"
    columns:
      - field: "title"
        label: "Characteristic"
        width: "180px"
      - field: "processStep"
        label: "Process Step"
        width: "150px"
  
  - name: "Specification"
    columns:
      - field: "targetValue"
        label: "Target"
        width: "80px"
      - field: "lowerSpecLimit"
        label: "LSL"
        width: "80px"
      - field: "upperSpecLimit"
        label: "USL"
        width: "80px"
  
  - name: "Control Method"
    columns:
      - field: "measurementMethod"
        label: "Inspection Method"
        width: "120px"
      - field: "sampleFrequency"
        label: "Frequency"
        width: "100px"
      - field: "sampleSize"
        label: "Sample Size"
        width: "80px"
  
  - name: "Risk Response"
    columns:
      - field: "reactionPlan"
        label: "Reaction Plan"
        width: "200px"
      - field: "failureMode"
        label: "Related PFMEA"
        width: "150px"

Process Flow Diagram Integration

Each manufacturing process flow is typically documented as a separate wiki page showing the sequence of process steps visually. The Control Plans Report links to these Process Flow diagrams, establishing the relationship between:
  • Process Flow Diagram (visual workflow)
  • Process Steps (work item entities)
  • Control Plan Risksheet (detailed characteristics table)
  • PFMEA Analysis (risk assessment for each step)
Example link pattern:
  • Control Plan: AEB Sensor Unit Assembly ↓ (implements controls for)
  • Process Flow: AEB Sensor Unit Assembly ↓ (identifies process steps)
  • PFMEA: Process FMEA - AEB Sensor Unit

Metrics and Calculations

Control Plan Item Count

The report computes the total number of controlPlanItem work items project-wide using a Lucene query:
project.id:$projectId AND type:controlPlanItem
This metric indicates the total scope of manufacturing process characteristics under control and the complexity of the control plan documentation effort.
A higher control plan item count indicates more granular process control documentation. However, the quality of controls (not just quantity) is critical — each control should address a corresponding PFMEA risk or design characteristic specification.

Process Step Count

The report displays the total count of processStep work items via:
project.id:$projectId AND type:processStep
This metric represents the level of detail in the manufacturing process decomposition. Each process step should have one or more associated control plan items defining what characteristics are monitored at that step.

Per-Document Control Item Distribution

The Control Plan Risksheet documents in the Risks space are automatically discovered by naming convention. Each document’s control items are counted and displayed in an inventory table showing:
ColumnMeaning
Document NameTitle of the Control Plan Risksheet (e.g., “Control Plan - AEB Sensor Unit”)
ProcessAssociated manufacturing process or assembly
Item CountNumber of controlPlanItem work items in this document
StatusDocument workflow state (Draft, Approved, In Effect)
LinkDirect access to the Risksheet for detailed editing

Integration with PFMEA Analysis

The Control Plans Report cross-references the System PFMEA Report to establish the PFMEA-to-Control-Plan workflow:

PFMEA-to-Control-Plan Relationship

diagram Each processFailureMode identified in PFMEA should have a corresponding controlPlanItem that defines:
  • Prevention Control — Methods to prevent the failure from occurring (reduce Occurrence)
  • Detection Control — Methods to detect the failure before customer impact (reduce Detection rating)
  • Reaction Plan — Actions when an out-of-control condition is detected
The report verifies this linkage by checking that:
  1. All high-RPN process failure modes have corresponding control plan items
  2. Control plan items reference the failure modes they mitigate
  3. Detection methods in the control plan correspond to the FMEA detection strategy

Accessing the Report

The Control Plans Report is accessible from:
  • Home Dashboard — Reports section, click “Control Plans Report” button
  • Risks Space Dashboard — Control Plans Report link in the reports section
  • FMEA Reports Overview — Related reports section linking to all FMEA-related reports
  • Direct URL<project>/wiki/<project>/spaces/Risks/Control Plans Report

Report Context

The report automatically filters to the current project. All metrics and document links are project-specific. If accessed from a template project, the report will show template control plan configurations.