Control Limits Are Calculated As Follows
Control limits are essential in statistical process control (SPC) to determine whether a process is in a state of statistical control. They help identify variations in a process that indicate it may need adjustment or improvement. This guide explains how control limits are calculated, their types, and practical applications.
What Are Control Limits?
Control limits are statistical boundaries that define the acceptable range of variation for a process. They are used to determine whether a process is in a state of statistical control. When data points fall outside these limits, it suggests that the process may be unstable or out of control.
Control limits are typically set at three standard deviations from the mean (μ) of a process. The upper control limit (UCL) and lower control limit (LCL) are calculated based on the process capability and historical data.
How to Calculate Control Limits
The calculation of control limits depends on the type of control chart being used. For a standard control chart, the formulas are as follows:
Upper Control Limit (UCL)
UCL = X̄ + (A × R̄)
Where:
- X̄ = Mean of the sample means
- R̄ = Mean of the sample ranges
- A = Control chart constant (varies by sample size)
Lower Control Limit (LCL)
LCL = X̄ - (A × R̄)
Where:
- X̄ = Mean of the sample means
- R̄ = Mean of the sample ranges
- A = Control chart constant (varies by sample size)
The control chart constant (A) is determined by the sample size (n) and can be found in statistical tables or control chart factor tables. For example, for a sample size of 5, the A value is 2.326.
Types of Control Limits
There are several types of control limits used in statistical process control:
- Natural Process Limits: These are the inherent limits of the process based on historical data.
- Specification Limits: These are the acceptable limits set by the customer or industry standards.
- Engineering Limits: These are the limits set by the engineering team based on design specifications.
It's important to distinguish between these types of limits to ensure the process is being monitored effectively.
Example Calculation
Let's consider a manufacturing process where 10 samples of size 5 are taken. The sample means (X̄) and ranges (R) are as follows:
| Sample | X̄ | R |
|---|---|---|
| 1 | 10.2 | 1.2 |
| 2 | 10.5 | 1.1 |
| 3 | 10.3 | 1.3 |
| 4 | 10.4 | 1.0 |
| 5 | 10.1 | 1.4 |
| 6 | 10.6 | 1.2 |
| 7 | 10.2 | 1.1 |
| 8 | 10.3 | 1.3 |
| 9 | 10.4 | 1.0 |
| 10 | 10.1 | 1.4 |
First, calculate the mean of the sample means (X̄) and the mean of the sample ranges (R̄):
X̄ = (10.2 + 10.5 + 10.3 + 10.4 + 10.1 + 10.6 + 10.2 + 10.3 + 10.4 + 10.1) / 10 = 10.33
R̄ = (1.2 + 1.1 + 1.3 + 1.0 + 1.4 + 1.2 + 1.1 + 1.3 + 1.0 + 1.4) / 10 = 1.21
Next, find the control chart constant (A) for a sample size of 5 from a statistical table. For n=5, A=2.326.
Now, calculate the upper and lower control limits:
UCL = 10.33 + (2.326 × 1.21) = 10.33 + 2.82 = 13.15
LCL = 10.33 - (2.326 × 1.21) = 10.33 - 2.82 = 7.51
The control limits for this process are UCL = 13.15 and LCL = 7.51.
Frequently Asked Questions
What is the purpose of control limits?
Control limits are used to determine whether a process is in a state of statistical control. They help identify variations that indicate the process may need adjustment or improvement.
How are control limits calculated?
Control limits are calculated using the mean of the sample means (X̄), the mean of the sample ranges (R̄), and a control chart constant (A). The formulas are UCL = X̄ + (A × R̄) and LCL = X̄ - (A × R̄).
What happens if data points fall outside control limits?
If data points fall outside control limits, it suggests that the process may be unstable or out of control. This indicates that the process may need adjustment or further investigation.
What are the different types of control limits?
The different types of control limits include natural process limits, specification limits, and engineering limits. Each type serves a different purpose in process monitoring.
How do I choose the right control chart constant (A)?
The control chart constant (A) is determined by the sample size (n) and can be found in statistical tables or control chart factor tables. For example, for a sample size of 5, the A value is 2.326.