B.H. Far

Size: px
Start display at page:

Download "B.H. Far"

Transcription

1 SENG 637 Dependability, Reliability & Testing of Software Systems Chapter 3: System Reliability Department of Electrical & Computer Engineering, University of Calgary B.H. Far 1

2 Dependability Models Dependability models capture conditions that make a system fail in terms of the structural relationships between the system components Dependability models Reliability Graph Fault Tree model Reliability Block Diagram far@ucalgary.ca 2

3 System Reliability /1 A system usually consists of components Each component consists of sub-components Components may have Different reliability Different dependencies between them System reliability is a function of the reliabilities of the (sub-) components and of the relationships between the components far@ucalgary.ca 3

4 Complexity Concerns For a system consisting of n components Every component can be in one of the two conditions: working or failed How many possible combinations of the status of these n components? How do you calculate the reliability of the system given the probability of each component tbeing working (or failed)? Reliability Block Diagram can help! 4

5 Reliability Block Diagram (RBD) Reliability Block Diagram (RBD) is a graphical representation of how the components of a system are connected from reliability point of view. RBD is used to model the various series-parallel and complex block combinations (paths) that result in system success. Reliability of the system is derived in terms of reliabilities of its individual components. The most common configurations of an RBD are the series and parallel configurations. A system is usually composed of combinations of serial and parallel configurations. RBD analysis is essential for determining reliability, availability and down time of the system. far@ucalgary.ca 5

6 Reliability Block Diagram (RBD) Reliability Block Diagram helps reliability analysis using a functional diagram to portray and analyze the reliability relationship of components in a system. Each element of a system is represented by a block that is in some way interconnected with or through the other blocks of the system at a desired level of assembly. The basic relationship between components are depicted as lines that may be: Serial: if a single failure results in entire assembly or system failure Parallel: l if all redundant d units failure causes system failure Or a combination of these two SENG637 (Winter 2008) far@ucalgary.ca 6

7 Reliability Block Diagram (RBD) In a serial system configuration, the elements must all work for the system to work and the system fails if one of the components fails. The overall reliability of a serial system is lower than the reliability of its individual components. In parallel configuration, the components are considered to be redundant and the system will still cease to work if all the parallel components fail. The overall reliability of a parallel system is higher than the reliability of its individual components. far@ucalgary.ca 7

8 Reliability Block Diagram (RBD) In developing the reliability block diagram, a complete understanding of a system ss mission definition and service use profile is required. In addition, the system is broken down into subsystems/ functions that are necessary for mission success. Each essential function is represented as a separate block in the diagram, and blocks are grouped according to series/parallel combinations. Lines are drawn connecting the blocks in a logical order for mission success. RBD can be used to Calculate system reliability Possible single point of failure (SPF) far@ucalgary.ca 8

9 RBD: Process Steps 1. Define boundary of the system for analysis 2. Break system into functional components 3. Determine serial-parallel combinations 4. Represent each components as a separate block in the diagram 5. Draw lines connecting the blocks in a logical order for mission i success far@ucalgary.ca 9

10 Serial System Reliability /1 No redundancy ALL component of the system are needed to make the system function properly If any one of the components fails, the system fails Example ram block diagr System b Power Unit Processor Monitor far@ucalgary.ca 10

11 Serial System Reliability /2 Reliability Block Diagram System is composed of n independent d serially connected components. Failure of any component has a cross system effect, i.e., results in failure of the whole system. Example Power Unit R 1 / 1 R 2 / 2... Processor Monitor R1 /1 R2 /2 R3 /3 far@ucalgary.ca 11

12 Combining Reliabilities /1 Serial system reliability can be calculated from component reliabilities, if the components fail independently of each other. For serial systems: R Q p R k Qp number of components Rk component reliability k 1 Components reliabilities (Rk) must be expressed with respect to a common interval. A serial system has always smaller reliability than its components (because Rk 1). far@ucalgary.ca 12

13 Example: Serial System A system is composed of 3 independent serially connected components R1 = 0.95 R2 = 0.87 R3 = 0.82 Note: all Rs must be given for a common duration, e.g., 10 hours of operation. Rsystem = = Serial system reliability is smaller than any individual reliability of the components far@ucalgary.ca 14

14 Parallel System Reliability /1 System with Redundancy da Only ONE out of N (identical) components is needed to make the system function properly If ALL of the components fail, the system fil fails Example System block diagram Server 1 Server 2 far@ucalgary.ca 15

15 Parallel System Reliability /2 System is composed of n independent components connected in parallel. Failure of all components results in the failure of the whole system (principle of active redundancy). Unreliabil ity F n p (t) () Fi(t) () i1 n Reliability Rp (t) 1 F i(t) 1 n i1 i1.. i (1-R (t)). R 1 /1 R 2 /2 far@ucalgary.ca 16

16 Parallel System Example The system is composed of 2 identical servers connected in parallel R1 = R2 = Server 1 Rs1 /s1 Server 2 Rs2 /s2 Rsystem = 1 (( ) ( )) = Parallel system reliability is greater than any individual reliability of the components far@ucalgary.ca 17

17 Sequential System Reliability When one component fails, the next one is assigned to fulfill the job (e.g., tl telephone switching ithi circuits) it) This is done in sequence until no components left Reliability for such system: C 1 C 2 λ t C i C C n R sys (t) n1 i0 λit i! i e i far@ucalgary.ca 18

18 Mixed System Reliability /1 System with Redundancy da Only ONE out of N set of components is needed to make the system function properly If ALL sets of components fail, the system fil fails Example System block diagram Power Unit Power Unit Processor Monitor Processor Monitor far@ucalgary.ca 19

19 Mixed System Example Reliability Block Diagram Server 1 Rs1 /s1 System level Component level Server 2 Rs2 /s2 Power Unit Processor Monitor R1 /1/ R2 /2/ R3 /3/ Power Unit Processor Monitor R1 /1 R2 /2 R3 /3 far@ucalgary.ca 20

20 Various Configurations /1 Parallel-Series configuration Power Unit Power Unit Processor Processor Monitor Monitor 21

21 Various Configurations /2 Reliability Block Diagram for Parallel-Series configuration Power Unit Processor Monitor R1 /1 / R2 /2 / R3 /3 / Power Unit Processor Monitor R1 /1 R2 /2 R3 /3 far@ucalgary.ca 22

22 Parallel-Series System R 11 R 12 R 1j R 1n path R 21 R 22 R 2j R 2n R i1 R i2 R ij R in R m1 R m2 R mj R mn Path reliability Ri Rij System reliability R n j1 m 1 (1-R i) 1 m i1 i1 (1- n j1 R ij) far@ucalgary.ca 23

23 Various Configurations /3 Series-Parallel configuration Bus 1 Power Unit 1 Processor 1 Monitor 2 Bus 2 Power Unit 2 Processor 1 Monitor 2 far@ucalgary.ca 24

