Introduction to IED Principles and Concepts
From the IED curriculum
Introduction to IED Principles and Concepts
TL;DR
IED stands for Interruptible Electronic Devices, which are systems designed to safely shut down or isolate in emergencies. Understanding IED principles helps you design robust systems that prioritize safety and reliability. You'll learn how to identify potential hazards and create solutions that prevent catastrophic failures.
1. The Mental Model
Think of an IED like a smart circuit breaker for complex systems. When things go wrong, it quickly and safely cuts off power or isolates problematic parts, preventing further damage or danger. It's about proactive protection, not just reactive repair.
2. The Core Material
IEDs aren't bombs; they're critical safety systems in industries like manufacturing, aerospace, and energy. The core idea is to build systems that can fail gracefully or be safely stopped when conditions become unsafe or abnormal. This involves several key principles:
A. Failure Modes and Effects Analysis (FMEA)

Photo by Markus Winkler on Pexels
Before you can design a system to handle failures, you need to know how it can fail. FMEA is a systematic process for identifying potential failure modes in a system, determining their causes, and evaluating their effects. This helps you prioritize which failures to design safeguards against.
B. Redundancy and Diversity

Photo by Ron Lach on Pexels
To ensure a system keeps working even if a component fails, you often use redundancy. This means having backup components that can take over. Diversity takes this a step further, using different types of components or technologies for the backups, so a common flaw won't take out both the primary and backup systems.
C. Fail-Safe Design

Photo by Ann H on Pexels
A fail-safe system is one that, in the event of a failure, defaults to a state that causes no harm or minimizes damage. For example, a valve that closes automatically when power is lost is fail-safe, preventing uncontrolled flow.
D. Isolation and Segmentation

Photo by Jessica Lewis 🦋 thepaintedsquare on Pexels
If a problem occurs in one part of a large system, you want to prevent it from spreading. Isolation means designing boundaries (physical or logical) so that a failure in one segment doesn't bring down the whole system. Think of firewalls in networks or blast walls in factories.
E. Human Factors in Design
Operators are part of the system. IED principles consider how humans interact with the technology. Clear interfaces, well-defined procedures, and error-proofing (Poka-Yoke) are crucial to prevent human error from causing or exacerbating incidents.
Here's a simplified view of how these principles relate in a design process:
graph TD
A["Identify System & Goals"] --> B["Perform FMEA (What can fail?)"]
B --> C["Prioritize Risks (Severity, Likelihood)"]
C --> D["Apply Design Principles"]
D --> D1["Redundancy/Diversity"]
D --> D2["Fail-Safe Mechanisms"]
D --> D3["Isolation/Segmentation"]
D --> D4["Human Factors Considerations"]
D --> E["Implement & Test"]
E --> F["Review & Iterate"]
3. Worked Example
Let's consider a simple automated factory conveyor belt system.
Scenario: A conveyor belt transports heavy items. If the belt stops suddenly while loaded, items could fall off, injuring workers or damaging products.
Applying IED Principles:
- FMEA: A potential failure mode is the motor overheating and stopping. Its effect is an abrupt halt and potential spillage.
- Fail-Safe Design:
- Add sensors along the belt to detect if an item is about to fall (e.g., proximity sensors).
- If the motor stops unexpectedly, engage an emergency brake that gradually slows the belt down, rather than an abrupt stop.
- Implement "dead man's switch" logic: if the primary motor controller loses power, a backup system (like a spring-loaded brake) engages automatically.
- Redundancy/Diversity:
- Instead of one motor, maybe use two smaller motors (redundancy) or a primary electric motor with a hydraulic backup (diversity).
- Have redundant power supplies for the control system.
- Isolation:
- If one section of a long conveyor belt system fails, implement safety gates or E-stops that isolate only that section, allowing other sections to continue operating or be safely shut down independently.
- Human Factors:
- Clearly label all emergency stop buttons.
- Design the control panel with intuitive buttons and indicators, so operators can quickly assess the system's status and take appropriate action.
- Implement audible and visual alarms that activate before a full shutdown, giving operators a warning.
By integrating these principles, you create a conveyor system that's not just functional, but also resilient and safe, minimizing risks even when things go wrong.
4. Key Takeaways
- IED principles focus on designing systems to prevent and manage failures safely.
- FMEA helps you systematically identify potential failures and their consequences.
- Redundancy and diversity build resilience by providing backup systems.
- Fail-safe design ensures a system defaults to a safe state during failure.
- Isolation limits the impact of a localized failure to prevent wider system collapse.
- Always consider human interaction to reduce errors and improve system safety.
Common Mistakes to Avoid:
- Not performing a thorough FMEA early in the design process.
- Relying solely on redundancy without considering diverse backup solutions.
- Designing for optimal operation only, neglecting failure scenarios.
- Overlooking the human element, leading to complex or error-prone interfaces.
- Failing to test IED features adequately under realistic fault conditions.
5. Now Try It
Imagine you're designing a coffee machine for a public space. List three potential failure modes for this machine and, for each, suggest one specific application of an IED principle (e.g., fail-safe, redundancy, isolation) to mitigate the risk. Describe what success would look like for each mitigation. You've got 15 minutes.
Frequently asked about Introduction to IED Principles and Concepts
Get the full IED curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account