Maintenance requires three actions, which usually involve down time and high priority labor costs: • Automatic fault detection • Automatic fault isolation • Automatic reconfiguration Active redundancy eliminates down time and reduces manpower requirements by automating all three actions. This requires some amount of automated
artificial intelligence.
N stands for needed equipment. The amount of excess capacity affects overall system reliability by limiting the effects of failure. For example, if it takes two generators to power a city, then "N+1" would be three generators to allow a single failure. Similarly, "N+2" would be four generators, which would allow one generator to fail while a second generator has already failed. Active redundancy improves
operational availability as follows. :A_{o}^{N} = 0.99 \ up \ time :::\approx failed \ 90 \ hours/year :A_{o}^{N+1} = 1 - \left( (1 - A_{o}^{N} ) \times (1 - A_{o}^{N} ) \right) = 0.9999 \ up \ time ::::\approx failed \ 50 \ minutes/year :A_{o}^{N+2} = 1 - \left( (1 - A_{o}^{N} ) \times (1 - A_{o}^{N} ) \times (1 - A_{o}^{N} ) \right) = 0.999999 \ up \ time ::::\approx failed \ 30 \ seconds/year
Passive components Active redundancy in passive components requires redundant components that share the burden when failure occurs, like in cabling and piping. This allows forces to be redistributed across a bridge to prevent failure if a vehicle ruptures a cable. This allows water flow to be redistributed through pipes when a limited number of valves are shut or pumps shut down.
Active components Active redundancy in active components requires reconfiguration when failure occurs. Computer programming must recognize the failure and automatically reconfigure to restore operation. All modern computers provide the following when an existing feature is enabled via
fault reporting. • Automatic fault detection • Automatic fault isolation Mechanical devices must reconfigure, such as transmission settings on hybrid vehicles that have redundant propulsion systems. The petroleum engine will start up when battery power fails. Electrical power systems must perform two actions to prevent total system failure when smaller failures occur, such as when a tree falls across a power line. Power systems incorporate communication, switching, and automatic scheduling that allows these actions to be automated. • Shut down the damaged power line to isolate the failure • Adjust generator settings to prevent voltage and frequency excursions == Benefits ==