24 Various Configurations /4 Reliability Block Diagram for Series-Parallel configuration Power Unit Processor Monitor R1 /1 R2 /2 R3 /3 Power Unit Processor Monitor R1 /1 R2 /2 R3 /3 25

25 Series-Parallel System R 11 R 12 R 1j R 1n R 21 R 22 R 2j R 2n R i1 R i2 R ij R in R m1 R m2 R mj R mn subsystem Subsystem reliability R System reliability R j 1 m i1 (1-R ij ) n n m R 1 j1 1 i (1-R ij) j ) j 1 far@ucalgary.ca 26

26 Active Redundancy Employs parallel systems. All components are active at the same time. Each component is able to meet the functional requirements of the system. Each component satisfies the minimum reliability condition for the system. Only one component is required to meet the functional requirements of the system. System only fails if all components fail. 28

27 m out of n System System has n components. At least m components need to R work correctly for the system to function properly (m n). m=n: serial ilsystem m=1: parallel system e.g.: airplane with 4 engines es can fly with only 2 engines. R 1 R 2 R i R n m/n Assumption: R sys (t) 1 All components have the same reliability. m1 i0 n R(t) i i (1 R(t)) ni n n! i i! (n i)! far@ucalgary.ca 29

28 RBD: Example /1 Possible single point of failure (SPF) 30

29 RBD: Example /2 Possible over redundancy 31

30 SPF: How to Avoid? Adopt redundancy Use dissimilar methods consider common-cause vulnerability Adopt a fundamental design change Use equipment which his extremely reliable/robust b Perform frequent Preventive Maintenance/ Replacement t repair before failure happens Reduce or eliminate service and/or environmental stresses extreme stress leads to failure far@ucalgary.ca 32

31 RBD: When and How When to use RBD? When reliability of a complex system must be calculated l and the reliability-wise weaknesses of the system must be identified. How to use RBD? Draw the RDB diagram. Calculate the system reliability using the RBD diagram. Perform calculation such as availability and downtime. There e are a number of automated ated tools, integrated with the other methods, such as Fault Tree Analysis (FTA), to generate the diagram and to analyze it. far@ucalgary.ca 33

32 RBD: Benefits & Limitations RBD is the simplest way of visualizing the reliability of the complex systems. The benefits of the RBD are: Establishes reliability goals; Evaluates component failure impact on overall system safety; Provides a basis for what if analysis; Allocates component reliability by calculating system MTBF; Provides cost savings in large system trouble-shooting; Estimates system reliability; Analyzes various system configurations in trade-off studies; Identifies potential design problems; Determines system sensitivity to component failures Disadvantages are that some complex constructs, such as standby, branching and load sharing, etc., cannot be clearly l represented using the traditional RBD constructs. far@ucalgary.ca 34

33 RBD: Conclusion Restricting assumptions: Statistical independence Failures independence d Repairs independence d far@ucalgary.ca 35

34 Example 1 In reliability prediction for an assembled system we usually use a bottoms-up approach by estimating the failure rate for each subsystem and then combining the failure rates for the entire assembly. The following figure illustrates a system in which the subsystems A, B, C, and D are in a serial configuration. Each subsystem is composed of several parts which are connected as serial or parallel as shown. far@ucalgary.ca 36

35 Example 1 (cont d) The failure rates of serial parts 1, 2, and 3 are 0.1, 0.3, and 0.5 per hour, respectively. Determine the failure rate and MTTF for subsystem A. A A failures per hour 1 1 MTTF A 1.11 hours 0.9 far@ucalgary.ca 37

36 Example 1 (cont d) The failure rates of parallel parts 4, 5, and 6 in subsystem B are 0.2, 0.4, and 0.25 per hour, respectively. Determine the failure rate and MTTF for subsystem B. Bt R e 1 (1 R )(1 R )(1 R ) B R e e e e R B B e B t (1 )(1 )(1 ) t B = B failures per hour 1 MTTF B hours B far@ucalgary.ca 38

37 Example 1 (cont d) The failure rate of parallel parts 7 is constant and is 0.2 per hour. Determine the failure rate and MTTF for subsystem C in which at least 2 out of 3 items must be working. m1 n i ni 0.2 RC 1 R7 1 R7 R7 e i0 i RC 1 R7 (1 R7) R7 (1 R7) 1 (1 R7) 3 R7(1 R7) R 1 ( ) ( ) C = t RC e =1.004 C failures per hour 1 MTTF C hours C far@ucalgary.ca 39

38 Example 1 (cont d) The failure rates of parallel parts 8 and 9 in subsystem D are and d per hour, respectively. Determine the failure rate and MTTF for subsystem D. R e 1 (1 R )(1 R ) D D t 8 9 t D R e 1 (1 e )(1 e ) D Dt R D e = D failures per hour 1 MTTFD hours D far@ucalgary.ca 40

39 Example 1 (cont d) Determine the overall failure rate and MTTF for the whole system system A B C D system MTTF failures per hour system 1 system hours far@ucalgary.ca 41

40 Example 2 For the mixed mode system composed of serial and parallel components shown below, calculate the overall system reliability. The numbers are reliability for each module. SENG521 (Fall 2004) far@ucalgary.ca 42

41 Example 2 (cont d) R1 = 1 (1 0.9)(1 0.8)(1 0.9) = R2 = 1 (1 0.9)(1 0.95) = R3 = 1 (1 0.9)(1 0.9) = R4 = x x 0.99 = R5 = 0.95 x 0.99 x 0.95 = Rsystem = 1 ( )( ) = SENG521 (Fall 2004) far@ucalgary.ca 43

42 Example 3 The fastening of two mechanical parts in an automobile brake system should be reliable. It is done by means of two flanges which are pressed together with 4 bolt and nut pairs E1 to E4 placed 90 degrees to each other. Experience shows that the fastening holds when at least two opposing bolt and nut pairs work. E3 E1 E2 E4

43 Example 3 (cont d) a) Draw the reliability block diagram (RBD) for this fixation of the system.

44 Example 3 (cont d) b) Compute reliability of the fixation described in (a) if all bolt and nut pairs have the reliability of R=0.90. R1 = R2 = = 0.81 Rsystem = 1 (1 R1) (1 R2) =1 (1 0.81) (1 0.81) =

45 Example 3 Q1 (cont d) c) Name the redundancy type if only any two of the bolt and nuts were sufficient for the required function. Two-out-of-four redundancy.

46 Example 3 (cont d) d) Compute reliability for case (c) if all bolt and nut pairs have the reliability of R=0.90. R

47 Hazard Analysis A common mistake in engineering, is to put too much confidence in software. There seems to be a feeling among non-software professionals that software will not or cannot fail, which leads to complacency and over reliance on computer functions. Nancy G. Leveson Leveson, N.G., Safeware System Safety and Computers, Addison-Wesley, far@ucalgary.ca 49

