Safety Analysis Knowledge Base

A comprehensive reference for the six core analysis methods used in functional safety engineering. Each method serves a specific purpose in the safety lifecycle, from identifying failure modes to calculating hardware safety metrics and system-level reliability.

FMEA

Failure Mode and Effects Analysis

FMEA is the most widely used safety analysis method in automotive, industrial, and aerospace engineering. It provides a systematic, structured approach for identifying potential failure modes in a design or process, evaluating their effects on system performance, and prioritizing corrective actions.

The method is applicable across the entire product lifecycle. Design FMEA (DFMEA) focuses on hardware and software design weaknesses, Process FMEA (PFMEA) targets manufacturing and assembly risks, and MSR FMEA addresses monitoring and system response strategies. Each variant follows the same core logic: identify how something can fail, determine what happens when it does, and decide what to do about it.

FMEA is governed by multiple international standards. The AIAG-VDA FMEA Handbook (2019) defines the 7-step approach used across the automotive industry. IEC 60812 provides the general methodology for all sectors, while SAE J1739 covers the North American automotive perspective.

Key Features in SafetyArena

  • Automated RPN and Action Priority (AP) calculation per AIAG-VDA 2019
  • Full 7-step AIAG-VDA approach with structure, function, and failure analysis
  • AI-assisted failure mode suggestions based on your system description
  • Pre-built failure mode and cause catalogs for common automotive components
  • Audit-ready reports in AIAG-VDA and VDA 96 formats
  • Support for DFMEA, PFMEA, and MSR analysis types

FTA

Fault Tree Analysis

FTA is a top-down, deductive analysis method used to determine the root causes of an undesired system-level event. Starting from a defined top event (such as unintended acceleration or loss of braking), the analyst works downward through logic gates to identify all combinations of lower-level faults that could produce that event.

The analysis uses Boolean logic gates (AND, OR, Voting, Inhibit) to model causal relationships. An AND gate means all child events must occur simultaneously, while an OR gate means any single child event is sufficient. This structure enables both qualitative reasoning (what combinations are dangerous) and quantitative calculation (how likely is the top event).

FTA is governed by IEC 61025 and is specifically required by ISO 26262 Part 5 for deductive safety analysis in automotive systems. It is the primary method for identifying minimal cut sets, evaluating common cause failures, and calculating top-event probabilities.

Key Features in SafetyArena

  • Visual drag-and-drop fault tree editor with automatic layout
  • AND, OR, Voting (k-of-n), and Inhibit gate types
  • Quantitative analysis with probability calculations
  • Qualitative analysis with minimal cut set identification
  • Common cause failure (CCF) modeling with beta-factor method
  • Export to OpenPSA XML for tool interoperability

FMEDA

Failure Mode, Effects, and Diagnostic Analysis

FMEDA extends traditional FMEA with detailed diagnostic coverage information. For each component failure mode, the analyst classifies the effect as safe, dangerous detected, or dangerous undetected, and records the diagnostic mechanism that detects it. This classification is essential for calculating hardware safety metrics required by IEC 61508 and ISO 26262.

The primary output of an FMEDA is a set of quantitative metrics: Safe Failure Fraction (SFF), single-point fault metric (SPFM), latent fault metric (LFM), and Probabilistic Metric for Hardware Failures (PMHF). These metrics determine whether a hardware element meets the requirements of its target ASIL or SIL.

FMEDA is required by IEC 61508 Part 2 for SIL-rated safety functions and by ISO 26262 Part 5 for ASIL-rated hardware elements. It is typically performed at the component level, using failure rate data from sources like SN 29500, FIDES, or MIL-HDBK-217.

Key Features in SafetyArena

  • Component-level failure mode classification (safe, dangerous detected, dangerous undetected)
  • Automatic SFF, SPFM, LFM, and PMHF calculation
  • Diagnostic coverage tracking per safety mechanism
  • Built-in safety mechanism library with standard diagnostic techniques
  • Failure rate import from SN 29500 and custom databases
  • Hardware architectural metric evaluation against ASIL targets

FMECA

Failure Mode, Effects, and Criticality Analysis

FMECA extends FMEA with a quantitative criticality ranking that enables objective prioritization of failure modes. Rather than relying on subjective severity-occurrence-detection scores, FMECA uses failure rate data, mode ratios, conditional probabilities of effect, and operating time to compute a criticality number for each failure mode.

The criticality number (Cm) is the product of the failure mode ratio, the conditional probability of the end effect, the part failure rate, and the operating time. These numbers are then aggregated into a criticality matrix that plots severity category against item criticality, providing a visual overview of where the highest risks lie.

