Example: Modeling the Switchover to a Backup Component

Many systems have backup components that can be switched on in the event of a failure of a primary component.  There are a number of ways to model the switch to a backup component in GoldSim, but the easiest way is to make use of the StartOperating and StopOperating event outputs of the primary component.

The model file Backup.gsm, found in the Reliability Examples folder in your GoldSim directory directory (accessed by selecting File | Open Example... from the main menu), provides both a simple and a more advanced example of modeling the switchover from a Primary to a Backup component.  In both cases, the Primary element has a normally distributed mean time to failure of 6 months, with a mean of 1 month.   Failures are repaired according to a Gamma distribution with a mean of 1 month and a standard deviation of 1 week.  The Backup element has no failure modes.

The first (top) example uses the "Stop Operating" output of the primary component to start the standby system.   When the primary component is repaired, the primary component's "Start Operating" output is then used to turn the standby system back off.   Because the backup component has no failure modes, it means that the backup component is always functional when the primary component fails, as shown in the time history plot of status values below:

A screenshot of a computer

Description automatically generated

The second (bottom) example uses two Action elements to model the control system that turns the backup unit on and off.  The control system has an unreliable failure mode with a Reliability of 0.9, meaning that it will successfully turn the backup on or off 9 times out of 10.  The Action elements modeling the control system are still triggered by the StopOperating and StartOperating output of the element modeling the Primary system, but the Backup system’s On and Off triggers are now linked to the ActionOK outputs of the two Action elements representing the control system.  

With this approach, the backup can fail to start, or fail to stop when the Primary system returns to service.   The plot below shows a realization where the Backup responds to the first failure correctly, but fails to start the second time the Primary component fails.

A screenshot of a social media post

Description automatically generated

Related Topics…

Learn more about: