Lecture 9 - Safety and Fail-safe Design Flashcards
What does safety mean as engineers?
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
What are secondary costs that may follow after an unsafe product?
1) Loss of customer goodwill and/or customers
2) Warranty expenses
3) Litigation
4) Reputation
What formula represents product safety from an economic standpoint?
T = P + S where P (Primary cost of a product; including safety measured) and S (Secondary costs)
Define the term ‘hazard’
(uh oh); A situation with potential danger to people, environment, and/or material
Define the term ‘incident’
(uh oh becomes real); A situation with actual danger to people, environment, or material
Define the term ‘accident’ or ‘mishap’
(uh oh affects someone); Events that cause death, injury, environmental, and/or material damage
What is a formula used to calculate risk?
Risk = Penalty x Likelihood
(Likelihood of that penalty happening)
Define the term ‘risk’
it is the potential that something unwanted and harmful may occur
What are three types (manner) of failure handling?
1) Fail operational
2) Fail-over to reduced capability system
3) Fail safe
What is ‘fail operational’?
Systems’ functionality dosent dependent on component failure; accomplished through redundancy
What is ‘fail-over to reduced capability system’?
1) Simple algorithms
2) Mechanical backup
3) Manual backup
What is ‘fail safe’?
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
What are two ways to avoid faults from occuring?
1) Careful design to avoid defects
2) Using more robust software and hardware
What are two ways to detect and contain faults?
1) Error correction in hardware; redundant CPUs
2) Watchdog timers for failed tasks; raises flags
What does FTA stand for?
Fault Tree Analysis