Redundanz (EN)
ConceptTechnique for increasing system reliability through component duplication
Architecture
flowchart TD A[Primary Component] --> B[Monitoring System] C[Secondary Component] --> B B --> D[Fault Detection] D -->|Fault Detected| E[Compensation] E --> A E --> C
In Context
- Typically used together with failsafe design, diagnostics, and diversity
- Related to: SIL levels, single-point faults, system reliability
- Example application: Double configuration of critical sensors in process industry