Let’s take the following assembly as an example:
The aim of the assembly tolerance stack up analysis is to find out the overall thickness of the assembly (X) with tolerance. We have the thickness and the tolerance values of all the plates (plate-1, 2, 3 and 4).
- Calculate the nominal thickness of the whole assembly as below:
X = 15 + 15 + 15 + 27 = 72
- Find the Standard Deviation (σ) of Each components tolerance as below:
σplate-1 = 0.4/3 = 0.133
σplate-2 = 0.3/3 = 0.1
σplate-1 = 0.3/3 = 0.1
σplate-1 = 0.5/3 = 0.167
- Find out the standard deviation of the tolerance zone of the assembly like below:
σassembly = √ [(σplate-1)^2 + (σplate-2)^2 + (σplate-3)^2 + (σplate-4)^2 ]
= 0.256
- Find out the tolerance zone of the assembly like below:
T = σassembly * 3
= 0.256*3
= 0.768
- So, The thickness dimension (X) with the tolerance zone of the assembly will be:
X = 72 ± 0.768