48 Hazard Analysis Goal Identify events that may eventually lead to accidents Identify individual elements/operations within a system that render it vulnerable (Single Point Failures) Determine impact on system Techniques FMEA: Failure Modes and Effects Analysis FMECA: Failure Modes, Effects and Criticality Analysis ETA: Event Tree Analysis FTA: Fault Tree Analysis HAZOP: HAZard and OPerability studies far@ucalgary.ca 50

49 FMEA FMEA is a technique to identify and prioritize how items fail, and identify the effects of failure. FMEA is used when Designing products or processes, to identify and avoid failure-prone designs. Investigating why existing systems have failed and to identify possible causes. Investigating possible solutions, to help select one with an acceptable risk. Planning actions, in order to identify risks in the plan and hence identify countermeasures. far@ucalgary.ca 51

50 FMEA: Usage Industries that frequently use FMEA: Consumer products: toys/home appliances/home electronics Automotive industry Aero/space: Boeing, NASA Defence industry: DoD Process industries, e.g., oil and gas, chemical plants industrial control systems Software industry? not quite popular yet 52

51 FMEA: When? FMEA cannot be done until design has proceeded to the point that system elements have been selected at the level the analysis is to explore in software system after software architecture is finalized (requirement volatility kills FMEA!) FMEA can be done anytime in the system lifetime, from initial design onward 53

52 FMEA: Process /1 Define the system to be analyzed, and obtain necessary drawings, charts, descriptions, diagrams, component lists. Know exactly what you re analyzing; is it an area, activity, equipment? all of it, or part of it? What targets are to be considered? What mission phases are included? Break the system down into convenient and logical elements. System breakdown can be either functional (according to what the System elements do ), or geographic/architectural (i.e., according to where the system elements are ), or both (i.e., functional within the geographic, or vice versa). Establish a coding system to identify system elements. Analyze (FMEA) the elements. far@ucalgary.ca 54

53 FMEA: Process /2 FMEA Outputs Spreadsheet documenting each failure mode possible causes possible consequences ces possible remedies Usually computer records kept 55

54 FMEA Questions Identification: How ( i.e., in what ways) can this element fail (failure modes)? Ramification: What will happen to the system and its environment if this element does fail in each of the ways available to it (failure effects)? Prevention: What needs to be done to prevent or mitigate the problem? far@ucalgary.ca 56

55 FMEA: How to /1 Interface matrix Reflects how components of the system are connected & function together Components Components 57

56 FMEA: How to /2 58

57 FMEA Template Sample FMEA template N o. Part Name Part No. Function Failure Mode Mechanisms & Causes of Failure Effect(s) of Failure Current Control P.R.A. P S D R Recommended Corrective Action Action Taken 1 Position Controller Receive a demand position Loose cable connection Incorrect demand Wear and tear Operator error Motor fails to move Position controller breakdown Replace faulty wire QC checked Intensive training for signal in a long-run operators. P = Probabilities (chance) of occurrences S = Seriousness of failure D = Likelihood that the defect will reach the customer R = Risk priority measure (P x S x D) 1 = very low or none 2 = low or minor 3 = moderate or significant 4 = high 5 = very high or catastrophic far@ucalgary.ca 59

58 FMEA: Benefits Discover potential single-point failures. Assesses risk (FMECA) for potential, single-element failures for each identified target, within each mission phase. Knowing these things helps to: Optimize i reliability, hence mission i accomplishment. Guide design evaluation and improvement. Guide design of system to fail safe or crash softly. Guide design of system to operate satisfactorily using equipment of low reliability. Guide component/manufacturer selection. far@ucalgary.ca 60

59 FMEA: Limitations FMEA will find and summarize system vulnerability in terms of SPFs, and dit requires lots of ftime, money, and effort to do so. What if several SPFs are identified? Developing SPF paranoia leading to total system redundification! But SPFs are abundant and we encounter them daily, yet continue to function. Most system nastiness failures come from complex threats, not from SPFs don t ignore SPFs, just keep them in perspective. far@ucalgary.ca 61

60 FMEA: Summary Method: from known or predicted failure modes of components, determine possible effects on system Good for hazard identification early in development, by considering possible failures of system functions: loss of function (omission failure) function performed incorrectly function performed when not required (commission failure) No good for concurrent multiple failures No good when requirements change 62

61 Fault Tree Analysis (FTA) Fault tree analysis is a graphical representation of the major faults or critical failures associated with a product, the causes for the faults, and potential countermeasures. FTA helps identify areas of concern for new system design or for improvement of existing systems. It also helps identify corrective actions to correct or mitigate problems. FTA can also be defined as a graphic model of the pathways within a system that can lead to a foreseeable, undesirable event. The pathways interconnect contributory events and conditions, using standard logic symbols. Fault tree analysis is useful both in designing new systems, products or services or in dealing with identified problems in existing products/services. As part of process improvement, it can be used to help identify root causes of trouble and to design remedies and countermeasures. far@ucalgary.ca 63

62 Steps in FTA FMEA (Failure Modes and Effects Analysis) determines the failure modes that are likely to cause failure events. Then it determines what single or multiple l point failures could produce those top level l events. FMEA asks the question, What can go wrong? even if the product meets specification. In order to perform FTA one first needs to perform FMEA. far@ucalgary.ca 65

63 FTA: Example 1 far@ucalgary.ca 66

64 FTA: Example 2 Tank overflow AND Inlet Valve B Outlet closed Inlet valve failed Inlet open OR Wrong control to inlet valve OR Controller X Y Outlet Valve A Controller failed Sensor X fails AND Sensor Y fails far@ucalgary.ca 67

65 FTA: Benefits & Limitations Benefits: The primary advantages of fault tree analyses are the meaningful ldata they produce which h allow evaluation and improvement of the overall reliability of the system. It also evaluates the effectiveness of and need for redundancy. Limitation: The undesired event evaluated must be foreseen and all significant contributors to the failure must be anticipated. This effort may be very time consuming and expensive. Finally, the overall success of the process depends on the skill of the analyst tinvolved. far@ucalgary.ca 68

66 FTA: Summary Method: trace faults stepwise back through system design to possible causes a tree with a top event at the root logic gates at branches, linking each event with its immediate causes initiating faults at leaves (eventually) Good for tracing system hazards to component failures, and allocating safety requirements Good for systems with multiple failures Good for checking completeness of safety requirements Can be difficult, time-consuming, hard to maintain far@ucalgary.ca 69

67 70

B.H. Far

B.H. Far SENG 521 Software Reliability & Software Quality Chapter 8: System Reliability Department of Electrical & Computer Engineering, University of Calgary B.H. Far (far@ucalgary.ca) http://www.enel.ucalgary.ca/people/far/lectures/seng521

More information

Quantitative Reliability Analysis

Quantitative Reliability Analysis Quantitative Reliability Analysis Moosung Jae May 4, 2015 System Reliability Analysis System reliability analysis is conducted in terms of probabilities The probabilities of events can be modelled as logical