FMECA is defined by MIL-STD-1629A, the U.S. military standard for reliability analysis. While originally developed for defense applications, it is widely adopted in aerospace, nuclear, and industrial sectors where quantitative risk ranking is required.

Key Features in SafetyArena

  • Hierarchical block structure for complex system decomposition
  • Configurable severity categories (I through V or custom)
  • Criticality matrix visualization with automatic positioning
  • Contribution charts showing failure mode distribution per block
  • Overview table aggregating criticality across all blocks
  • MIL-STD-1629A compliant criticality number calculation

RBD

Reliability Block Diagram

An RBD represents system reliability as a network of interconnected blocks, where each block represents a component or subsystem with its own failure characteristics. The arrangement of blocks (series, parallel, or k-of-n voting) determines how individual component failures affect overall system reliability.

In a series configuration, all blocks must function for the system to work. In a parallel (redundant) configuration, at least one block must work. A k-of-n configuration requires at least k out of n identical blocks to be operational. Each block can use different failure models: constant failure rate (exponential), Weibull (wear-out), or lognormal distributions.

RBDs are used to calculate system-level reliability R(t), mean time to failure (MTTF), and to identify reliability weak points. They are governed by IEC 61078 and are commonly used alongside FTA and FMEDA to provide a complete reliability picture.

Key Features in SafetyArena

  • Visual drag-and-drop block diagram editor
  • Series, parallel, and k-of-n (voting) configurations
  • Multiple failure models: constant rate, Weibull, and lognormal
  • System-level reliability R(t) and MTTF calculations
  • Sensitivity analysis to identify reliability bottlenecks
  • Multi-page diagrams for complex system architectures

Markov

Markov Chain Analysis

Markov chain analysis models system behavior as a set of discrete states with transition rates between them. Unlike FTA and RBD, which assume independent failures, Markov models can capture repair processes, degraded operation, common cause failures, and diagnostic coverage in a single unified model.

Each state represents a distinct system condition (e.g., fully operational, degraded, failed safe, failed dangerous). Transition rates between states represent failure rates, repair rates, or diagnostic detection rates. The model is solved as a system of differential equations to compute state probabilities over time.

Markov analysis is used when simpler methods like FTA or RBD cannot capture state-dependent behavior, such as systems with repair, standby redundancy, or sequential failure modes. It is referenced in IEC 61508 Part 6 and ISO 26262 Part 5 as a method for calculating PFH and availability for complex architectures.

Key Features in SafetyArena

  • Visual state-transition diagram editor with drag-and-drop
  • Multi-phase mission profiles for different operational modes
  • Parametric studies to evaluate design trade-offs
  • MTTF, PFH, and availability calculations
  • State probability evolution charts over time
  • Support for absorbing and non-absorbing (repairable) models

Safety Standards

ISO 26262

Road Vehicles - Functional Safety

The international standard for functional safety of electrical and electronic systems in production road vehicles. It defines ASILs (A through D) and prescribes specific analysis methods at each phase of the safety lifecycle. FMEA, FTA, and FMEDA are required or recommended depending on the ASIL and lifecycle phase. ISO 26262 Part 5 specifically addresses hardware-level analysis including FMEDA metrics (SPFM, LFM, PMHF).

IEC 61508

Functional Safety of E/E/PE Safety-Related Systems

The parent standard for functional safety across all industries. It defines SIL 1 through SIL 4 and provides the framework that sector-specific standards (like ISO 26262 for automotive) build upon. IEC 61508 Part 2 requires FMEDA for hardware safety integrity, and Part 6 references FTA, RBD, and Markov analysis for reliability modeling.

AIAG-VDA

FMEA Handbook (2019)

The joint AIAG-VDA FMEA Handbook harmonizes the North American (AIAG) and European (VDA) approaches to FMEA. It introduces the 7-step method (planning, structure analysis, function analysis, failure analysis, risk analysis, optimization, documentation) and replaces the traditional RPN with the Action Priority (AP) method for more consistent risk evaluation.

MIL-STD-1629A

Procedures for Performing FMECA

The U.S. military standard that defines the methodology for Failure Mode, Effects, and Criticality Analysis. It specifies how to calculate criticality numbers from failure rate data and mode ratios, and how to construct criticality matrices for risk visualization. While originally a defense standard, MIL-STD-1629A is widely adopted in aerospace, nuclear, and heavy industry.

Ready to streamline your safety analyses?

Try SafetyArena with a free demo account and see how these methods come together in one connected platform.