Reliability Block Diagram (RBD) Generator

Build an RBD from a simple table, visualize the hierarchy, and compute overall system reliability.

1) Input Table

Columns (in order): Component Name, Type (Block, Series, Parallel), Parent (blank for root), Reliability (0–1, only for Block).

Component NameTypeParentReliability (0–1)

2) Summary & Result

Overall System Reliability (root):

Computed from the root node (blank Parent). Series: product of children. Parallel: 1 − Π(1 − rᵢ).

Click Generate to compute and display node reliabilities.

3) RBD Diagram

Click Generate to render the diagram.

Rules Recap