More information

Dependable Computer Systems

Dependable Computer Systems Dependable Computer Systems Part 3: Fault-Tolerance and Modelling Contents Reliability: Basic Mathematical Model Example Failure Rate Functions Probabilistic Structural-Based Modeling: Part 1 Maintenance

More information

Causal & Frequency Analysis

Causal & Frequency Analysis Causal & Frequency Analysis Arshad Ahmad arshad@utm.my Fishbone Diagram 2 The Cause and Effect (CE) Diagram (Ishikawa Fishbone) Created in 1943 by Professor Kaoru Ishikawa of Tokyo University Used to investigate

More information

Terminology and Concepts

Terminology and Concepts Terminology and Concepts Prof. Naga Kandasamy 1 Goals of Fault Tolerance Dependability is an umbrella term encompassing the concepts of reliability, availability, performability, safety, and testability.

More information

ELE 491 Senior Design Project Proposal

ELE 491 Senior Design Project Proposal ELE 491 Senior Design Project Proposal These slides are loosely based on the book Design for Electrical and Computer Engineers by Ford and Coulston. I have used the sources referenced in the book freely

More information

Chapter 5. System Reliability and Reliability Prediction.

Chapter 5. System Reliability and Reliability Prediction. Chapter 5. System Reliability and Reliability Prediction. Problems & Solutions. Problem 1. Estimate the individual part failure rate given a base failure rate of 0.0333 failure/hour, a quality factor of

More information

Chapter 6. a. Open Circuit. Only if both resistors fail open-circuit, i.e. they are in parallel.

Chapter 6. a. Open Circuit. Only if both resistors fail open-circuit, i.e. they are in parallel. Chapter 6 1. a. Section 6.1. b. Section 6.3, see also Section 6.2. c. Predictions based on most published sources of reliability data tend to underestimate the reliability that is achievable, given that

More information

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Fault Tolerant Computing ECE 655

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Fault Tolerant Computing ECE 655 UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering Fault Tolerant Computing ECE 655 Part 1 Introduction C. M. Krishna Fall 2006 ECE655/Krishna Part.1.1 Prerequisites Basic courses in

More information

of an algorithm for automated cause-consequence diagram construction.

of an algorithm for automated cause-consequence diagram construction. Loughborough University Institutional Repository Development of an algorithm for automated cause-consequence diagram construction. This item was submitted to Loughborough University's Institutional Repository

More information

SAFETY GUIDED DESIGN OF CREW RETURN VEHICLE IN CONCEPT DESIGN PHASE USING STAMP/STPA

SAFETY GUIDED DESIGN OF CREW RETURN VEHICLE IN CONCEPT DESIGN PHASE USING STAMP/STPA SAFETY GUIDED DESIGN OF CREW RETURN VEHICLE IN CONCEPT DESIGN PHASE USING STAMP/STPA Haruka Nakao (1), Masa Katahira (2), Yuko Miyamoto (2), Nancy Leveson (3), (1) Japan Manned Space Systems Corporation,

More information

6.1 Dependability Modeling. General Rules. Analysis

6.1 Dependability Modeling. General Rules. Analysis Dependable Systems Winter term 2018/2019 Dependable Systems 6 th Chapter Quantitative Analysis - Structural Models Christine Jakobs Professur Betriebssysteme Dependability is an umbrella term for a set

More information

Safety analysis and standards Analyse de sécurité et normes Sicherheitsanalyse und Normen

Safety analysis and standards Analyse de sécurité et normes Sicherheitsanalyse und Normen Industrial Automation Automation Industrielle Industrielle Automation 9.6 Safety analysis and standards Analyse de sécurité et normes Sicherheitsanalyse und Normen Prof Dr. Hubert Kirrmann & Dr. B. Eschermann

More information

Quantitative evaluation of Dependability

Quantitative evaluation of Dependability Quantitative evaluation of Dependability 1 Quantitative evaluation of Dependability Faults are the cause of errors and failures. Does the arrival time of faults fit a probability distribution? If so, what

More information

Chapter 15. System Reliability Concepts and Methods. William Q. Meeker and Luis A. Escobar Iowa State University and Louisiana State University

Chapter 15. System Reliability Concepts and Methods. William Q. Meeker and Luis A. Escobar Iowa State University and Louisiana State University Chapter 15 System Reliability Concepts and Methods William Q. Meeker and Luis A. Escobar Iowa State University and Louisiana State University Copyright 1998-2008 W. Q. Meeker and L. A. Escobar. Based on

More information

Reliability, Redundancy, and Resiliency

Reliability, Redundancy, and Resiliency Lecture #11 October 3, 2017 Review of probability theory Component reliability Confidence Redundancy Reliability diagrams Intercorrelated Failures System resiliency Resiliency in fixed fleets 1 2017 David

More information

Key Words: Lifetime Data Analysis (LDA), Probability Density Function (PDF), Goodness of fit methods, Chi-square method.

Key Words: Lifetime Data Analysis (LDA), Probability Density Function (PDF), Goodness of fit methods, Chi-square method. Reliability prediction based on lifetime data analysis methodology: The pump case study Abstract: The business case aims to demonstrate the lifetime data analysis methodology application from the historical

More information

12 - The Tie Set Method

12 - The Tie Set Method 12 - The Tie Set Method Definitions: A tie set V is a set of components whose success results in system success, i.e. the presence of all components in any tie set connects the input to the output in the

More information

Common Cause Failure (CCF)

Common Cause Failure (CCF) Common Cause Failure (CCF) 건국대학교컴퓨터공학과 UC Lab. 정혁준 & 박경식 amitajung@naver.com, kyeongsik@konkuk.ac.kr Contents Common Cause Failure (CCF) Types of CCF Examples Reducing CCF Common Cause Failure (CCF) Definition

More information

Field data reliability analysis of highly reliable item

Field data reliability analysis of highly reliable item Field data reliability analysis of highly reliable item David Vališ & Zdeněk Vintr Faculty of Military Technologies University of Defence 612 00 Brno Czech Republic david.valis@unob.cz Miroslav Koucký

More information

Failures in Process Industries

Failures in Process Industries Fault Tree Analysis Failures in Process Industries Single Component Failure Data for failure rates are compiled by industry Single component or single action Multiple Component Failure Failures resulting

More information

A new FMECA model for reliability computations in electrical distribution systems

A new FMECA model for reliability computations in electrical distribution systems Proceedings of the 6th WSEAS/IASME Int. Conf. on Electric Power Systems, High Voltages, Electric Machines, Tenerife, Spain, December 6-8, 2006 A new FMECA model for reliability computations in electrical

More information

Reliability of sequential systems using the causeconsequence diagram method

Reliability of sequential systems using the causeconsequence diagram method Loughborough University Institutional Repository Reliability of sequential systems using the causeconsequence diagram method This item was submitted to Loughborough University's Institutional Repository

