Projectile Loom Maintenance: Essential Checklist

By James Smith on July 22, 2026

projectile-sulzer-loom-maintenance-shuttle-track

Statistical process control works exactly as Shewhart designed it in 1924 — until a modern production line hands it two hundred correlated parameters, a tool-wear curve, and a quality director who needs a root-cause suggestion inside thirty seconds of the alarm. The math has not changed: control limits are still three sigma from the process mean, Cpk still measures how well the process fits inside the tolerance band, and Western Electric rules still flag non-random patterns. What has changed is the detection and response loop above the chart. This guide walks through implementation from data collection to control limit calculation to AI-enhanced detection, with enough worked formulae to make setup real. For teams ready to run SPC on live data, a 30-minute demo builds a chart on your process data in the session.

iFactory AI · Quality Control · Implementation Guide

SPC Implementation — Control Charts, Capability Studies, and AI-Enhanced Detection

Xbar-R and P-chart setup, control limit calculation, Western Electric and Nelson rule detection, Cpk interpretation, and the AI layer that turns a static chart into an automated root-cause engine. Everything you need to go from blank spreadsheet to production-grade SPC.

WHAT THIS COVERS

Chart selection → data collection → control limit calculation → Western Electric and Nelson rule interpretation → Cpk, Cp, Ppk → measurement system analysis → AI-enhanced OOC detection → operator training. A full SPC implementation stack, in order.

Step 1 — Select the Right Chart for Your Data Type

The most common SPC implementation mistake is using the wrong chart type. Variable data and attribute data require different charts, and every selection starts with one question: is the measurement a number on a continuous scale, or is it a count?

CHART SELECTION DECISION GUIDE
Continuous measurement?
(dimension, weight, temp)
Subgroup size ≥ 2
Xbar-R chart
n = 2 to 9
Individual readings only
I-MR chart
n = 1
Large subgroups
Xbar-S chart
n ≥ 10

Attribute / count data?
(pass/fail, defect count)
Proportion defective
P-chart
variable n
Count of defectives
NP-chart
constant n
Defects per unit
U-chart / C-chart
per unit / fixed area

Step 2 — Collect Data the Right Way

Control limits calculated from bad sampling designs are worse than no limits at all — they create false confidence. Three rules govern every SPC data collection plan, regardless of chart type.

Rule 1

Rational Subgrouping

Samples within a subgroup should capture only common-cause variation. If your subgroup pulls from two different shifts, two dies, or before and after a tool change, special-cause variation gets mixed into your sigma estimate — and your limits will be too wide to detect real signals.

Rule 2

Minimum 25 Subgroups Before Calculating Limits

Control limits calculated on fewer than 25 subgroups are statistically unstable. Run the process in normal operating conditions and collect data before drawing any lines. Limits derived from too few points misrepresent the true process baseline.

Rule 3

Measurement System Analysis First

If your gauge repeatability and reproducibility (GR&R) is consuming more than 10% of tolerance, the chart will be monitoring measurement error rather than process variation. Run a 3-operator × 10-part × 2-replicate GR&R study before you trust a single data point on the chart.

Step 3 — Calculate Control Limits (Xbar-R and P-Chart)

Control limits are a statistical property of the process, not a decision made by the quality team. Here are the calculations for the two most common chart types, with the constants your team will need.

