99/11/12. When to use it Fig. 1. Fault Tree Analysis in problem solving.

Slides:



Advertisements
Similar presentations
Steven F. Mattern Science and Engineering Associates, Inc. (505)
Advertisements

Dependability analysis and evolutionary design optimisation with HiP-HOPS Dr Yiannis Papadopoulos Department of Computer Science University of Hull, U.K.
Joanne Cunningham Trinity College Dublin
Logic Circuits Basic Building Blocks Dr John Cowell
1 Computer Programming Boolean Logic Copyright © Texas Education Agency, 2013.
Functional Notation Addendum to Chapter 4. 2 Logic Notation Systems  We have seen three different, but equally powerful, notational methods for describing.
Risk Modeling The Tropos Approach PhD Lunch Meeting 07/07/2005 Yudistira Asnar –
 Computer Science 1MD3 Introduction to Programming Winter 2014.
1 Fault-Tolerant Computing Systems #6 Network Reliability Pattara Leelaprute Computer Engineering Department Kasetsart University
Frequencies Estimation Ricki M Mulia, ST. MSc. Unsafe Act Unsafe Condition HAZARD EXPOSURE Penyakit Akibat kerja RISK Kecelakaan kerja Higiene Industri.
Identifying Causes of Accidents
08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
Chapter 10 System Sequence Diagrams. What is a System Sequence Diagram? A way of modeling input and output events related to systems It is a picture that.
Slide 1 May 8th, 2007Compliance EngineeringUltratech Internal Use Only Introduction to FBD and FTA Functional Block Diagrams Fault Tree Analysis.
CSC 402, Fall Requirements Analysis for Special Properties Systems Engineering (def?) –why? increasing complexity –ICBM’s (then TMI, Therac, Challenger...)
Title slide PIPELINE QRA SEMINAR. PIPELINE RISK ASSESSMENT INTRODUCTION TO RISK IDENTIFICATION 2.
Quality Risk Management ICH Q9 Annex I: Methods & Tools
What is Fault Tree Analysis?
P roblem S olving I nnovator Solving Tomorrows Problems Today The Fault Tree will automatically be generated once the Team has Completed the 5 th Why.
Basics of Fault Tree and Event Tree Analysis Supplement to Fire Hazard Assessment for Nuclear Engineering Professionals Icove and Ruggles (2011) Funded.
2010 AHCA/NCAL QUALITY SYMPOSIUM BALTIMORE, MARYLAND
System Analysis Overview Document functional requirements by creating models Two concepts help identify functional requirements in the traditional approach.
Combinational Logic Chapter 4.
Annex I: Methods & Tools prepared by some members of the ICH Q9 EWG for example only; not an official policy/guidance July 2006, slide 1 ICH Q9 QUALITY.
Copyright © 2011 Underwriters Laboratories Inc. ® All rights reserved HAZARD ANALYSIS: Hazard Based Safety Engineering & Fault Tree Analysis Tom Lanzisero,
Quality in Product and Process Design Pertemuan 13-14
Quality Risk Management Methodology Anthony Cumberlege SAPRAA meeting - Randpark golf club, 20 March 2009.
Needs Analysis Gentry Chapter 2 Summary Regina Smith.
Risk Assessment and Probabilistic Risk Assessment (PRA) Mario. H. Fontana PhD.,PE Research Professor Arthur E. Ruggles PhD Professor The University of.
Week 5: Business Processes and Process Modeling MIS 2101: Management Information Systems.
XOR and XNOR Logic Gates. XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Logic Symbol  Description  Truth.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
WHAT IS SYSTEM SAFETY? The field of safety analysis in which systems are evaluated using a number of different techniques to improve safety. There are.
FAULT TREE ANALYSIS (FTA). QUANTITATIVE RISK ANALYSIS Some of the commonly used quantitative risk assessment methods are; 1.Fault tree analysis (FTA)
Investigating Investigation Methodologies By Ludwig Benner Jr © 2003 by Starline Software Ltd.
Reliability Data Collection and Analysis Benbow and Broome (Ch 15, 16 and 17) Presented by Dr. Joan Burtner Certified Quality Engineer Associate Professor.
Objectives Students will be able to:
ME 4054W: Design Projects RISK MANAGEMENT. 2 Lecture Topics What is risk? Types of risk Risk assessment and management techniques.
1 NASA OSMA SAS02 Software Fault Tree Analysis Dolores R. Wallace SRS Information Services Software Assurance Technology Center
1 Synchronous Sequential Logic Sequential Circuits Every digital system is likely to have combinational circuits, most systems encountered in practice.
WHAT IF ANALYSIS USED TO IDENTIFY HAZARDS HAZARDOUS EVENTS
EntityRelationshipDiagrams. Entity Relationship Models The E-R (entity-relationship) data model views the real world as a set of basic objects (entities)
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Fault Tree Analysis of the HERMES CubeSat
Prof. Enrico Zio Fault tree analysis Prof. Enrico Zio Politecnico di Milano Dipartimento di Energia.
Fault Tree Analysis for the BLEDP Student meeting Vegard Joa Moseng.
Fault Tree Analysis Why do we need fault tree analysis? What is it? Why do we use it? Why this matters to you How it works Bridgestone/Firestone Brief.
Overwiew of Various System Reliability Analysis Methods Kim Hyoung Ju 1.
FLOW CHARTS IN PROCESS DESCRIPTION FRANK CHINGARANDE.
Team 8: SAE AADL Simulation and Modeling Tools. Members Chaz Beck Software Engineering Shaun Brockhoff Software Engineering Jason Lackore Software Engineering.
LOGO Combining Fault Trees and Event Trees Seung Ki, Shin.
1 Product Development Process Requirements Definition (Chap. 3) Conceptual Design (Chap. 3 and 4) Detailed Design (Chap. 5) Manufacturing (Chap. 7) Logistics,
1 Team Skill 3 Defining the System Part 1: Use Case Modeling Noureddine Abbadeni Al-Ain University of Science and Technology College of Engineering and.
NASA OSMA SAS '02 Software Fault Tree Analysis Dolores R. Wallace SRS Information Services Software Assurance Technology Center
Fault Trees.
Fault Tree Analysis Using Binary Decision Diagrams
Tools Of Structured Analysis
Chapter 6 The Traditional Approach to Requirements.
Management & Planning Tools
Fault Tree Analysis Based on Dynamic Uncertain Causality Graph
An Integrated Approach for Software Safety Analysis
Digital Signals Digital Signals have two basic states:
مسئله‌يابي Problem Solving
مسئله‌يابي Problem Solving
Tool for investigations
Risk Analysis Fundamentals of Engineering Design by Barry Hyman
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Failure Investigation Process
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Review and comparison of the modeling approaches and risk analysis methods for complex ship system. Author: Sunil Basnet.
Presentation transcript:

