Module 8 - Random Failure Measures Flashcards

1
Q

What is reliability?

A

The ability of a system to function properly over a given time period?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is availability?

A

The probability of a system to function properly at a given instant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is maintainability?

A

The ease with which a system can be maintained

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is dependability?

A

A measure of the system’s reliability, availability, and maintainability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is failure rate? What is the symbol for average failure rate?

A

Failure rate is the number of failures per unit time. Symbol Lambda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Is failure rate constant?

A

No. Failure rate follows a bathtub curve

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the two methods of finding faults within a component?

A
  1. Diagnostics

2. Proof tests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are diagnostics?

A

High frequency automatic tests internal to the component

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are proof tests?

A

Low frequency tests usually run manually to evaluate a component

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the two components contained within the average failure rate?

A

Safe and dangerous failures (L = Ls + Ld)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the difference between safe and dangerous failure?

A

Safe failures cause spurious trips, dangerous failures prevent safety functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do diagnostics impact the average failure rate?

A

They further divide the safe and dangerous failure rate into detected and undetected failures for each type (Ls = Lsd + Lsu, Ld = Ldd + Ldu)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is diagnostic coverage?

A

The fraction of dangerous failures detected by diagnostics (DC = LDD/LD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is safe failure fraction?

A

A measure of how fail-safe a device is.

SFF = (Ls + Ldd)/(Ls + Ldd + Ldu)

SFF = (Ls+Ldd)/L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the purpose of safe failure fraction?

A
  1. To calculate Ldu from L

2. To determine hardware fault tolerance (architectural constraints) from IEC 61508 Route 1H

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the two methods to calculate Ldu?

A
  1. SFF –> Ldu = (1-SFF)*L

2. DC –> Ldu = (1-DC)*Ld

17
Q

Where do Lambda values come from?

A

From an FMEA performed by the manufacturer and supplied on a datasheet

18
Q

What is formula for PFDavg?

A

PFDavg = Ldu * TI/2

19
Q

What is the relationship between PFDavg and proof test interval?

A

Directly proportional

20
Q

What is the relationship between L and MTTF?

A

Inverse of each other

21
Q

What is the relationship between repair rate Mu and MTTR

A

Inverse of each other

22
Q

What is an alternative statement of PFDavg?

A

The fraction of time the component is unavailable

PFDavg = MTTR/MTBF

23
Q

What is an alternative statement of TI

A

MTTR = TI/2 + MRT

24
Q

What are the three main sources of reliability data?

A
  1. Operating company experience
  2. Databses such as OREDA
  3. Manufacturers data