More information

Risk Analysis of Highly-integrated Systems

Risk Analysis of Highly-integrated Systems Risk Analysis of Highly-integrated Systems RA II: Methods (FTA, ETA) Fault Tree Analysis (FTA) Problem description It is not possible to analyse complicated, highly-reliable or novel systems as black box

More information

R E A D : E S S E N T I A L S C R U M : A P R A C T I C A L G U I D E T O T H E M O S T P O P U L A R A G I L E P R O C E S S. C H.

R E A D : E S S E N T I A L S C R U M : A P R A C T I C A L G U I D E T O T H E M O S T P O P U L A R A G I L E P R O C E S S. C H. R E A D : E S S E N T I A L S C R U M : A P R A C T I C A L G U I D E T O T H E M O S T P O P U L A R A G I L E P R O C E S S. C H. 5 S O F T W A R E E N G I N E E R I N G B Y S O M M E R V I L L E S E

More information

Reliability of Safety-Critical Systems 5.1 Reliability Quantification with RBDs

Reliability of Safety-Critical Systems 5.1 Reliability Quantification with RBDs Reliability of Safety-Critical Systems 5.1 Reliability Quantification with RBDs Mary Ann Lundteigen and Marvin Rausand mary.a.lundteigen@ntnu.no &marvin.rausand@ntnu.no RAMS Group Department of Production

More information

Lecture 5 Probability

Lecture 5 Probability Lecture 5 Probability Dr. V.G. Snell Nuclear Reactor Safety Course McMaster University vgs 1 Probability Basic Ideas P(A)/probability of event A 'lim n64 ( x n ) (1) (Axiom #1) 0 # P(A) #1 (1) (Axiom #2):

More information

Reliability and Availability Simulation. Krige Visser, Professor, University of Pretoria, South Africa

Reliability and Availability Simulation. Krige Visser, Professor, University of Pretoria, South Africa Reliability and Availability Simulation Krige Visser, Professor, University of Pretoria, South Africa Content BACKGROUND DEFINITIONS SINGLE COMPONENTS MULTI-COMPONENT SYSTEMS AVAILABILITY SIMULATION CONCLUSION

More information

Part 3: Fault-tolerance and Modeling

Part 3: Fault-tolerance and Modeling Part 3: Fault-tolerance and Modeling Course: Dependable Computer Systems 2012, Stefan Poledna, All rights reserved part 3, page 1 Goals of fault-tolerance modeling Design phase Designing and implementing

More information

Reliability Engineering I

Reliability Engineering I Happiness is taking the reliability final exam. Reliability Engineering I ENM/MSC 565 Review for the Final Exam Vital Statistics What R&M concepts covered in the course When Monday April 29 from 4:30 6:00

More information

Module No. # 03 Lecture No. # 11 Probabilistic risk analysis

Module No. # 03 Lecture No. # 11 Probabilistic risk analysis Health, Safety and Environmental Management in Petroleum and offshore Engineering Prof. Dr. Srinivasan Chandrasekaran Department of Ocean Engineering Indian Institute of Technology, Madras Module No. #

More information

Dependable Systems. ! Dependability Attributes. Dr. Peter Tröger. Sources:

Dependable Systems. ! Dependability Attributes. Dr. Peter Tröger. Sources: Dependable Systems! Dependability Attributes Dr. Peter Tröger! Sources:! J.C. Laprie. Dependability: Basic Concepts and Terminology Eusgeld, Irene et al.: Dependability Metrics. 4909. Springer Publishing,

More information

9. Reliability theory

9. Reliability theory Material based on original slides by Tuomas Tirronen ELEC-C720 Modeling and analysis of communication networks Contents Introduction Structural system models Reliability of structures of independent repairable

More information

Fault-Tolerant Computing

Fault-Tolerant Computing Fault-Tolerant Computing Motivation, Background, and Tools Slide 1 About This Presentation This presentation has been prepared for the graduate course ECE 257A (Fault-Tolerant Computing) by Behrooz Parhami,

More information

Why fault tolerant system?

Why fault tolerant system? Why fault tolerant system? Non Fault-Tolerant System Component 1 Component 2 Component N The reliability block diagram of a series systemeach element of the system must operate correctly for the system

More information

Cyber Physical Power Systems Power in Communications

Cyber Physical Power Systems Power in Communications 1 Cyber Physical Power Systems Power in Communications Information and Communications Tech. Power Supply 2 ICT systems represent a noticeable (about 5 % of total t demand d in U.S.) fast increasing load.

More information

Fault Tree Analysis and Reliability Assessment of Auxiliary Power Supply system for an HVDC Plant

Fault Tree Analysis and Reliability Assessment of Auxiliary Power Supply system for an HVDC Plant Fault Tree Analysis and Reliability Assessment of Auxiliary Power Supply system for an HVDC Plant Lu Yu March 2007 Master Thesis written at KTH, the Royal Institute of Technology, 2007, School of Electrical

More information

Reliability, Redundancy, and Resiliency

Reliability, Redundancy, and Resiliency Review of probability theory Component reliability Confidence Redundancy Reliability diagrams Intercorrelated failures System resiliency Resiliency in fixed fleets Perspective on the term project 1 2010

More information

Dependability Analysis

Dependability Analysis Software and Systems Verification (VIMIMA01) Dependability Analysis Istvan Majzik Budapest University of Technology and Economics Fault Tolerant Systems Research Group Budapest University of Technology

More information

The Applications of Inductive Method in the Construction of Fault Trees MENG Qinghe 1,a, SUN Qin 2,b

The Applications of Inductive Method in the Construction of Fault Trees MENG Qinghe 1,a, SUN Qin 2,b The Applications of Inductive Method in the Construction of Fault Trees MENG Qinghe 1,a, SUN Qin 2,b 1 School of Aeronautics, Northwestern Polytechnical University, Xi an 710072, China 2 School of Aeronautics,

More information

Combinational Techniques for Reliability Modeling

Combinational Techniques for Reliability Modeling Combinational Techniques for Reliability Modeling Prof. Naga Kandasamy, ECE Department Drexel University, Philadelphia, PA 19104. January 24, 2009 The following material is derived from these text books.

More information

Fault Tolerance. Dealing with Faults

Fault Tolerance. Dealing with Faults Fault Tolerance Real-time computing systems must be fault-tolerant: they must be able to continue operating despite the failure of a limited subset of their hardware or software. They must also allow graceful

More information

Quantitative evaluation of Dependability

Quantitative evaluation of Dependability Quantitative evaluation of Dependability 1 Quantitative evaluation of Dependability Faults are the cause of errors and failures. Does the arrival time of faults fit a probability distribution? If so, what

More information

RELIABILITY ANALYSIS OF PISTON MANUFACTURING SYSTEM

