RPN Calculation Examples
RPN results are calculated for every failure mode in the FMEA Worksheet table. For these calculations to make sense, Severity, Occurrence, and Detection must each be at a FMEA data level above or equal to the level of the RPN. If any of the three fields for calculation results (RPN, RPN Results, and RPN Improvement Percentage) are not defined in the Project’s FMEA Design file, then they are assumed to be at the item level. For more information, see FMEA Design Files,
Examples follow to show how the data structure affects RPN calculations. In these examples, data levels are noted in parentheses in the table header.
Example 1
The FMEA data structure is item>mode. This is a valid case because all three input fields are at the same level as the RPN (mode).
Severity (Mode)
Occurrence (Mode)
Detection (Mode)
RPN (Mode)
1
2
3
1 * 2 * 3 = 6
2
3
4
2 * 3 * 4 = 24
3
4
5
3 * 4 * 5 = 60
4
5
6
4 * 5 * 6 = 120
Example 2
The FMEA data structure is item>mode. This is a valid case because all three input fields are at either the same level as the RPN (mode) or a higher level than the RPN (item).
Severity (Item)
Occurrence (Mode)
Detection (Mode)
RPN (Mode)
1
2
3
1 * 2 * 3 = 6
3
4
1 * 3 * 4 = 12
4
5
1 * 4 * 5 = 20
4
5
6
4 * 5 * 6 = 120
Example 3
The FMEA data structure is item>mode>cause. This is a valid case because all three input fields are at either the same level as the RPN (cause) or at a higher level than the RPN (mode or item).
Severity (Item)
Occurrence (Mode)
Detection (Cause)
RPN (Cause)
1
2
3
1 * 2 * 3 = 6
4
1 * 2 * 4 = 8
3
5
1 * 3 * 5 = 15
6
1 * 3 * 6 = 18
Example 4
The FMEA data structure is item>mode>cause. This is an invalid case because an input field (Detection) is at a lower level (cause) than the level for the RPN (mode). You should not have inputs at a level lower than the level for the RPN. In this case, the last cause for each mode value wins.
Severity (Item)
Occurrence (Mode)
Detection (Cause)
RPN (Mode)
1
2
3
1 * 2 * 4 = 8
4
3
5
1 * 3 * 6 = 18
6
Example 5
The FMEA data structure is item>mode>cause>effect. This is a bad case because two input fields (Occurrence and Detection) are at lower levels (cause and effect) than the level for the RPN (mode). You should not have inputs at levels lower than the level for the RPN. In this case, the cause and effect for the last mode wins. If the row containing the last effect has no cause, then its Occurrence value is assumed to be 0. If the row that contains the last cause has no effect, then its Detection value is assumed to be 0.
Severity (Mode)
Occurrence (Cause)
Detection (Mode)
RPN (Mode)
1
2
3
1 * 0 * 4 = 0
4
2
3
5
2 * 4 * 0 = 0
4
3
5
6
3 * 7 * 8 = 168
6
7
7
8