3.6.29 · D1Spacecraft Structures & Systems Engineering

Foundations — FMEA — failure mode, effect, severity, detection, RPN

1,634 words7 min readBack to topic

Before you can read the parent note FMEA — failure mode, effect, severity, detection, RPN, you must own every word and symbol it throws at you. This page builds them one at a time, from nothing, each resting on the one before it.


0. What is a "spacecraft" here, really?

Forget the rocket picture. For risk work a spacecraft is just a stack of boxes that each do a job, and those boxes are wired together. If one box misbehaves, its neighbours feel it. That "feeling spreads through wiring" idea is the whole reason FMEA exists.


1. Failure Mode — the way a thing breaks

A component doesn't just "fail"; it fails in a specific way. A battery cell can short, leak, or go open-circuit — three different failure modes of the same part.


2. Effect — what the failure does to everyone else

Once a component takes an exit door, the trouble travels up the ladder from Section 0.

Notice the same event is "minor" at the bottom and "fatal" at the top. That is exactly why we trace upward and never stop at the local level.


3. The 1–10 scale — turning words into numbers

To rank failures we must measure them. Words like "bad" can't be sorted; numbers can. FMEA uses a 1-to-10 integer scale for three separate qualities.

3a. Severity how bad if it happens?

3b. Occurrence how often will it happen?

3c. Detection how blind are we to it?

This is the sneaky one. does not measure how well you detect — it measures how well you fail to.


4. The symbols and RPN — combining the three

Now three honest numbers exist for each failure. We fold them into one so we can sort.


5. Thresholds — turning RPN back into a decision

A raw number like is useless until you know what to do with it. FMEA maps RPN bands to actions.

RPN band Meaning Action
trivial just monitor
notable design review, test, decide
serious redesign or add redundancy
unacceptable must fix before flight

Prerequisite map

System boxes and ladder

Failure Mode

Effect traced upward

Severity S

Occurrence O

Detection D

RPN = S x O x D

Thresholds and mitigation

FMEA topic

Each foundation feeds exactly the next: you cannot score Severity () until you have traced an Effect, and you cannot compute RPN until all three scores exist.


Connections

These foundations plug into the wider vault:

  • Risk Management in Spacecraft Design — FMEA is one tool inside it.
  • Reliability Engineering — supplies the failure-rate data behind Occurrence.
  • Redundancy and Fault Tolerance — the classic way to lower Severity.
  • Quality Assurance and Testing — feeds Detection scores.
  • Systems Engineering V-Model — where in the lifecycle FMEA happens.
  • Mission Assurance — the umbrella that demands FMEA.
  • Mars Climate Orbiter — the failure mode nobody wrote down.

Equipment checklist

Cover the answer and test yourself before opening the parent note.

A component is...
the smallest named part you worry about (one cell, one bearing, one allocator).
A failure mode is...
one specific way that component can break — its "exit door".
An effect is...
the consequence of a failure mode, read at local, subsystem, system, and mission levels.
Severity measures...
how bad the effect is, (none) to (catastrophic), higher = worse.
Occurrence measures...
how likely the failure is over the mission, (never) to (certain), higher = worse.
Detection measures...
how hard to catch the failure is (blindness), (obvious) to (invisible), higher = worse.
The RPN formula is...
, ranging from to .
Why multiply instead of add?
so one safe factor (e.g. ) drags the whole product down — rare failures rank low.
What does mean, good or bad?
bad — totally undetectable until the disaster strikes.
After a mitigation you must...
re-score and recompute RPN — FMEA is a living document.