Developing software which should never compromise the overall safety of a system



Similar documents
The portable insulin pump. Developing a dependability. pump

System Specification. Objectives

University of Paderborn Software Engineering Group II-25. Dr. Holger Giese. University of Paderborn Software Engineering Group. External facilities

A Methodology for Safety Critical Software Systems Planning

Dependable software development. Programming techniques for building dependable software systems.

Software-based medical devices from defibrillators

Software testing. Objectives

Lecture 2. Anis Koubaa

Chapter 8 Software Testing

Effective Independent Safety Assessment

Chapter 1- Introduction. Lecture 1

Safety and Hazard Analysis

Software Engineering. Software Testing. Based on Software Engineering, 7 th Edition by Ian Sommerville

Basic Fundamentals Of Safety Instrumented Systems

Chapter 1- Introduction. Lecture 1

Introduction to Software Engineering

Interactive system specification. Interactive system definition. Issues to be taken into account for interactive systems

Project management. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 5 Slide 1

Software Processes. The software process. Generic software process models. Waterfall model. Waterfall model phases

Overview of IEC Design of electrical / electronic / programmable electronic safety-related systems

OSW TN002 - TMT GUIDELINES FOR SOFTWARE SAFETY TMT.SFT.TEC REL07

The Canadian National System for Incident Reporting in Radiation Treatment (NSIR-RT) Taxonomy March 2, 2015 V2

Testing of safety-critical software some principles

LSST Hazard Analysis Plan

A System-safety process for by-wire automotive systems

Edwin Lindsay Principal Consultant. Compliance Solutions (Life Sciences) Ltd, Tel: + 44 (0) elindsay@blueyonder.co.

Project management. Organising, planning and scheduling software projects. Ian Sommerville 2000 Software Engineering, 6th edition.

Process Models and Metrics

Effective Application of Software Safety Techniques for Automotive Embedded Control Systems SAE TECHNICAL PAPER SERIES

Software Safety Basics

Testing and Inspecting to Ensure High Quality

Selecting Sensors for Safety Instrumented Systems per IEC (ISA )

Chapter 11: Integration- and System Testing

Introduction into IEC Software life cycle for medical devices

Peter Mileff PhD SOFTWARE ENGINEERING. The Basics of Software Engineering. University of Miskolc Department of Information Technology

How To Develop Software

An Introduction to Software Engineering

An Introduction to Software Engineering. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 1 Slide 1

CSC340: Information Systems Analysis and Design. About the Course

Modular Safety Cases

3.4.4 Description of risk management plan Unofficial Translation Only the Thai version of the text is legally binding.

Software Safety Hazard Analysis

Design with Reuse. Building software from reusable components. Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 14 Slide 1

Title: Basic Principles of Risk Management for Medical Device Design

Software Engineering. Objectives. Designing, building and maintaining large software systems

Software Engineering. Software Processes. Based on Software Engineering, 7 th Edition by Ian Sommerville

11.1 What is Project Management? Object-Oriented Software Engineering Practical Software Development using UML and Java. What is Project Management?

Government Degree on the Safety of Nuclear Power Plants 717/2013

Introduction to Software Engineering. Adopted from Software Engineering, by Ian Sommerville

Software Engineering. What is SE, Anyway? Based on Software Engineering, 7 th Edition by Ian Sommerville

Safety Requirements Specification Guideline

Adverse Drug Events and Medication Safety: Diabetes Agents and Hypoglycemia

Introduction. Chapter 1

Design of automatic testing tool for railway signalling systems software safety assessment

27 Formal Specification

Software Requirements

Patterns in Software Engineering

Project management. Organizing, planning and scheduling software projects

SOFTWARE VERIFICATION RESEARCH CENTRE SCHOOL OF INFORMATION TECHNOLOGY THE UNIVERSITY OF QUEENSLAND. Queensland 4072 Australia TECHNICAL REPORT

Process Improvement. Objectives

Insulin Pump System Design

Software Engineering Reference Framework

Test Specification. Introduction

High Integrity Systems in Health Environment. Mark Nicholson

Systems Engineering. Designing, implementing, deploying and operating systems which include hardware, software and people

CS4507 Advanced Software Engineering

Implementation of ANSI/AAMI/IEC Medical Device Software Lifecycle Processes.

Topics covered. An Introduction to Software Engineering. FAQs about software engineering Professional and ethical responsibility

