NexoGraph logoNexoGraph Help
Standards & Principles

IEC 61508 — Functional Safety of E/E/PE Systems

How IEC 61508 functional safety concepts and SIL requirements relate to the NexoGraph metamodel.

IEC 61508 (Functional safety of electrical/electronic/programmable electronic safety-related systems) is the foundational international standard for functional safety. It covers E/E/PE systems across all application sectors and serves as the parent standard from which domain-specific derivatives such as ISO 26262 (automotive) and IEC 62061 (machinery) are drawn.

Where ISO 26262 applies to road vehicles specifically, IEC 61508 applies to industrial plant, medical devices, rail systems, and any other sector requiring safety argumentation for programmable safety-related systems.


Safety Integrity Levels

IEC 61508 defines four Safety Integrity Levels (SIL), analogous to the ASIL A–D levels in ISO 26262:

SILPFD (on-demand mode)PFH (continuous mode)Analogous ASIL
SIL 110⁻² to 10⁻¹10⁻⁶ to 10⁻⁵ASIL A
SIL 210⁻³ to 10⁻²10⁻⁷ to 10⁻⁶ASIL B/C
SIL 310⁻⁴ to 10⁻³10⁻⁸ to 10⁻⁷ASIL D
SIL 410⁻⁵ to 10⁻⁴10⁻⁹ to 10⁻⁸— (no automotive equivalent)

PFD = Probability of Failure on Demand. PFH = Probability of dangerous Failure per Hour.


Safety Lifecycle

IEC 61508 Part 1 defines a 16-phase overall safety lifecycle. The phases that produce artefacts tracked in NexoGraph are:

PhaseOutput artefactNexoGraph entity
Hazard and Risk Analysis (3)Hazard log + SIL targetsStakeholderNeed — safety goals derived from hazard analysis
Overall Safety Requirements (4)Safety Requirements Specification (SRS)Requirement (reqCat: SAFETY)
Safety Requirements Allocation (5)Allocated SRS per system elementRequirement allocated to Package (subsystem)
Design and Development (7–9)Design specificationArchitectural layer (planned)
Overall Safety Validation (12)Validation reportVerification entity (planned)

Standard Structure

IEC 61508 is divided into seven parts:

PartScope
Part 1General requirements — management of functional safety, overall safety lifecycle
Part 2Hardware requirements — hardware safety lifecycle, probabilistic hardware metrics
Part 3Software requirements — software safety lifecycle, software integrity
Part 4Definitions and abbreviations
Part 5Examples of methods for determining SIL
Part 6Guidelines on the application of Parts 2 and 3
Part 7Overview of techniques and measures

NexoGraph is most directly relevant to Parts 1, 2, and 3 — the requirements and design artefacts produced by those parts.


NexoGraph Alignment

IEC 61508 conceptNexoGraph implementation
Equipment under control (EUC)Top-level Package representing the system under development
Safety functionRequirement (reqCat: SAFETY) with reqType: SYSTEM
Safety goalStakeholderNeed or Requirement derived from hazard analysis
SRS — system levelRequirement entities under STAKEHOLDER_REQUIREMENTS root
SRS — subsystem allocationRequirement allocated to subsystem Package
Safety lifecycle stateslifecycleStateId — lifecycle service governs draft → review → approved progression
Bidirectional traceabilityReference relations: Need → Requirement (REFINES_INTO) and Requirement → SystemCapability (SATISFIED_BY)
Functional safety management planBusinessCase + lifecycle governance

Gap Analysis

GapIEC 61508 clauseStatus
SIL attribute on RequirementPart 1, §10.3Planned — Requirement needs a sil field (SIL1–4)
Safety function allocation to hardware/softwarePart 2/3Planned — architectural allocation layer
Probabilistic failure rate on hardware elementsPart 2, §11Not in scope for current MVP
FMEA / FMEDA failure mode analysisPart 2, Annex ANot in scope — dedicated safety analysis tools integrate via API
Software safety lifecycle artefactsPart 3, §7Partial — requirement coverage exists; design/test artifacts planned
Safety case / safety case argumentPart 1, §6.2.6Not yet modelled
Verification and validation planPart 1, §7.14Verification link planned (see ISO 29148 gaps)

Relationship to ISO 26262

For automotive projects, IEC 61508 is the parent standard and ISO 26262 is the domain-specific interpretation. Key differences:

AspectIEC 61508ISO 26262
ScopeAny E/E/PE systemRoad vehicle E/E systems
Integrity levelSIL 1–4ASIL A–D + QM
Sector guidanceGeneric (Parts 5–7)Automotive-specific (all parts)
Hardware metricPFD / PFH + HFTPMHF + SPFM/LFM
Use in NexoGraphCross-sector safety requirementsAutomotive HARA → FSR → TSR chain

Projects subject to both (e.g., automotive industrial equipment) should apply ISO 26262 and reference IEC 61508 for any elements not covered by the automotive scope.

On this page