99/11/12

When to use it

Fig. 1. Fault Tree Analysis in problem solving

Fault Tree Analysis A graphical tool for representing the relationships among a variety of expected and unexpected events that may contribute to a particular type of system failure.

How to understand it (a) an 'and' combination (b) an 'or'' combination.

Fig. 2. Logical And and Or in Fault Tree Analysis

How to understand it inhibit gate, (AND) Two failure event box: combination events and basic events basic events real root events or may simply not be developed further.

Classic Fault Tree Gates Name of GateClassic FTA SymbolDescription AND The output event occurs if all input events occur. OR The output event occurs if at least one of the input events occurs. Voting OR (k-out-of-n) The output event occurs if k or more of the input events occur.

Classic Fault Tree Gates Name of Gate Classic FTA Symbol Description Inhibit The input event occurs if all input events occur and an additional conditional event Priority AND The output event occurs if all input events occur in a specific sequence. XOR The output event occurs if exactly one input event occurs.

Traditional Fault Tree Event Symbols Primary Event Block Classic FTA Symbol Description Basic Event A basic initiating fault (or failure event). External Event (House Event) An event that is normally expected to occur. Undeveloped Event An event which is no further developed. It is a basic event that does not need further resolution. Conditioning Event A specific condition or restriction that can apply to any gate.

How to understand it FTA

How to do it

FTA Procedure Define the undesired event to study Obtain an understanding of the system Construct the fault tree Evaluate the fault tree Control the hazards identified

examples A hospital team An airplane parts manufacturer

References #Analysis(WEB) #Analysis(WEB) Fault Tree Analysis (FTA) Risk Analysis Example-Acupuncture Needles(PDF) Fault Tree Analysis(PDF) Failure Mode & Effects Analysis(PPT) tree/index.htm(WEB) tree/index.htm(WEB)