Template:Standby with Delay (SCT Solution): Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
===Standby with Delay(SCT Solution) ===
===Standby with Delay(SCT Solution) ===


==== Purposes ====
==== Purpose ====


The purposes of this example are to illustrate how to model standby with delay using SCT.
The purpose of this example is to illustrate how to model standby with delay using SCT.


==== Description ====
==== Description ====

Revision as of 22:56, 8 March 2012

Standby with Delay(SCT Solution)

Purpose

The purpose of this example is to illustrate how to model standby with delay using SCT.

Description

Three devices A, B and C are in parallel. 2 out of 3 are required to perform the task. Initially A and B are working, C is in standby status. If A or B fails, C will replace the failed one with some delay. After the failed device is restored, it will become a standby device. For example, If A fails, with 10 hours delay C will become active and replace A. After A is restored, it will become a standby device for B and C.

BlockSim Solution

The BlockSim modeling of this system is shown in Figure below.

SCT with delay system.png

In order to model the delay, three extra blocks AA, BB and CC are added to the diagram. Each of them fails every 10 hours (Normal distribution with mean 10 hours and standard deviation 0.0000001 hours). They operate even if system is down and repair durations for them are 0 (immediate repair). Block AA(BB/CC) is belong to maintenance group AA(BB/CC). They all have state change triggers. The initial state is OFF and the state upon repair is Always OFF. If Block A (B/C) goes down, then activate Block AA (BB/CC).

Block A fails every 100 hours. It belongs to maintenance group A. It has state change triggers. The initial state is ON; the state upon repair is Default OFF unless SCT overridden. If Block BB or Block CC goes down, Block A is activated.

Block B fails every 200 hours. It belongs to maintenance group B. It has state change triggers. The initial state is ON; the state upon repair is Default OFF unless SCT overridden. If Block AA or Block CC goes down, Block B is activated.

Block C fails every 300 hours. It belongs to maintenance group C. It has state change triggers. The initial state is OFF; the state upon repair is Default OFF unless SCT overridden. If Block BB or Block AA goes down, Block C is activated.

The repair duration for Block A, B and C is 30 hours.

 Block Up/Down plot

The system event log is shown in Figure below and is as follows:

  1. At 100, Block A fails, and activates Block AA.
  2. At 110, Block AA fails, and activates Block C.
  3. At 230, Block B fails, and activates Block BB.
  4. At 240, Block BB fails, and activates Block A.
  5. At 340, Block A fails, and activates Block AA.
  6. At 350, Block AA fails, and activates Block B.
  7. ...


SCT with delay Up Down plot.png