XBAR-R CHART FORMULAE
Process mean (X̄̄)
Average of subgroup averages
Average range (R̄)
Average of subgroup ranges
UCL_X (upper limit)
X̄̄ + A₂ × R̄
LCL_X (lower limit)
X̄̄ − A₂ × R̄
UCL_R (range upper)
D₄ × R̄
LCL_R (range lower)
D₃ × R̄ (= 0 if n ≤ 6)
Constants n = 4
A₂ = 0.729 · D₄ = 2.282 · D₃ = 0
Constants n = 5
A₂ = 0.577 · D₄ = 2.114 · D₃ = 0
P-CHART FORMULAE (ATTRIBUTE DATA)
Process proportion (p̄)
Total defectives ÷ Total inspected
Subgroup std. dev.
√[p̄ × (1−p̄) ÷ n]
UCL_p
p̄ + 3 × √[p̄(1−p̄)/n]
LCL_p
p̄ − 3 × √[p̄(1−p̄)/n] (≥0)
Minimum sample n
Large enough to expect 5+ defectives
Variable n
Recalculate UCL/LCL for each subgroup
Want control limits calculated live on your process data in a single session? Book a 30-minute demo — iFactory ingests your measurement history, builds Xbar-R, P, and I-MR charts with correct limits, and runs Western Electric rule detection in the same meeting.

Step 4 — Detect Out-of-Control Signals

A single point beyond three sigma catches obvious events. Western Electric and Nelson rules between them cover eight detection patterns that catch process shifts long before a limit is breached.

WESTERN ELECTRIC + NELSON DETECTION RULES
WE1
Single Point Beyond 3σ
One point outside the ±3σ control limits. The most obvious signal — but catches less than 30% of real process shifts when used alone.
WE2
2 of 3 Beyond 2σ
Two of three consecutive points beyond 2σ on the same side. Flags early-stage mean shifts before they breach the 3σ limit.
WE3
4 of 5 Beyond 1σ
Four of five consecutive points beyond 1σ on the same side. Sensitive to gradual mean shifts — often the first signal of tool wear or material drift.
WE4
8 in a Row, One Side
Eight consecutive points on the same side of the centre line. Signals a sustained but small process shift — common after process adjustments.
N5
6 in a Trend
Six consecutive points trending up or down without reversal. Classic signature of tool wear, thermal drift, or raw material degradation.
N6
15 Near Centre
Fifteen consecutive points within 1σ of the centre line. Signals stratification — usually the result of mixing data from two processes on a single chart.
N7
14 Alternating
Fourteen consecutive points alternating up and down. Signals over-adjustment — operators compensating for normal variation and making it worse.
N8
8 Beyond 1σ, Both Sides
Eight points beyond 1σ with points on both sides of the mean. Signals mixture — two processes or two populations feeding the chart.

Step 5 — Interpret Process Capability

A process can be stable and still produce defects if centred poorly or wider than the specification. Capability indices answer the question leadership actually asks: is this process good enough?

THE CAPABILITY SPECTRUM
Cpk < 1.00
Incapable
Process is producing defects. Stop, stabilise, and improve before running.
1.00 – 1.33
Marginal
Technically meeting spec, but vulnerable. Any drift creates defects. 100% inspect.
1.33 – 1.67
Capable
Industry benchmark for most regulated industries. Acceptable for ISO 9001, IATF 16949.
Cpk ≥ 1.67
Highly Capable
Six Sigma-level target. IATF 16949 requirement for critical characteristics.
Cpk = min [ (USL − X̄) ÷ 3σ, (X̄ − LSL) ÷ 3σ ]  ·   Cp = (USL − LSL) ÷ 6σ  ·   Ppk uses overall σ, not within-subgroup σ

Step 6 — Add the AI Layer

Traditional SPC fires one alert per rule violation and waits for an engineer. AI-enhanced SPC runs the same detection but adds root-cause suggestion from upstream correlations, adaptive limits that adjust for known process states, and multivariate detection across hundreds of parameters simultaneously.

+1

Root Cause Suggestion on Every Alert

When an OOC signal fires, iFactory cross-correlates the flagged characteristic against upstream process parameters — tool wear, material lot, temperature, spindle load — and ranks the most likely root causes before the operator walks to the station. Investigation time drops from hours to minutes.

+2

Adaptive Control Limits by Process State

Static limits calculated on a single baseline mislead when the process legitimately runs in different states — warm-up versus steady-state, high-speed versus low-speed, different material grades. AI-enhanced SPC maintains state-specific baselines that prevent both false alarms on state transitions and missed signals within a state.

+3

Multivariate Detection Beyond Single Charts

Hotelling T² statistics watch hundreds of correlated parameters simultaneously, catching process shifts that are invisible on any single Xbar-R chart. A process can be in control on every individual chart while drifting dangerously in the multivariate space between them — T² flags it.

SPC tells you something changed. AI tells you what.

Western Electric rules, Cpk tracking, GR&R validation — these are the foundation. The AI layer is what turns an alarm into a corrective action. iFactory runs all eight detection rules continuously, auto-suggests root causes from upstream correlations, and closes every OOC signal into a CMMS work order — live in 12 weeks. A 30-minute demo builds a chart on your process data in the session.

Frequently Asked Questions

How many subgroups do I need before calculating control limits?

A minimum of 25 subgroups is the industry consensus — Montgomery's Introduction to Statistical Quality Control and the AIAG SPC Reference Manual both set this floor. Limits from fewer than 25 subgroups are statistically unstable and misrepresent normal process variation. Run the process under normal conditions, collect data without intervening, then calculate. Once established, review and recalculate after any deliberate process change. For help configuring the sampling plan for a specific characteristic, contact iFactory Support.

Should I use Western Electric rules or Nelson rules?

Both are valid, and most implementations run a subset of both. Western Electric rules (WE1 to WE4) come from the original Bell Labs handbook and are cited in most IATF 16949 implementations. Nelson rules (N1 to N8) extend the set and are common in ISO 9001 and pharmaceutical GMP environments. Implement WE1 through WE4 first, add N5 (trend of six) and N6 (fifteen near centre) once operators are comfortable, and add N7 and N8 for mature programmes with full analytical support. iFactory runs all eight simultaneously and assigns severity levels so priority-one alerts surface first.

What is the difference between Cp and Cpk?

Cp measures potential capability — how wide the specification window is relative to process spread, assuming the process is perfectly centred. Cpk measures actual capability accounting for both spread and centring. A process with Cp of 2.0 but Cpk of 0.5 is capable in terms of spread but sitting almost entirely against one specification limit — the fix is usually a mean offset, not a redesign. Always report Cpk alongside Cp: a good Cp with a poor Cpk tells you exactly where to act. For IATF 16949, the target for critical characteristics is Cpk ≥ 1.67.

When should I recalculate control limits?

Recalculate after any deliberate process change — new tooling, new material grade, parameter adjustment, or equipment overhaul. Limits set before the change will be too wide to catch deterioration after it. Never recalculate simply because points went out of control — that defeats the purpose. The rule is: investigate the OOC signal, apply corrective action, confirm the process has shifted, then recalculate from the new stable baseline. Book a demo to see how iFactory handles automatic limit-recalculation triggers after documented process changes.

What does a GR&R study need to cover before SPC is reliable?

A standard GR&R uses 3 operators measuring 10 parts twice each (3 × 10 × 2 design, 60 measurements total). The result is expressed as %GR&R of tolerance or process variation. If %GR&R exceeds 30% of tolerance, the measurement system cannot reliably distinguish process variation from gauge noise — SPC will be monitoring the gauge, not the process. Target under 10% for critical characteristics, under 30% for non-critical. Address the measurement system before implementing the chart. iFactory's measurement system analysis module runs the full GR&R calculation and flags characteristics where the gauge is the limiting factor.

Ready to put SPC on your highest-risk characteristics this quarter?

Chart selection, data collection, control limit calculation, Western Electric rule detection, Cpk, GR&R, and AI-enhanced root-cause attribution — the full SPC stack runs on iFactory in 12 weeks. A 30-minute demo builds a live Xbar-R chart on your process data, runs all eight detection rules, and shows a Cpk projection against your specification limits. Sessions available this week.


Share This Story, Choose Your Platform!