Incident Reporting Procedure

SOFTWARE SAFETY STANDARD

Project Risk Management: IV&V as Insurance for Project Success

Metrics in Software Test Planning and Test Design Processes

Motivations. spm adolfo villafiorita - introduction to software project management

EVITA-Project.org: E-Safety Vehicle Intrusion Protected Applications

Software Engineering. How does software fail? Terminology CS / COE 1530

Establishing Great Software Development Process(es) for Your Organization. By Dale Mayes

Software Engineering. System Models. Based on Software Engineering, 7 th Edition by Ian Sommerville

> THE SEVEN GREATEST THREATS TO PROCESS PLANT > WHAT S INSIDE: SAFETY, AND HOW TO MANAGE THEM WHITE PAPER

SYSM 6304: Risk and Decision Analysis Lecture 5: Methods of Risk Analysis

find model parameters, to validate models, and to develop inputs for models. c 1994 Raj Jain 7.1

2015. All rights reserved.

COMMONWEALTH OF PENNSYLVANIA DEPARTMENT S OF PUBLIC WELFARE, INSURANCE, AND AGING

Functional safety. Essential to overall safety

Chapter 11, Testing, Part 2: Integration and System Testing

Test-Driven Approach for Safety-Critical Software Development

Verifying Semantic of System Composition for an Aspect-Oriented Approach

Maximum Availability Architecture. Oracle Best Practices For High Availability. Backup and Recovery Scenarios for Oracle WebLogic Server: 10.

Software Process for QA

The Mental Health Care Patient Management System (Mentcare)

Inferior Vena Cava filter and removal

Transcription:

Safety-critical software Developing software which should never compromise the overall safety of a system Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 1 Objectives To introduce the concept of safety-critical software To describe the safety-critical system development process To introduce methods of process and product safety assurance Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 2

Topics covered Definitions of safety-critical system terminology An insulin pump example Safety specification Hazard analysis Risk assessment and reduction Safety assurance Hazard logs Safety proofs Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 3 Safety-critical systems Systems whose failure can threaten human life or cause serious environmental damage Increasingly important as computers replace simpler, hard-wired control systems Hardware safety is often based on the physical properties of the hardware. Comparable techniques cannot be used with software Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 4

Safety criticality Primary safety-critical systems Embedded software systems whose failure can cause the associated hardware to fail and directly threaten people. Secondary safety-critical systems Systems whose failure results in faults in other systems which can threaten people Discussion here focuses on primary safety-critical systems Secondary safety-critical systems can only be considered on a one-off basis Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 5 Definitions Mishap (or accident) An unplanned event or event sequence which results in human death or injury. It may be more generally defined as covering damage to property or the environment Damage A measure of the loss resulting from a mishap Hazard A condition with the potential for causing or contributing to a mishap Hazard severity An assessment of the worst possible damage which could result from a particular hazard Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 6

Definitions Hazard probability The probability of the events occurring which create a hazard Risk This is a complex concept which is related to the hazard severity, the hazard probability and the probability that the hazard will result in a mishap. It is a measure of the probability that the system will behave in a way which threatens humans. The objective of all safety systems is to minimise risk. Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 7 Safety achievement The number of faults which can cause safetyrelated failures is usually a small subset of the total number of faults which may exist in a system Safety achievement should ensure that either these faults cannot occur or, if they do occur, they cannot result in a mishap Should also ensure that correct functioning of the system does not cause a mishap Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 8

Safety and reliability Not the same thing Reliability is concerned with conformance to a given specification and delivery of service Safety is concerned with ensuring system cannot cause damage irrespective of whether or not it conforms to its specification Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 9 Unsafe reliable systems Specification errors If the system specification is incorrect then the system can behave as specified but still cause an accident Hardware failures generating spurious inputs Hard to anticipate in the specification Context-sensitive commands i.e. issuing the right command at the wrong time Often the result of operator error Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 10

Accident occurrence System design should always be based around the notion that no single point of failure can compromise system safety However, accidents usually arise because of several simultaneous failures rather than a failure of a single part of the system Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 11 Software control Adds complexity so hence may decrease overall system safety BUT also allows a larger number of system parameters to be monitored, allows the use of inherently reliable electronic equipment and can be used to provide sophisticated safety interlocks Therefore, software control may improve overall system safety even when occasional software failures occur Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 12

Insulin delivery Simple example of a safety-critical system. Most medical systems are safety-critical People with diabetes cannot make their own insulin (used to metabolise sugar). It must be delivered externally Delivers a dose of insulin (required by diabetics) depending on the value of a blood sugar sensor Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 13 Insulin delivery system Blood Data flow model of software-controlled insulin pump Blood sugar sensor Blood parameters Blood sugar analysis Blood sugar level Insulin Insulin pump Pump control commands Insulin delivery controller Insulin requirement Insulin requirement computation Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 14

Safety specification The safety requirements of a system should be separately specified These requirements should be based on an analysis of the possible hazards and risks Safety requirements usually apply to the system as a whole rather than to individual sub-systems Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 15 The safety life-cycle Replace with portrait slide Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 16

Safety processes Hazard and risk analysis Assess the hazards and the risks of damage associated with the system Safety requirements specification Specify a set of safety requirements which apply to the system Designation of safety-critical systems Identify the sub-systems whose incorrect operation may compromise system safety Safety validation Check the overall system safety Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 17 Hazard analysis Identification of hazards which can arise Structured into various classes of hazard analysis and carried out throughout software process A risk analysis should be carried out and documented for each identified hazard Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 18

Hazard analysis stages Hazard identification Identify potential hazards which may arise Hazard classification Assess the risk associated with each hazard Hazard decomposition Decompose hazards to discover their potential root causes Safety specification Define how each hazard must be taken into account when the system is designed Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 19 Structured hazard analysis For large systems, hazard analysis must be structured Preliminary hazard analysis Assess the principal hazards for the system in its operating environment Sub-system hazard analysis Assess hazards for each safetycritical sub-system System hazard analysis Assess hazards which result from subsystem interaction Software hazard analysis Assess hazards related to incorrect software function Operational hazard analysis Assess hazards resulting from incorrect system use Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 20

Insulin system hazards insulin overdose or underdose power failure machine interferes electrically with other medical equipment such as a heart pacemaker parts of machine break off in patient s body poor sensor/actuator contact infection caused by introduction of machine allergic reaction to the materials or insulin used in the machine Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 21 Fault-tree analysis Method of hazard analysis which starts with an identified fault and works backward to the causes of the fault. Can be used at all stages of hazard analysis from preliminary analysis through to detailed software checking Top-down hazard analysis method. May be combined with bottom-up methods which start with system failures and lead to hazards Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 22

Fault- tree analysis Identify hazard Identify potential causes of the hazard. Usually there will be a number of alternative causes. Link these on the fault-tree with or or and symbols Continue process until root causes are identified A design objective should be that no single cause can result in a hazard. That is, or s should be replaced by and s wherever possible Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 23 Insulin dose error Replace with portrait slide Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 24

Risk assessment Assesses hazard severity, hazard probability and accident probability Outcome of risk assessment is a statement of acceptability Intolerable. Must never arise or result in an accident As low as reasonably practical(alarp) Must minimise possibility of hazard given cost and schedule constraints Acceptable. Consequences of hazard are acceptable and no extra costs should be incurred to reduce hazard probability Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 25 Levels of risk Replace with portrait slide Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 26

Risk acceptability The acceptability of a risk is determined by human, social and political considerations In most societies, the boundaries between the regions are pushed upwards with time i.e. society is less willing to accept risk For example, the costs of cleaning up pollution may be less than the costs of preventing it but this may not be socially acceptable Risk assessment is subjective Risks are identified as probable, unlikely, etc. This depends on who is making the assessment Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 27 Risk analysis example Identified Hazard Hazard Estimated Acceptability hazard probability severity risk Insulin overdose Medium High High Intolerable Insulin Medium Low Low Acceptable underdose Power failure High Low Low Acceptable Machine High High High Intolerable incorrectly fitted Machine breaks Low High Medium ALARP in patient Machine causes Medium Medium Medium ALARP infection Electrical Low High Medium ALARP interference Allergic reaction Low Low Low Acceptable Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 28

Risk reduction System should be specified so that hazards do not arise or result in an accident Hazard avoidance The system should be designed so that the hazard can never arise during correct system operation Hazard probability reduction The system should be designed so that the probability of a hazard arising is minimised Accident prevention If the hazard arises, there should be mechanisms built into the system to prevent an accident Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 29 Insulin delivery system Safe state is a shutdown state where no insulin is delivered If hazard arises,shutting down the system will prevent an accident Software may be included to detect and prevent hazards such as power failure Consider only hazards arising from software failure Arithmetic error The insulin dose is computed incorrectly because of some failure of the computer arithmetic Algorithmic error The dose computation algorithm is incorrect Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 30

Arithmetic errors Use language exception handling mechanisms to trap errors as they arise Use explicit error checks for all errors which are identified Avoid error-prone arithmetic operations (multiply and divide). Replace with add and subtract Never use floating-point numbers Shut down system if error detected (safe state) Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 31 Algorithmic errors Harder to detect. System should always err on the side of safety Use reasonableness checks for the dose delivered based on previous dose and rate of dose change Set maximum delivery level in any specified time period If computed dose is very high, medical intervention may be necessary anyway because the patient may be ill Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 32

Safety assurance Avoid safety problems by using safe design techniques Ensure that the software process has appropriate safety reviews and checks Apply explicit safety assurance techniques to the developed software Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 33 Design principles for safe software Make software as simple as possible Use simple techniques for software development avoiding error-prone constructs such as pointers and recursion Use information hiding to localise the effect of any data corruption Make appropriate use of fault-tolerant techniques but do not be seduced into thinking that faulttolerant software is necessarily safe Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 34

Formal methods and safety Formal methods are mandated in Britain for the development of some types of safety-critical software Formal specification and proof increases confidence that a system meets its specification Formal specifications require specialised notations so domain experts cannot check for specification incompleteness The cost-effectiveness of formal methods is unknown Use of formal methods for safety-critical software development is likely to increase Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 35 Process assurance The software process should be designed to include the collection of safety-related information and should include safety reviews Hazard logging and monitoring Explicit identification of project safety engineers Safety reviews Safety certification Detailed configuration management to ensure that the delivered system is the one which has been checked for safety The hazard log tracks the documentation and management of hazards Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 36

Hazard log entry See the portrait version of this slide Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 37 Safety reviews Review for correct intended function Review for maintainable, understandable structure Review to verify algorithm and data structure design against specification Review to check code consistency with algorithm and data structure design Review adequacy of system testing Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 38

Safety proofs Safety proofs are intended to show that the system cannot reach in unsafe state Weaker than correctness proofs which must show that the system code conforms to its specification Generally based on proof by contradiction Assume that an unsafe state can be reached Show that this is contradicted by the program code May be displayed graphically Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 39 Insulin delivery code -- The insulin dose to be delivered is a function of -- blood sugar level, the previous dose delivered and -- the time of delivery of the previous dose Insulin_dose := Compute_insulin ( Blood_sugar_level, Previous_dose, Previous_time) ; -- if statement 1 if Insulin_dose > Previous_dose + Previous_dose then Insulin_dose := Previous_dose + Previous_dose ; end if ; -- Don t administer very small doses -- if statement 2 if Insulin_dose < Minimum_dose then Insulin_dose := 0 ; -- Don t deliver more than maximum dose elsif Insulin_dose > Maximum_dose then Insulin_dose := Maximum_dose ; end if ; -- root of fault tree -- if statement 3 if Insulin_dose > 0 then Administer_insulin (Insulin_dose) ; end if ; Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 40

Informal safety proof Replace with portrait slide Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 41 Safety assertions Predicates included in the program indicating conditions which should hold at that point May be based on pre-computed limits e.g. number of insulin pump increments in maximum dose Used in formal program inspections or may be pre-processed into safety checks Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 42

Safety assertions procedure Administer_insulin (Insulin_dose: DOSE) is Insulin_increments: NATURAL ; begin --* assert Insulin_dose <= Maximum_dose Insulin_increments := Compute_requirement (Insulin_dose) ; --* assert Insulin_increments <= Maximum_increments for i in range 1..Insulin_increments loop Generate_pump_signal ; --* assert i <= Maximum_increments ; end loop ; end Administer_insulin ; Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 43 Key points Safety is a system property Hardware safety methods are not completely applicable to safety-critical software Software control can improve safety by providing more checking and interlocks The development process for safety-critical software is important Hazard analysis is a key part of the safety specification process Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 44

Key points Risk analysis involves assessing the probability of hazards, their severity and the probability that they will result in an accident Design strategies may be used for hazard avoidance, hazard probability reduction and accident avoidance Safety assurance depends on professional skills Safety proofs may be used as part of product safety assurance Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 21 Slide 45