Module 9 · Lesson 13 of 22
Control-chart laboratory
Learning objectives
- Build I-MR and p charts in a free spreadsheet.
- Separate common-cause from special-cause variation.
- Apply a reaction plan without tampering with common cause.
Core idea
Control charts plot data in time order with a centre line and statistically derived limits (typically ±3σ); signals identify special causes to investigate, not specifications to widen.
Spreadsheet lab
- I-MR: MR_i = ABS(x_i − x_{i-1}); σ̂ = AVERAGE(MR)/1.128; UCL_I = X̄ + 3σ̂; LCL_I = X̄ − 3σ̂.
- p chart: p̄ = Σd / Σn; σ_i = SQRT(p̄(1−p̄)/n_i); UCL_i = p̄ + 3σ_i; LCL_i = MAX(0, p̄ − 3σ_i).
- Flag: any point beyond limits; 8 in a row on one side of centre; trend of 6 consecutive.
Garment-factory example
Daily shrinkage on a knit style shows X̄ = 3.1%, MR̄ = 0.22 → UCL_I ≈ 3.68%, LCL_I ≈ 2.52%. Day 14 hits 3.9% after a boiler change: investigate before adjusting the setter.
Method
- Confirm gauge and rational subgroup.
- Establish a clean baseline before setting limits.
- Investigate signals; recompute limits only when stable and different.
Common mistakes
- Confusing specification limits with control limits.
- Adjusting the process for common-cause noise ('tampering').
- Mixing unlike styles or lines on the same chart.
Knowledge check
Pick one answer per question. Explanations appear after you submit.
1. The moving-range constant 1.128 is used to:
2. A single point beyond the control limits should trigger:
Author: Sanjeewa Dehiwalage · Last reviewed: 2026-07-21