Lecture 9 - Safety and Fail-safe Design Flashcards

1
Q

What does safety mean as engineers?

A

It is a property of a system and it is the freedom from accident or loss; the system does not endanger life or the environment

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

What are secondary costs that may follow after an unsafe product?

A

1) Loss of customer goodwill and/or customers
2) Warranty expenses
3) Litigation
4) Reputation

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

What formula represents product safety from an economic standpoint?

A

T = P + S where P (Primary cost of a product; including safety measured) and S (Secondary costs)

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

Define the term ‘hazard’

A

(uh oh); A situation with potential danger to people, environment, and/or material

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

Define the term ‘incident’

A

(uh oh becomes real); A situation with actual danger to people, environment, or material

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

Define the term ‘accident’ or ‘mishap’

A

(uh oh affects someone); Events that cause death, injury, environmental, and/or material damage

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

What is a formula used to calculate risk?

A

Risk = Penalty x Likelihood
(Likelihood of that penalty happening)

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

Define the term ‘risk’

A

it is the potential that something unwanted and harmful may occur

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

What are three types (manner) of failure handling?

A

1) Fail operational
2) Fail-over to reduced capability system
3) Fail safe

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

What is ‘fail operational’?

A

Systems’ functionality dosent dependent on component failure; accomplished through redundancy

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

What is ‘fail-over to reduced capability system’?

A

1) Simple algorithms
2) Mechanical backup
3) Manual backup

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

What is ‘fail safe’?

A

System no longer delivers the original function but transitions to a safe mode; may used a reduced capability system as a ‘limp home’ until it reaches a safe state

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

What are two ways to avoid faults from occuring?

A

1) Careful design to avoid defects
2) Using more robust software and hardware

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

What are two ways to detect and contain faults?

A

1) Error correction in hardware; redundant CPUs
2) Watchdog timers for failed tasks; raises flags

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

What does FTA stand for?

A

Fault Tree Analysis

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

What is FTA?

A

it is a failure analysis in which an undesired state or system is analyzed through the use of boolean logic to link and relate to prior events

17
Q

What can FTA be used for? Name three of its uses

A

1) To identify the best ways to reduce a risk
2) To determine the probability of an accident
3) To determine a particular system’s level’s failure (isolation)

18
Q

From an FTA standpoint, what would correspond to “AND”?

A

If two causes are independant and both must occur to lead to the end event

19
Q

From an FTA standpoint, what would correspond to “OR”?

A

If either event can be a cause/can lead to the final event

20
Q

What is the safe-life design philosophy?

A

Says that the component or system is designed to not fail within a specific period; also says that testing and analysis provide resonable estimates for the expected lifetime

21
Q

What is the fail-safe design philosophy?

A

Sort of design that incorporates a plethora of techniques to mitigate losses due to component or system failures; failure is inevitable so prepares for a ‘safe failure’

22
Q

What is damage tolerance design philosophy?

A

The ability of an asset to sustain an already anticipated damage until the damage is picked up in one of the inspections; safety-by-inspection

23
Q

How can safe-life design be implemented?

A

Involves testing and analysis to estimate how long the component can be in service before it will be most likely to fail

24
Q

How can fail-safe design be integrated?

A

Use of redundancy, intentional weak links, physical laws and early detection

25
Q

When should fail-safe design be implemented?

A

1) Whenever the cost and likelihood of failure outweighs the cost of implementing either fail-safe/safe-life designs

26
Q

What can costs of failure refer to?

A

1) Physical harm to people/environment
2) Loss/destruction of property/equipment
3) Loss of productivity/use of the failed product
4) Damaged reputation

27
Q

What are elements which cost of implementation may include?

A

1) Increased expense and time for design and testing
2) Increased production costs
3) Decrease in product performance

28
Q

How to implement safety into design?

A

1) Try to eliminate hazards from the design
2) Identify causes of hazards and try to reduce their likelihood of occuring through design

29
Q

What are the ways of eliminating hazards from a design?

A

1) Substitution
2) Simplification
3) Decoupling

30
Q

What are ways to control hazards once they occured?

A

1) Reduce exposure
2) Isolation
3) Containment
4) Fail-safe design