RELIABILITY ANALYSIS OF PISTON MANUFACTURING SYSTEM Journal of Reliability and Statistical Studies; ISSN (Print): 0974-8024, (Online):2229-5666 Vol. 4, Issue 2 (2011): 43-55 RELIABILITY ANALYSIS OF PISTON MANUFACTURING SYSTEM Amit Kumar and Sneh Lata School

More information

Safety and Reliability of Embedded Systems. (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Obscurities and Open Issues

Safety and Reliability of Embedded Systems. (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Obscurities and Open Issues (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Obscurities and Open Issues Content What are Events? Examples for Problematic Event Semantics Inhibit, Enabler / Conditioning

More information

Assessing system reliability through binary decision diagrams using bayesian techniques.

Assessing system reliability through binary decision diagrams using bayesian techniques. Loughborough University Institutional Repository Assessing system reliability through binary decision diagrams using bayesian techniques. This item was submitted to Loughborough University's Institutional

More information

Mean fault time for estimation of average probability of failure on demand.

Mean fault time for estimation of average probability of failure on demand. Mean fault time for estimation of average probability of failure on demand. Isshi KOYATA a *, Koichi SUYAMA b, and Yoshinobu SATO c a The University of Marine Science and Technology Doctoral Course, Course

More information

Reliable Computing I

Reliable Computing I Instructor: Mehdi Tahoori Reliable Computing I Lecture 5: Reliability Evaluation INSTITUTE OF COMPUTER ENGINEERING (ITEC) CHAIR FOR DEPENDABLE NANO COMPUTING (CDNC) National Research Center of the Helmholtz

More information

Signal Handling & Processing

Signal Handling & Processing Signal Handling & Processing The output signal of the primary transducer may be too small to drive indicating, recording or control elements directly. Or it may be in a form which is not convenient for

More information

Time-varying failure rate for system reliability analysis in large-scale railway risk assessment simulation

Time-varying failure rate for system reliability analysis in large-scale railway risk assessment simulation Time-varying failure rate for system reliability analysis in large-scale railway risk assessment simulation H. Zhang, E. Cutright & T. Giras Center of Rail Safety-Critical Excellence, University of Virginia,

More information

Maintenance free operating period an alternative measure to MTBF and failure rate for specifying reliability?

Maintenance free operating period an alternative measure to MTBF and failure rate for specifying reliability? Reliability Engineering and System Safety 64 (1999) 127 131 Technical note Maintenance free operating period an alternative measure to MTBF and failure rate for specifying reliability? U. Dinesh Kumar

More information

Safety Analysis Using Petri Nets

Safety Analysis Using Petri Nets Safety Analysis Using Petri Nets IEEE Transactions on Software Engineering (1987) Nancy G. Leveson and Janice L. Stolzy Park, Ji Hun 2010.06.21 Introduction Background Petri net Time petri net Contents

More information

Concept of Reliability

Concept of Reliability Concept of Reliability Prepared By Dr. M. S. Memon Department of Industrial Engineering and Management Mehran University of Engineering and Technology Jamshoro, Sindh, Pakistan RELIABILITY Reliability

More information

Reliability Analysis of Electronic Systems using Markov Models

Reliability Analysis of Electronic Systems using Markov Models Reliability Analysis of Electronic Systems using Markov Models István Matijevics Polytechnical Engineering College, Subotica, Serbia and Montenegro, matistvan@yahoo.com Zoltán Jeges Polytechnical Engineering

More information

A New Reliability Allocation Method Based on FTA and AHP for Nuclear Power Plant!

A New Reliability Allocation Method Based on FTA and AHP for Nuclear Power Plant! A New Reliability Allocation Method Based on FTA and AHP for Nuclear Power Plant! Presented by Rongxiang Hu Contributed by FDS Team Institute of Nuclear Energy Safety Technology (INEST) Chinese Academy

More information

Basics of Uncertainty Analysis

Basics of Uncertainty Analysis Basics of Uncertainty Analysis Chapter Six Basics of Uncertainty Analysis 6.1 Introduction As shown in Fig. 6.1, analysis models are used to predict the performances or behaviors of a product under design.

More information

Non-observable failure progression

Non-observable failure progression Non-observable failure progression 1 Age based maintenance policies We consider a situation where we are not able to observe failure progression, or where it is impractical to observe failure progression:

More information

Reliability and Availability Analysis of Uncaser System in A Brewary Plant

Reliability and Availability Analysis of Uncaser System in A Brewary Plant IJRMET Vo l. 2, Is s u e 2, Ma y - Oc t 2012 ISSN : 2249-5762 (Online ISSN : 2249-5770 (Print Reliability and Availability Analysis of Uncaser System in A Brewary Plant 1 Sunil Kadiyan, 2 Dr. R. K. Garg,

More information

System Reliability Analysis. CS6323 Networks and Systems

System Reliability Analysis. CS6323 Networks and Systems System Reliability Analysis CS6323 Networks and Systems Topics Combinatorial Models for reliability Topology-based (structured) methods for Series Systems Parallel Systems Reliability analysis for arbitrary

More information

Evaluation and Validation

Evaluation and Validation Evaluation and Validation Peter Marwedel TU Dortmund, Informatik 12 Germany Graphics: Alexandra Nolte, Gesine Marwedel, 2003 2011 06 18 These slides use Microsoft clip arts. Microsoft copyright restrictions

More information

ISM Evolution. Elscolab. Nederland BV

ISM Evolution. Elscolab. Nederland BV ISM Evolution Agenda Introduction Marketing Strategy ISM Concept & Technology Product Offering Applications Digital Communication and ISM Outlook 1 Agenda Introduction Marketing Strategy ISM Concept &

More information

Oregon Department of Transportation. Geographic Information Systems Strategic Plan

Oregon Department of Transportation. Geographic Information Systems Strategic Plan Oregon Department of Transportation Geographic Information Systems Strategic Plan Adopted May, 2000 By the GIS Steering Committee Last printed 10/2/2012 4:20:00 PM Page Geographic Information Systems Strategic

More information

SEQUENCING RELIABILITY GROWTH TASKS USING MULTIATTRIBUTE UTILITY FUNCTIONS

SEQUENCING RELIABILITY GROWTH TASKS USING MULTIATTRIBUTE UTILITY FUNCTIONS SEQUENCING RELIABILITY GROWTH TASKS USING MULTIATTRIBUTE UTILITY FUNCTIONS KEVIN J WILSON, JOHN QUIGLEY Department of Management Science University of Strathclyde, UK In both hardware and software engineering,

More information

A BAYESIAN SOLUTION TO INCOMPLETENESS

A BAYESIAN SOLUTION TO INCOMPLETENESS A BAYESIAN SOLUTION TO INCOMPLETENESS IN PROBABILISTIC RISK ASSESSMENT 14th International Probabilistic Safety Assessment & Management Conference PSAM-14 September 17-21, 2018 Los Angeles, United States

More information

EARLY DEPLOYMENT DATA RETRIEVAL 10-6 ESTIMATES Maximum Likelihood 6-1 Point 6-1

EARLY DEPLOYMENT DATA RETRIEVAL 10-6 ESTIMATES Maximum Likelihood 6-1 Point 6-1 INDEX ACCEPTANCE CRITERIA 8-4, 8-10 AGE DEPENDENT ANALYSIS (Fixed Configuration) 7-1, 10-3 Supporting Data Base 10-3, 10-10 AUTOMATIC TEST EQUIPMENT (ATE)(see Diagnostic Systems, Automatic) AVAILABILITY

More information

Reliability of Technical Systems

Reliability of Technical Systems Reliability of Technical Systems Main Topics. Short Introduction, Reliability Parameters: Failure Rate, Failure Probability, etc. 2. Some Important Reliability Distributions 3. Component Reliability 4.

More information

Development of Multi-Unit Dependency Evaluation Model Using Markov Process and Monte Carlo Method

Development of Multi-Unit Dependency Evaluation Model Using Markov Process and Monte Carlo Method Development of Multi-Unit Dependency Evaluation Model Using Markov Process and Monte Carlo Method Sunghyon Jang, and Akira Yamaguchi Department of Nuclear Engineering and Management, The University of

More information

Chapter 12. Spurious Operation and Spurious Trips

Chapter 12. Spurious Operation and Spurious Trips Chapter 12. Spurious Operation and Spurious Trips Mary Ann Lundteigen Marvin Rausand RAMS Group Department of Mechanical and Industrial Engineering NTNU (Version 0.1) Lundteigen& Rausand Chapter 12.Spurious

More information

Failure rate in the continuous sense. Figure. Exponential failure density functions [f(t)] 1

Failure rate in the continuous sense. Figure. Exponential failure density functions [f(t)] 1 Failure rate (Updated and Adapted from Notes by Dr. A.K. Nema) Part 1: Failure rate is the frequency with which an engineered system or component fails, expressed for example in failures per hour. It is

More information

Tradeoff between Reliability and Power Management

Tradeoff between Reliability and Power Management Tradeoff between Reliability and Power Management 9/1/2005 FORGE Lee, Kyoungwoo Contents 1. Overview of relationship between reliability and power management 2. Dakai Zhu, Rami Melhem and Daniel Moss e,

More information

Fail-Safe Testing of Safety-Critical Systems

Fail-Safe Testing of Safety-Critical Systems University of Denver Digital Commons @ DU Electronic Theses and Dissertations Graduate Studies 1-1-2014 Fail-Safe Testing of Safety-Critical Systems Ahmed Gario University of Denver Follow this and additional

More information

Analysis methods for fault trees that contain secondary failures

Analysis methods for fault trees that contain secondary failures Loughborough University Institutional Repository Analysis methods for fault trees that contain secondary failures This item was submitted to Loughborough University's Institutional Repository by the/an

More information

Statistical Quality Control - Stat 3081

Statistical Quality Control - Stat 3081 Statistical Quality Control - Stat 3081 Awol S. Department of Statistics College of Computing & Informatics Haramaya University Dire Dawa, Ethiopia March 2015 Introduction Industrial Statistics and Quality

More information

The Vaisala AUTOSONDE AS41 OPERATIONAL EFFICIENCY AND RELIABILITY TO A TOTALLY NEW LEVEL.

The Vaisala AUTOSONDE AS41 OPERATIONAL EFFICIENCY AND RELIABILITY TO A TOTALLY NEW LEVEL. The Vaisala AUTOSONDE AS41 OPERATIONAL EFFICIENCY AND RELIABILITY TO A TOTALLY NEW LEVEL. Weather Data Benefit For Society The four most important things about weather prediction are quality, reliability,

More information

Safety and Reliability of Embedded Systems

Safety and Reliability of Embedded Systems (Sicherheit und Zuverlässigkeit eingebetteter Systeme) Fault Tree Analysis Mathematical Background and Algorithms Prof. Dr. Liggesmeyer, 0 Content Definitions of Terms Introduction to Combinatorics General

More information

GEOGRAPHIC INFORMATION SYSTEM ANALYST I GEOGRAPHIC INFORMATION SYSTEM ANALYST II

GEOGRAPHIC INFORMATION SYSTEM ANALYST I GEOGRAPHIC INFORMATION SYSTEM ANALYST II CITY OF ROSEVILLE GEOGRAPHIC INFORMATION SYSTEM ANALYST I GEOGRAPHIC INFORMATION SYSTEM ANALYST II DEFINITION To perform professional level work in Geographic Information Systems (GIS) management and analysis;

More information

Fault-Tolerant Computer System Design ECE 60872/CS 590. Topic 2: Discrete Distributions

Fault-Tolerant Computer System Design ECE 60872/CS 590. Topic 2: Discrete Distributions Fault-Tolerant Computer System Design ECE 60872/CS 590 Topic 2: Discrete Distributions Saurabh Bagchi ECE/CS Purdue University Outline Basic probability Conditional probability Independence of events Series-parallel

More information

SUPPLEMENT TO CHAPTER

SUPPLEMENT TO CHAPTER SUPPLEMENT TO CHAPTER 4 Reliability SUPPLEMENT OUTLINE Introduction, 2 Finding Probability of Functioning When Activated, 2 Finding Probability of Functioning for a Given Length of Time, 4 Key Terms, 10

More information

Availability. M(t) = 1 - e -mt

Availability. M(t) = 1 - e -mt Availability Availability - A(t) the probability that the system is operating correctly and is available to perform its functions at the instant of time t More general concept than reliability: failure

More information

P R O G N O S T I C S

P R O G N O S T I C S P R O G N O S T I C S THE KEY TO PREDICTIVE MAINTENANCE @senseyeio Me BEng Digital Systems Engineer Background in aerospace & defence and large scale wireless sensing Software Verification & Validation

More information

Practical Applications of Reliability Theory

Practical Applications of Reliability Theory Practical Applications of Reliability Theory George Dodson Spallation Neutron Source Managed by UT-Battelle Topics Reliability Terms and Definitions Reliability Modeling as a tool for evaluating system

More information

Considering Security Aspects in Safety Environment. Dipl.-Ing. Evzudin Ugljesa

Considering Security Aspects in Safety Environment. Dipl.-Ing. Evzudin Ugljesa Considering Security spects in Safety Environment Dipl.-ng. Evzudin Ugljesa Overview ntroduction Definitions of safety relevant parameters Description of the oo4-architecture Calculation of the FD-Value

More information

Discrete Structures Proofwriting Checklist

Discrete Structures Proofwriting Checklist CS103 Winter 2019 Discrete Structures Proofwriting Checklist Cynthia Lee Keith Schwarz Now that we re transitioning to writing proofs about discrete structures like binary relations, functions, and graphs,

More information

B.H. Far

B.H. Far SENG 521 Software Reliability & Software Quality Chapter 6: Software Reliability Models Department of Electrical & Computer Engineering, University of Calgary B.H. Far (far@ucalgary.ca) http://www.enel.ucalgary.ca/people/far/lectures/seng521

More information

Reliability Analysis of Moog Ultrasonic Air Bubble Detectors

Reliability Analysis of Moog Ultrasonic Air Bubble Detectors Reliability Analysis of Moog Ultrasonic Air Bubble Detectors Air-in-line sensors are vital to the performance of many of today s medical device applications. The reliability of these sensors should be

More information

Modeling Common Cause Failures in Diverse Components with Fault Tree Applications

Modeling Common Cause Failures in Diverse Components with Fault Tree Applications Modeling Common Cause Failures in Diverse s with Fault Tree Applications Joseph R. Belland, Isograph Inc. Key Words: Common Cause Failures, Fault Trees, Beta Factor SUMMARY & CONCLUSIONS A common cause

More information

Construction Operation Simulation

Construction Operation Simulation Construction Operation Simulation Lecture #8 Output analysis Amin Alvanchi, PhD Construction Engineering and Management Department of Civil Engineering, Sharif University of Technology Outline 2 Introduction

More information

Predicting Long-Term Telemetry Behavior for Lunar Orbiting, Deep Space, Planetary and Earth Orbiting Satellites

Predicting Long-Term Telemetry Behavior for Lunar Orbiting, Deep Space, Planetary and Earth Orbiting Satellites Predicting Long-Term Telemetry Behavior for Lunar Orbiting, Deep Space, Planetary and Earth Orbiting Satellites Item Type text; Proceedings Authors Losik, Len Publisher International Foundation for Telemetering

More information

12 Moderator And Moderator System

12 Moderator And Moderator System 12 Moderator And Moderator System 12.1 Introduction Nuclear fuel produces heat by fission. In the fission process, fissile atoms split after absorbing slow neutrons. This releases fast neutrons and generates

More information

Joint work with Marie-Aude Esteve, Joost-Pieter Katoen, Bart Postma and Yuri Yushtein.

Joint work with Marie-Aude Esteve, Joost-Pieter Katoen, Bart Postma and Yuri Yushtein. SATELLITE PLATFORM CASE STUDY WITH SLIM AND COMPASS Viet Yen Nguyen Joint work with Marie-Aude Esteve, Joost-Pieter Katoen, Bart Postma and Yuri Yushtein. OUR CASE: SATELLITE PLATFORM Note: shown satellite

More information

EXPERT SYSTEM FOR POWER TRANSFORMER DIAGNOSIS

EXPERT SYSTEM FOR POWER TRANSFORMER DIAGNOSIS EXPERT SYSTEM FOR POWER TRANSFORMER DIAGNOSIS Virginia Ivanov Maria Brojboiu Sergiu Ivanov University of Craiova Faculty of Electrical Engineering 107 Decebal Blv., 200440, Romania E-mail: vivanov@elth.ucv.ro

More information

Data Sheet. Functional Safety Characteristic Safety Values for BE.. Brakes * _0715*

Data Sheet. Functional Safety Characteristic Safety Values for BE.. Brakes * _0715* Drive Technology \ Drive Automation \ System Integration \ Services *22291814_0715* Data Sheet Functional Safety Characteristic Safety Values for BE.. Brakes Edition 07/2015 22291814/EN SEW-EURODRIVE Driving

More information

SK Series BOX PLOW INSTALLATION & OWNER S MANUAL TABLE OF CONTENTS

SK Series BOX PLOW INSTALLATION & OWNER S MANUAL TABLE OF CONTENTS SK Series BOX PLOW INSTALLATION & OWNER S MANUAL TABLE OF CONTENTS SAFETY... 2 INTRODUCTIONS... 5 TIPS ON PLOWING SNOW... 6 BOX PLOW ASSEMBLY PROCEDURE... 7 BOX PLOW BLADE ASSEMBLY DRAWING AND PARTS LIST...

More information

PROBABILISTIC AND POSSIBILISTIC FAULT TREE ANALYSIS

PROBABILISTIC AND POSSIBILISTIC FAULT TREE ANALYSIS PROBABILISTIC AD POSSIBILISTIC FAULT TREE AALYSIS M. Ragheb 12/28/2017 ITRODUCTIO In the design of nuclear power plants, it is important to analyze the probable and possible mechanisms of failure. Fault

More information

ER2 Short-head Electric Chain Hoist

ER2 Short-head Electric Chain Hoist O/M NO.SHER2-0903-CE-00 ER2 Short-head Electric Chain Hoist (250kg to 5t) Operation Manual (SHER2M/SHER2SG/SHER2SP) Introduction The KITO Short-head Electric Chain Hoist is intended for effective use in

More information

Reliability Analysis of Hydraulic Steering System with DICLFL Considering Shutdown Correlation Based on GO Methodology

Reliability Analysis of Hydraulic Steering System with DICLFL Considering Shutdown Correlation Based on GO Methodology 2015 ICRSE&PHM-Beijing Reliability Analysis of Hydraulic Steering System with DICLFL Considering Shutdown Correlation Based on GO Methodology YI Xiaojian, SHI Jian, MU Huina, DONG Haiping, GUO Shaowei

More information

SYMBIOSIS CENTRE FOR DISTANCE LEARNING (SCDL) Subject: production and operations management

SYMBIOSIS CENTRE FOR DISTANCE LEARNING (SCDL) Subject: production and operations management Sample Questions: Section I: Subjective Questions 1. What are the inputs required to plan a master production schedule? 2. What are the different operations schedule types based on time and applications?

More information

Evaluating Safety Integrity Level in presence of uncertainty

Evaluating Safety Integrity Level in presence of uncertainty See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/224880564 Evaluating Safety Integrity Level in presence of uncertainty Conference Paper June

More information

DISTRIBUTION SYSTEM ELECTRIC INFRASTRUCTURE RELIABILITY PERFORMANCE INDICATORS

DISTRIBUTION SYSTEM ELECTRIC INFRASTRUCTURE RELIABILITY PERFORMANCE INDICATORS EB-- Exhibit D Page of DISTRIBUTION SYSTEM ELECTRIC INFRASTRUCTURE RELIABILITY PERFORMANCE INDICATORS FIVE-YEAR HISTORICAL RELIABILITY PERFORMANCE THESL tracks System Average Interruption Frequency Index

More information

Quantitative Probabilistic Modeling of Environmental Control and Life Support System Resilience for Long-Duration Human Spaceflight

Quantitative Probabilistic Modeling of Environmental Control and Life Support System Resilience for Long-Duration Human Spaceflight Quantitative Probabilistic Modeling of Environmental Control and Life Support System Resilience for Long-Duration Human Spaceflight by Andrew Charles Owens B.S., Rice University (2012) Submitted to the

More information