Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Papyrus/customizations/robotics/fta

< Papyrus‎ | customizations/robotics
Revision as of 09:47, 11 April 2019 by Unnamed Poltroon (Talk) (Created page with "= System analysis via fault trees = A fault tree is a top down and deductive method that represents graphically and logically the combination of events and the paths leading...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

System analysis via fault trees

A fault tree is a top down and deductive method that represents graphically and logically the combination of events and the paths leading to the occurrence of an undesired event or state. To perform FTA on RobMoSys system models, each component is annotated with local safety analysis information. Failure modes are associated to the ports, component’s internal failures are defined and fault propagation is then done by combining logic gates (AND, OR) and propagation links.

Papyrus-robotics-fault-propagation.png

After components fault annotation and fault propagation in the system, a top event is selected for fault tree generation and analysis. Fault trees are generated in openpsa standard format.

Papyrus-robotics-system-analysis-diagram.png

Fault tree analysis is performed using HEffective, a tool developed by CEA for Heterogeneous Effects Inferences and Verification. Minimal cut-sets are calculated.

Papyrus-robotics-min-cut-set.png

Back to the top