Scenario
The injection molding process needs optimization. Factors affecting quality include: material temperature, mold temperature, injection speed, holding pressure, and cooling time. The supervisor said to do DOE and asked if you should use Full Factorial or Taguchi Method. You've heard of both, but can't say which is better.
First, Understand What DOE is Asking
The objective of DOE (Design of Experiments): To identify which factors have the greatest impact on quality and determine the optimal parameter combination, using the fewest possible experiments.
There is an inherent conflict between "fewest runs" and "most accurate findings." This is the fundamental difference between Full Factorial and Taguchi Method.
Full Factorial Design
Approach: Run all possible combinations of all factor levels.
5 factors, 2 levels each → 2⁵ = 32 experiments
5 factors, 3 levels each → 3⁵ = 243 experiments
Advantages:
- Can detect all interaction effects between factors (A and B simultaneously affecting the outcome)
- Most statistically rigorous conclusions, no assumptions
Disadvantages:
- Explosive number of experiments when there are many factors or levels.
- Difficult to execute in a factory setting (time, cost, materials).
Suitable Scenarios:
- Few factors (2-4).
- Suspected interaction effects.
- R&D phase, where precision is more important than cost.
Taguchi Method
Approach: Significantly reduce the number of experiments using orthogonal arrays (e.g., L9), sacrificing some interaction information.
5 factors, 3 levels each → using L18 only requires 18 experiments
4 factors, 3 levels each → using L9 only requires 9 experiments
Advantages:
- Fewer experiments, feasible for factory execution.
- Incorporates the "Signal-to-Noise ratio (S/N ratio)" concept, optimizing both mean and variance simultaneously.
- Specifically designed for manufacturing by Dr. Taguchi.
Disadvantages:
- Cannot fully estimate interaction effects.
- Conclusions may be biased if interaction effects are very strong.
Suitable Scenarios:
- Many factors (4 or more).
- Manufacturing floor, limited cost and time.
- Primarily concerned with which factors are important, less concerned with interaction effects.
Selection Matrix
| Scenario | Recommended Method |
|---|---|
| Factors ≤ 3 | Full Factorial |
| Factors ≥ 4, suspected important interaction effects | Fractional Factorial + Subsequent additions |
| Factors ≥ 4, interaction effects not important | Taguchi Method |
| R&D exploration phase | Full Factorial |
| Manufacturing floor optimization | Taguchi Method |
| Limited budget | Taguchi Method |
Practical Recommended Process
- Screening Phase: Use Taguchi Method or Plackett-Burman to identify the vital few factors.
- Optimization Phase: Apply Full Factorial or Response Surface Method to the vital factors to find optimal values.
- Confirmation Phase: Run 3-5 confirmation experiments to validate the conclusions.
Golden Quote
"Full Factorial is the most honest experiment, Taguchi is the most pragmatic choice—in a factory, pragmatism usually wins."