SlideShare una empresa de Scribd logo
1 de 22
Descargar para leer sin conexión
Software controlled Electro‐
               Mechanical Systems Reliability
               软件控制的电子机械系统可靠
                            性

                                     David Tu
                                      杜允健
                               ©2011 ASQ & Presentation Tu
                              Presented live on Apr 13th, 2011



http://reliabilitycalendar.org/The_Reli
ability_Calendar/Webinars_‐
_Chinese/Webinars_‐_Chinese.html
ASQ Reliability Division 
                    Chinese Webinar 
                          Series
                   One of the monthly webinars 
                     on topics of interest to 
                       reliability engineers.
                     To view recorded webinar (available to ASQ Reliability 
                         Division members only) visit asq.org/reliability

                      To sign up for the free and available to anyone live 
                     webinars visit reliabilitycalendar.org and select English 
                     Webinars to find links to register for upcoming events


http://reliabilitycalendar.org/The_Reli
ability_Calendar/Webinars_‐
_Chinese/Webinars_‐_Chinese.html
http://sites.google.com/site/resiliencereliability/



  Software controlled Electro-
Mechanical Systems Reliability
                     by David Tu
 




     
AGENDA

•    Introduction
•         Government agencies
•           Standards and Guidelines
•                 Reliability model and function
•         Case Study
•           Conclusion & Discussing
INTRODUCTION


      Goal

Develop reliable software controlled electronic mechanical systems.

       Approach
          ,
Utilize agencies and regulations as supportive guidelines instead of obstacles.

      Procedures
1)             Identify government agencies
2)               Understand regulations and standards
3)                     Identify activities and develop procedures
4)
     Develop Reliability Program, MTBF analysis and test plan
5)                         Collaborate analysis and test
6)          Review results
7)                           Perform root cause analysis for findings
8)                           Collaborate and implement corrective actions
9)        Write reports
10)
Monitor and improve reliability during product life cycle
GOVERNMENT AGENCIES


• 
     Food and Drug Administration FDA http://www.fda.gov/
     Develop and enforce compliance for safety, effectiveness and reliability. FDA does not
     develop engineering specifications and standards for Medical Devices. FDA regulations are
     free for reference.

• 
 International Electrotechnical Commission http://www.iec.ch/
 Develop regulatory and engineering safety specifications and
 standards for medical device safety. Medical devices at
 European market requires CE marking. It is a self declaration
 process with the compliance of all applicable standards. IEC
 standards are available for purchase online.
GOVERNMENT REGULATIONS




                              Food and Drug Administration FDA
                                     ;                   ,
 21 CFR Parts 808, 812, and 820 Medical Devices; Current Good Manufacturing Practice (CGMP)
                           Final Rules Monday, October 7, 1996 Page 2
SUPPLEMENTARY INFORMATION: I. Background (Design controls vs. Production controls)

“Specifically, in January 1990, FDA published the results of an evaluation of device recalls that
occurred from October 1983 through September 1989, in a report entitled ‘‘Device Recalls: A Study
of Quality Problems’’. FDA found that approximately 44 percent of the quality problems that led to
voluntary recall actions during this 6-year period were attributed to errors or deficiencies that were
designed into particular devices and may have been prevented by adequate design controls.”

“A subsequent study of software-related recalls for the period of fiscal year 1983 through 1991
indicated that over 90 percent of all software related device failures were due to design related
errors, generally, the failure to validate software prior to routine production.”

Note: FDA makes CGMP as a regulation for companies to comply with.
GOVERNMENT REGULATIONS



                     Food and Drug Administration FDA

21 CFR Parts 808, 812, and 820 Medical Devices; Current Good
Manufacturing Practice (CGMP) Final Rule
A. General Provisions, page 55, § 820.3 Definitions

(b) Complaint means any written, electronic, or oral communication that
alleges deficiencies related to the identity, quality, durability, reliability,
safety, effectiveness, or performance of a device after it is released for
distribution.
;

                           General Principles of Software Validation;
                           Final Guidance for Industry and FDA Staff
                              Document issued on: January 11, 2002

2.4. Regulatory requirements for software validation
The FDA s analysis of 3140 medical device recalls conducted between 1992 and 1998 reveals
That 242 of them (7.7%) are attributable to software failures. Of those software related recalls,
192 (or 79%) were caused by software defects that were introduced when changes were
made to the software after its initial production and distribution. Software validation and other
related good software engineering practices discussed in this guidance are a principal means
of avoiding such defects and resultant recalls.

4.4. Software life cycle
Software validation takes place within the environment of an established software life cycle. The
software life cycle contains software engineering tasks and documentation necessary to support
the software validation effort. In addition, the software life cycle contains specific verification and
Validation tasks that are appropriate for the intended use of the software. This guidance does
     not
recommend any particular life cycle models - only that they should be selected and used for a
Software Development project.
;

                                  General Principles of Software Validation;
                                  Final Guidance for Industry and FDA Staff
                                     Document issued on: January 11, 2002

3.3. SOFTWARE IS DIFFERENT FROM HARDWARE
While software shares many of the same engineering tasks as hardware, it has some very
Important differences. For example:

•  One of the most significant features of software is branching, i.e., the ability to execute
  alternative series of commands, based on differing inputs. This feature is a major contributing factor for
   another characteristic of software – its complexity. Even short programs can be very complex and difficult
   to fully understand.

•  Typically, testing alone cannot fully verify that software is complete and correct. In addition to testing, other
   verification techniques and a structured and documented development process should be combined to
   ensure a comprehensive validation approach.

•  Unlike hardware, software is not a physical entity and does not wear out. In fact, software may improve with
   age, as latent defects are discovered and removed. However, as software is constantly updated and
   changed, such improvements are sometimes countered by new defects introduced into the software during
   the change.

•  Unlike some hardware failures, software failures occur without advanced warning. The
  software s branching that allows it to follow differing paths during execution, may hide some
  latent defects until long after a software product has been introduced into the marketplace.
;

                            General Principles of Software Validation;
                            Final Guidance for Industry and FDA Staff
                               Document issued on: January 11, 2002

•  Another related characteristic of software is the speed and ease with which it can be changed. This
   factor can cause both software and non-software professionals to believe that software problems
   can be corrected easily. Combined with a lack of understanding of software, it can lead managers
   to believe that tightly controlled engineering is not needed as much for software as it is for
   hardware. In fact, the opposite is true. Because of its complexity, the development process for
   software should be even more tightly controlled than for hardware, in order to prevent problems that
   cannot be easily detected later in the development process.

•  Seemingly insignificant changes in software code can create unexpected and very significant
   problems elsewhere in the software program. The software development process should be
   sufficiently well planned, controlled, and documented to detect and correct unexpected results from
   software changes.
;

                       General Principles of Software Validation;
                       Final Guidance for Industry and FDA Staff
                                Document issued on: January 11, 2002

•  Given the high demand for software professionals and the highly mobile workforce, the software
   personnel who make maintenance changes to software may not have been involved in the
   original software development. Therefore, accurate and thorough documentation is essential.

•  Historically, software components have not been as frequently standardized and interchangeable
   as hardware components. However, medical device software developers are beginning to use
   component-based development tools and techniques. Object-oriented methodologies and the
   use of off-the-shelf software components hold promise for faster and less expensive software
   development. However, component-based approaches require very careful attention during
   integration. Prior to integration, time is needed to fully define and develop reusable software
   code and to fully understand the behavior of off-the-shelf components.

  For these and other reasons, software engineering needs an even greater level of
  Managerial scrutiny and control than does hardware engineering.
Reliability model and function
A Reliability Program detects, identifies and mitigates the risks of
product defects.


                         Design Inputs and
                             Planning

     End of Life                                Design Verification
    Analysis and                                 and Validation
      Report


                            Reliability
                            Program
                           Management




   Full Market Release                       Limited Commercial
    Surveillance and                         Release Surveillance
         Control                                 and Control
Reliability model
Reliability Modeling with assumptions
      Mechanical

Mechanical reliability is assumed to be a Normal distribution.


Hardware (Electronic systems, subsystems, components, connectors and PCBA etc.)
                                                        )

Reliability function is assumed to be an Exponential distribution. Its Mean (MTBF) is
a Chi-Square distribution. Include infant mortality and wear-out high failure rate periods.

      Software
                                             ,
Software reliability function is assumed to be a discrete uniform distribution with constant
failure rates.

     System
                              ,


System Reliability function is assumed to be a combination of Normal, Exponential and discrete uniform
distribution. Mechanical MTBF is the mean of a normal distribution. Hardware and Software MTBF is a Chi-
Square distribution. System has higher failure rates at infant mortality and wear-out periods. Software failure rate
elevates System failure rate Bathtub curve. The combination of three sub-systems need more study. Should be
modeled by life tests, not mathematical models.
Reliability Modeling Diagram
                                     System
                         Software/Electronic/Mechanical
                               Confidence = 80%
                                Reliability = 90%



                                  Software
                              Confidence = 80%
                              Reliability = 96%



                                 Electronics
                               Confidence = 80%
                               Reliability = 96%




                                 Mechanical
                               Confidence = 80%
                               Reliability = 96%



•  Allocate 7.7% x 5 factor to estimated failure rate for software reliability
•  Mechanical part has the highest failure rate allocation by author’s experience
•  Field return database provides realistic pictures
CASE STUDY
                          产     Pre Production Release


                      PRODUCT: Pacemaker Interrogating Equipment


                  Tests Performed

•             (           ) Performance tests (Various Pacemakers)
• 
     Safety (Electromagnetic Compatibility and Safety per CE marking regulation)
• 
     Environmental tests (Vibration, Temperature, Humidity)
• 
   MTBF Prediction (SR-332)
•  风险
   Risk Analysis
• 
   Failure Mode Effects and Criticality Analysis
•  Submit and obtain FDA approval
CASE STUDY
                                 Production Release
                       PRODUCT: Pacemaker Interrogating Equipment
•             Supplier surveillance
 -               Supplier yield improvement
 -
    Supplier final inspection and test control, development and implementation
•                   Production quality assurance
 - 进 检验 试验开发 实
   Incoming inspection and test development and implementation
 -
   Production line inspection and test development and implementation
•                          Engineering update and upgrade controls
 -
    Review, re-test, re-verify and control changes
•                   Field returns management
 -                  Root Cause Analysis
 -
    Engineering for all identified failures
 - Re-verification and implement solutions
 - Document all findings and corrective actions

 -
 -
CASE STUDY

 PRODUCT: Pacemaker Interrogating Equipment

         End of Product Life Cycle Analysis


•      Documentation  
- 
- Equipment models, serial numbers and corrective actions
- 
- What, when, who, where, why and how

•  
-
  Failure Return data base analysis
•                        FDA
 •        FDA              IEC60601 - 1                 ,            ISO14971
       EN1441 IEC60601 - 1 – 4
 • 

   
 •  

                                    SUMMARY

•  Author confirms FDA failure rate guidance by experience
•  Comply with FDA Good Manufacturing Practice, IEC60601-1 Safety,
   Risk Analysis per ISO14971(EN1441) & IEC60601-1-4
•  Perform Risk Analysis, Failure Mode Effects and Criticality Analysis, MTBF
   prediction, Accelerated Life Tests, Environmental tests, Validation tests & Safety
   compliance tests
•  Analyze test results, confirm root causes and collaborate corrective actions

Más contenido relacionado

La actualidad más candente

Quality Control for Medical Device Software - It Arena Lviv Presentation
Quality Control for Medical Device Software - It Arena Lviv PresentationQuality Control for Medical Device Software - It Arena Lviv Presentation
Quality Control for Medical Device Software - It Arena Lviv PresentationRoman Lavriv
 
Critical Steps in Software Development: Enhance Your Chances for a Successful...
Critical Steps in Software Development: Enhance Your Chances for a Successful...Critical Steps in Software Development: Enhance Your Chances for a Successful...
Critical Steps in Software Development: Enhance Your Chances for a Successful...Sterling Medical Devices
 
Process and Regulated Processes Software Validation Elements
Process and Regulated Processes Software Validation ElementsProcess and Regulated Processes Software Validation Elements
Process and Regulated Processes Software Validation ElementsArta Doci
 
Agile Development And Medtech
Agile Development And MedtechAgile Development And Medtech
Agile Development And MedtechRobert Ginsberg
 
Codex validation Group presentation
Codex validation Group presentationCodex validation Group presentation
Codex validation Group presentationWalter Acevedo
 
FDA/EC/WHO Expectations for Computer System Validation
FDA/EC/WHO Expectations for Computer System Validation FDA/EC/WHO Expectations for Computer System Validation
FDA/EC/WHO Expectations for Computer System Validation Muhammad Luqman Ikram
 
Applying IEC 62304 Risk Management in Aligned Elements - the medical device ALM
Applying IEC 62304 Risk Management in Aligned Elements - the medical device ALMApplying IEC 62304 Risk Management in Aligned Elements - the medical device ALM
Applying IEC 62304 Risk Management in Aligned Elements - the medical device ALMAligned AG
 
Compliance with medical standards iec 62304, iso 14971, iec 60601, fda title ...
Compliance with medical standards iec 62304, iso 14971, iec 60601, fda title ...Compliance with medical standards iec 62304, iso 14971, iec 60601, fda title ...
Compliance with medical standards iec 62304, iso 14971, iec 60601, fda title ...Intland Software GmbH
 
Gamp Riskbased Approch To Validation
Gamp Riskbased Approch To ValidationGamp Riskbased Approch To Validation
Gamp Riskbased Approch To ValidationRajendra Sadare
 
Overview on “Computer System Validation” CSV
Overview on  “Computer System Validation” CSVOverview on  “Computer System Validation” CSV
Overview on “Computer System Validation” CSVAnil Sharma
 
computer system validation
computer system validationcomputer system validation
computer system validationGopal Patel
 
FDA Regulations and Medical Device Pathways to Market
FDA Regulations and Medical Device Pathways to MarketFDA Regulations and Medical Device Pathways to Market
FDA Regulations and Medical Device Pathways to MarketMethodSense, Inc.
 
Computer-System-Validation
Computer-System-ValidationComputer-System-Validation
Computer-System-ValidationHal Plant
 
NASA Software Safety Guidebook
NASA Software Safety GuidebookNASA Software Safety Guidebook
NASA Software Safety GuidebookVapula
 
Network Infrastructure Validation Conference @UPRA (2003)
Network Infrastructure Validation Conference @UPRA (2003)Network Infrastructure Validation Conference @UPRA (2003)
Network Infrastructure Validation Conference @UPRA (2003)Raul Soto
 
Overview of computer system validation
Overview of computer system validationOverview of computer system validation
Overview of computer system validationNilesh Damale
 
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...IOSR Journals
 

La actualidad más candente (20)

Medical Device Software
Medical Device SoftwareMedical Device Software
Medical Device Software
 
Quality Control for Medical Device Software - It Arena Lviv Presentation
Quality Control for Medical Device Software - It Arena Lviv PresentationQuality Control for Medical Device Software - It Arena Lviv Presentation
Quality Control for Medical Device Software - It Arena Lviv Presentation
 
Critical Steps in Software Development: Enhance Your Chances for a Successful...
Critical Steps in Software Development: Enhance Your Chances for a Successful...Critical Steps in Software Development: Enhance Your Chances for a Successful...
Critical Steps in Software Development: Enhance Your Chances for a Successful...
 
Process and Regulated Processes Software Validation Elements
Process and Regulated Processes Software Validation ElementsProcess and Regulated Processes Software Validation Elements
Process and Regulated Processes Software Validation Elements
 
Cv 1
Cv 1Cv 1
Cv 1
 
Agile Development And Medtech
Agile Development And MedtechAgile Development And Medtech
Agile Development And Medtech
 
Codex validation Group presentation
Codex validation Group presentationCodex validation Group presentation
Codex validation Group presentation
 
FDA/EC/WHO Expectations for Computer System Validation
FDA/EC/WHO Expectations for Computer System Validation FDA/EC/WHO Expectations for Computer System Validation
FDA/EC/WHO Expectations for Computer System Validation
 
FDA 21 CFR Part 11 and Related Regulations and Guidances
FDA 21 CFR Part 11 and Related Regulations and GuidancesFDA 21 CFR Part 11 and Related Regulations and Guidances
FDA 21 CFR Part 11 and Related Regulations and Guidances
 
Applying IEC 62304 Risk Management in Aligned Elements - the medical device ALM
Applying IEC 62304 Risk Management in Aligned Elements - the medical device ALMApplying IEC 62304 Risk Management in Aligned Elements - the medical device ALM
Applying IEC 62304 Risk Management in Aligned Elements - the medical device ALM
 
Compliance with medical standards iec 62304, iso 14971, iec 60601, fda title ...
Compliance with medical standards iec 62304, iso 14971, iec 60601, fda title ...Compliance with medical standards iec 62304, iso 14971, iec 60601, fda title ...
Compliance with medical standards iec 62304, iso 14971, iec 60601, fda title ...
 
Gamp Riskbased Approch To Validation
Gamp Riskbased Approch To ValidationGamp Riskbased Approch To Validation
Gamp Riskbased Approch To Validation
 
Overview on “Computer System Validation” CSV
Overview on  “Computer System Validation” CSVOverview on  “Computer System Validation” CSV
Overview on “Computer System Validation” CSV
 
computer system validation
computer system validationcomputer system validation
computer system validation
 
FDA Regulations and Medical Device Pathways to Market
FDA Regulations and Medical Device Pathways to MarketFDA Regulations and Medical Device Pathways to Market
FDA Regulations and Medical Device Pathways to Market
 
Computer-System-Validation
Computer-System-ValidationComputer-System-Validation
Computer-System-Validation
 
NASA Software Safety Guidebook
NASA Software Safety GuidebookNASA Software Safety Guidebook
NASA Software Safety Guidebook
 
Network Infrastructure Validation Conference @UPRA (2003)
Network Infrastructure Validation Conference @UPRA (2003)Network Infrastructure Validation Conference @UPRA (2003)
Network Infrastructure Validation Conference @UPRA (2003)
 
Overview of computer system validation
Overview of computer system validationOverview of computer system validation
Overview of computer system validation
 
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
 

Destacado

Optimum failure truncated testing strategies
Optimum failure truncated testing strategies Optimum failure truncated testing strategies
Optimum failure truncated testing strategies ASQ Reliability Division
 
Reliability Division Management Agreement 2006 11
Reliability Division Management Agreement 2006 11Reliability Division Management Agreement 2006 11
Reliability Division Management Agreement 2006 11ASQ Reliability Division
 
Effective reliability testing to drive design improvement
Effective reliability testing to drive design improvementEffective reliability testing to drive design improvement
Effective reliability testing to drive design improvementASQ Reliability Division
 
Analytics www.reliabilitycalendar.org 2011_q3_(reliabiltiycalendar.org_analyt...
Analytics www.reliabilitycalendar.org 2011_q3_(reliabiltiycalendar.org_analyt...Analytics www.reliabilitycalendar.org 2011_q3_(reliabiltiycalendar.org_analyt...
Analytics www.reliabilitycalendar.org 2011_q3_(reliabiltiycalendar.org_analyt...ASQ Reliability Division
 
Understanding halt application in desktop nb and server
Understanding halt application in desktop nb and serverUnderstanding halt application in desktop nb and server
Understanding halt application in desktop nb and serverASQ Reliability Division
 
Obsolescence management & the impact on reliability
Obsolescence management & the impact on reliabilityObsolescence management & the impact on reliability
Obsolescence management & the impact on reliabilityASQ Reliability Division
 
Efficient combinatorial models for reliability analysis of complex dynamic sy...
Efficient combinatorial models for reliability analysis of complex dynamic sy...Efficient combinatorial models for reliability analysis of complex dynamic sy...
Efficient combinatorial models for reliability analysis of complex dynamic sy...ASQ Reliability Division
 
Reliability Growth Planning: Its Concept, Applications, and Challenges
Reliability Growth Planning: Its Concept, Applications, and Challenges Reliability Growth Planning: Its Concept, Applications, and Challenges
Reliability Growth Planning: Its Concept, Applications, and Challenges ASQ Reliability Division
 
Improved efficiency & reliability for servers using immersion cooling technology
Improved efficiency & reliability for servers using immersion cooling technologyImproved efficiency & reliability for servers using immersion cooling technology
Improved efficiency & reliability for servers using immersion cooling technologyASQ Reliability Division
 
Application of survival data analysis introduction and discussion
Application of survival data analysis  introduction and discussionApplication of survival data analysis  introduction and discussion
Application of survival data analysis introduction and discussionASQ Reliability Division
 
Introduction to condition based maintenance
Introduction to condition based maintenanceIntroduction to condition based maintenance
Introduction to condition based maintenanceASQ Reliability Division
 

Destacado (17)

Optimum failure truncated testing strategies
Optimum failure truncated testing strategies Optimum failure truncated testing strategies
Optimum failure truncated testing strategies
 
An introdution to alt planining
An introdution to alt planiningAn introdution to alt planining
An introdution to alt planining
 
Reliability Division Management Agreement 2006 11
Reliability Division Management Agreement 2006 11Reliability Division Management Agreement 2006 11
Reliability Division Management Agreement 2006 11
 
ASQ RD business plan 2011 transition
ASQ RD business plan 2011 transitionASQ RD business plan 2011 transition
ASQ RD business plan 2011 transition
 
Effective reliability testing to drive design improvement
Effective reliability testing to drive design improvementEffective reliability testing to drive design improvement
Effective reliability testing to drive design improvement
 
Analytics www.reliabilitycalendar.org 2011_q3_(reliabiltiycalendar.org_analyt...
Analytics www.reliabilitycalendar.org 2011_q3_(reliabiltiycalendar.org_analyt...Analytics www.reliabilitycalendar.org 2011_q3_(reliabiltiycalendar.org_analyt...
Analytics www.reliabilitycalendar.org 2011_q3_(reliabiltiycalendar.org_analyt...
 
Answers to questions from webinar #1
Answers to questions from webinar #1Answers to questions from webinar #1
Answers to questions from webinar #1
 
Understanding halt application in desktop nb and server
Understanding halt application in desktop nb and serverUnderstanding halt application in desktop nb and server
Understanding halt application in desktop nb and server
 
Introdution to POF reliability methods
Introdution to POF reliability methodsIntrodution to POF reliability methods
Introdution to POF reliability methods
 
Using triz to make systems more reliable
Using triz to make systems more reliable Using triz to make systems more reliable
Using triz to make systems more reliable
 
Obsolescence management & the impact on reliability
Obsolescence management & the impact on reliabilityObsolescence management & the impact on reliability
Obsolescence management & the impact on reliability
 
Efficient combinatorial models for reliability analysis of complex dynamic sy...
Efficient combinatorial models for reliability analysis of complex dynamic sy...Efficient combinatorial models for reliability analysis of complex dynamic sy...
Efficient combinatorial models for reliability analysis of complex dynamic sy...
 
Reliability Growth Planning: Its Concept, Applications, and Challenges
Reliability Growth Planning: Its Concept, Applications, and Challenges Reliability Growth Planning: Its Concept, Applications, and Challenges
Reliability Growth Planning: Its Concept, Applications, and Challenges
 
Improved efficiency & reliability for servers using immersion cooling technology
Improved efficiency & reliability for servers using immersion cooling technologyImproved efficiency & reliability for servers using immersion cooling technology
Improved efficiency & reliability for servers using immersion cooling technology
 
Application of survival data analysis introduction and discussion
Application of survival data analysis  introduction and discussionApplication of survival data analysis  introduction and discussion
Application of survival data analysis introduction and discussion
 
Tolerance Analysis
Tolerance AnalysisTolerance Analysis
Tolerance Analysis
 
Introduction to condition based maintenance
Introduction to condition based maintenanceIntroduction to condition based maintenance
Introduction to condition based maintenance
 

Similar a Software controlled electron mechanical systems reliability

Building a QMS for Your SaMD Part II
Building a QMS for Your SaMD Part IIBuilding a QMS for Your SaMD Part II
Building a QMS for Your SaMD Part IIEMMAIntl
 
Software reliability engineering
Software reliability engineeringSoftware reliability engineering
Software reliability engineeringMark Turner CRP
 
Building a QMS for Your SaMD
Building a QMS for Your SaMDBuilding a QMS for Your SaMD
Building a QMS for Your SaMDEMMAIntl
 
When Medical Device Software Fails Due to Improper Verification & Validation ...
When Medical Device Software Fails Due to Improper Verification & Validation ...When Medical Device Software Fails Due to Improper Verification & Validation ...
When Medical Device Software Fails Due to Improper Verification & Validation ...Sterling Medical Devices
 
1) Now we consider that the product is lawnmower. Validation tests i.pdf
1) Now we consider that the product is lawnmower. Validation tests i.pdf1) Now we consider that the product is lawnmower. Validation tests i.pdf
1) Now we consider that the product is lawnmower. Validation tests i.pdfannaielectronicsvill
 
Rhonda Software Quality Assurance Services
Rhonda Software Quality Assurance ServicesRhonda Software Quality Assurance Services
Rhonda Software Quality Assurance ServicesRhonda Software
 
Software validation do's and dont's may 2013
Software validation do's and dont's may 2013Software validation do's and dont's may 2013
Software validation do's and dont's may 2013John Cachat
 
Why Software Testing is Crucial in Software Development_.pdf
Why Software Testing is Crucial in Software Development_.pdfWhy Software Testing is Crucial in Software Development_.pdf
Why Software Testing is Crucial in Software Development_.pdfXDuce Corporation
 
BOOST YOUR WEBSITE WITH TOP STRATEGIES TOOLS FOR WEB APP TESTING.pdf
BOOST YOUR WEBSITE WITH TOP STRATEGIES TOOLS FOR WEB APP TESTING.pdfBOOST YOUR WEBSITE WITH TOP STRATEGIES TOOLS FOR WEB APP TESTING.pdf
BOOST YOUR WEBSITE WITH TOP STRATEGIES TOOLS FOR WEB APP TESTING.pdfasiyahanif9977
 
Chapter 8 software quality assurance and configuration audit
Chapter 8 software quality assurance and configuration auditChapter 8 software quality assurance and configuration audit
Chapter 8 software quality assurance and configuration auditCliftone Mullah
 
Software Quality Assurance in software engineering
Software Quality Assurance in software engineeringSoftware Quality Assurance in software engineering
Software Quality Assurance in software engineeringMuhammadTalha436
 
A Complete Guide to Functional Testing
A Complete Guide to Functional TestingA Complete Guide to Functional Testing
A Complete Guide to Functional TestingMatthew Allen
 
Software Validation for Medical Devices
Software Validation for Medical DevicesSoftware Validation for Medical Devices
Software Validation for Medical DevicesEMMAIntl
 
ISTQB Chapter 1 Fundamentals of Testing
ISTQB Chapter 1  Fundamentals of TestingISTQB Chapter 1  Fundamentals of Testing
ISTQB Chapter 1 Fundamentals of Testingssuser2d9936
 
Software Testing Interview Questions For Experienced
Software Testing Interview Questions For ExperiencedSoftware Testing Interview Questions For Experienced
Software Testing Interview Questions For Experiencedzynofustechnology
 
Software Quality and Testing_Se lect18 btech
Software Quality and Testing_Se lect18 btechSoftware Quality and Testing_Se lect18 btech
Software Quality and Testing_Se lect18 btechIIITA
 

Similar a Software controlled electron mechanical systems reliability (20)

Building a QMS for Your SaMD Part II
Building a QMS for Your SaMD Part IIBuilding a QMS for Your SaMD Part II
Building a QMS for Your SaMD Part II
 
Software reliability engineering
Software reliability engineeringSoftware reliability engineering
Software reliability engineering
 
Building a QMS for Your SaMD
Building a QMS for Your SaMDBuilding a QMS for Your SaMD
Building a QMS for Your SaMD
 
When Medical Device Software Fails Due to Improper Verification & Validation ...
When Medical Device Software Fails Due to Improper Verification & Validation ...When Medical Device Software Fails Due to Improper Verification & Validation ...
When Medical Device Software Fails Due to Improper Verification & Validation ...
 
1) Now we consider that the product is lawnmower. Validation tests i.pdf
1) Now we consider that the product is lawnmower. Validation tests i.pdf1) Now we consider that the product is lawnmower. Validation tests i.pdf
1) Now we consider that the product is lawnmower. Validation tests i.pdf
 
Rhonda Software Quality Assurance Services
Rhonda Software Quality Assurance ServicesRhonda Software Quality Assurance Services
Rhonda Software Quality Assurance Services
 
Software validation do's and dont's may 2013
Software validation do's and dont's may 2013Software validation do's and dont's may 2013
Software validation do's and dont's may 2013
 
Why Software Testing is Crucial in Software Development_.pdf
Why Software Testing is Crucial in Software Development_.pdfWhy Software Testing is Crucial in Software Development_.pdf
Why Software Testing is Crucial in Software Development_.pdf
 
Testing Standards List
Testing Standards ListTesting Standards List
Testing Standards List
 
Qualification
QualificationQualification
Qualification
 
BOOST YOUR WEBSITE WITH TOP STRATEGIES TOOLS FOR WEB APP TESTING.pdf
BOOST YOUR WEBSITE WITH TOP STRATEGIES TOOLS FOR WEB APP TESTING.pdfBOOST YOUR WEBSITE WITH TOP STRATEGIES TOOLS FOR WEB APP TESTING.pdf
BOOST YOUR WEBSITE WITH TOP STRATEGIES TOOLS FOR WEB APP TESTING.pdf
 
Chapter 8 software quality assurance and configuration audit
Chapter 8 software quality assurance and configuration auditChapter 8 software quality assurance and configuration audit
Chapter 8 software quality assurance and configuration audit
 
Ieee829mtp
Ieee829mtpIeee829mtp
Ieee829mtp
 
Software Quality Assurance in software engineering
Software Quality Assurance in software engineeringSoftware Quality Assurance in software engineering
Software Quality Assurance in software engineering
 
A Complete Guide to Functional Testing
A Complete Guide to Functional TestingA Complete Guide to Functional Testing
A Complete Guide to Functional Testing
 
Software Validation for Medical Devices
Software Validation for Medical DevicesSoftware Validation for Medical Devices
Software Validation for Medical Devices
 
ISTQB Chapter 1 Fundamentals of Testing
ISTQB Chapter 1  Fundamentals of TestingISTQB Chapter 1  Fundamentals of Testing
ISTQB Chapter 1 Fundamentals of Testing
 
Software Testing Interview Questions For Experienced
Software Testing Interview Questions For ExperiencedSoftware Testing Interview Questions For Experienced
Software Testing Interview Questions For Experienced
 
Introduction to software FMEA
Introduction to software FMEAIntroduction to software FMEA
Introduction to software FMEA
 
Software Quality and Testing_Se lect18 btech
Software Quality and Testing_Se lect18 btechSoftware Quality and Testing_Se lect18 btech
Software Quality and Testing_Se lect18 btech
 

Más de ASQ Reliability Division

A Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTFA Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTFASQ Reliability Division
 
Root Cause Analysis: Think Again! - by Kevin Stewart
Root Cause Analysis: Think Again! - by Kevin StewartRoot Cause Analysis: Think Again! - by Kevin Stewart
Root Cause Analysis: Think Again! - by Kevin StewartASQ Reliability Division
 
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...ASQ Reliability Division
 
Efficient Reliability Demonstration Tests - by Guangbin Yang
Efficient Reliability Demonstration Tests - by Guangbin YangEfficient Reliability Demonstration Tests - by Guangbin Yang
Efficient Reliability Demonstration Tests - by Guangbin YangASQ Reliability Division
 
Reliability Modeling Using Degradation Data - by Harry Guo
Reliability Modeling Using Degradation Data - by Harry GuoReliability Modeling Using Degradation Data - by Harry Guo
Reliability Modeling Using Degradation Data - by Harry GuoASQ Reliability Division
 
Reliability Division Webinar Series - Innovation: Quality for Tomorrow
Reliability Division Webinar Series -  Innovation: Quality for TomorrowReliability Division Webinar Series -  Innovation: Quality for Tomorrow
Reliability Division Webinar Series - Innovation: Quality for TomorrowASQ Reliability Division
 
Impact of censored data on reliability analysis
Impact of censored data on reliability analysisImpact of censored data on reliability analysis
Impact of censored data on reliability analysisASQ Reliability Division
 
A multi phase decision on reliability growth with latent failure modes
A multi phase decision on reliability growth with latent failure modesA multi phase decision on reliability growth with latent failure modes
A multi phase decision on reliability growth with latent failure modesASQ Reliability Division
 
ASQ RD Webinar: Design for reliability a roadmap for design robustness
ASQ RD Webinar: Design for reliability   a roadmap for design robustnessASQ RD Webinar: Design for reliability   a roadmap for design robustness
ASQ RD Webinar: Design for reliability a roadmap for design robustnessASQ Reliability Division
 
ASQ RD Webinar: Improved QFN Reliability Process
ASQ RD Webinar: Improved QFN Reliability Process ASQ RD Webinar: Improved QFN Reliability Process
ASQ RD Webinar: Improved QFN Reliability Process ASQ Reliability Division
 
Data Acquisition: A Key Challenge for Quality and Reliability Improvement
Data Acquisition: A Key Challenge for Quality and Reliability ImprovementData Acquisition: A Key Challenge for Quality and Reliability Improvement
Data Acquisition: A Key Challenge for Quality and Reliability ImprovementASQ Reliability Division
 
A Novel View of Applying FMECA to Software Engineering
A Novel View of Applying FMECA to Software EngineeringA Novel View of Applying FMECA to Software Engineering
A Novel View of Applying FMECA to Software EngineeringASQ Reliability Division
 
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...
Astr2013 tutorial by mike silverman of ops a la carte   40 years of halt, wha...Astr2013 tutorial by mike silverman of ops a la carte   40 years of halt, wha...
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...ASQ Reliability Division
 
Comparing Individual Reliability to Population Reliability for Aging Systems
Comparing Individual Reliability to Population Reliability for Aging SystemsComparing Individual Reliability to Population Reliability for Aging Systems
Comparing Individual Reliability to Population Reliability for Aging SystemsASQ Reliability Division
 
2013 asq field data analysis & statistical warranty forecasting
2013 asq field data analysis & statistical warranty forecasting2013 asq field data analysis & statistical warranty forecasting
2013 asq field data analysis & statistical warranty forecastingASQ Reliability Division
 

Más de ASQ Reliability Division (20)

On Duty Cycle Concept in Reliability
On Duty Cycle Concept in ReliabilityOn Duty Cycle Concept in Reliability
On Duty Cycle Concept in Reliability
 
A Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTFA Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTF
 
Thermodynamic Reliability
Thermodynamic  ReliabilityThermodynamic  Reliability
Thermodynamic Reliability
 
Root Cause Analysis: Think Again! - by Kevin Stewart
Root Cause Analysis: Think Again! - by Kevin StewartRoot Cause Analysis: Think Again! - by Kevin Stewart
Root Cause Analysis: Think Again! - by Kevin Stewart
 
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
 
Efficient Reliability Demonstration Tests - by Guangbin Yang
Efficient Reliability Demonstration Tests - by Guangbin YangEfficient Reliability Demonstration Tests - by Guangbin Yang
Efficient Reliability Demonstration Tests - by Guangbin Yang
 
Reliability Modeling Using Degradation Data - by Harry Guo
Reliability Modeling Using Degradation Data - by Harry GuoReliability Modeling Using Degradation Data - by Harry Guo
Reliability Modeling Using Degradation Data - by Harry Guo
 
Reliability Division Webinar Series - Innovation: Quality for Tomorrow
Reliability Division Webinar Series -  Innovation: Quality for TomorrowReliability Division Webinar Series -  Innovation: Quality for Tomorrow
Reliability Division Webinar Series - Innovation: Quality for Tomorrow
 
Impact of censored data on reliability analysis
Impact of censored data on reliability analysisImpact of censored data on reliability analysis
Impact of censored data on reliability analysis
 
An introduction to weibull analysis
An introduction to weibull analysisAn introduction to weibull analysis
An introduction to weibull analysis
 
A multi phase decision on reliability growth with latent failure modes
A multi phase decision on reliability growth with latent failure modesA multi phase decision on reliability growth with latent failure modes
A multi phase decision on reliability growth with latent failure modes
 
Reliably Solving Intractable Problems
Reliably Solving Intractable ProblemsReliably Solving Intractable Problems
Reliably Solving Intractable Problems
 
Reliably producing breakthroughs
Reliably producing breakthroughsReliably producing breakthroughs
Reliably producing breakthroughs
 
ASQ RD Webinar: Design for reliability a roadmap for design robustness
ASQ RD Webinar: Design for reliability   a roadmap for design robustnessASQ RD Webinar: Design for reliability   a roadmap for design robustness
ASQ RD Webinar: Design for reliability a roadmap for design robustness
 
ASQ RD Webinar: Improved QFN Reliability Process
ASQ RD Webinar: Improved QFN Reliability Process ASQ RD Webinar: Improved QFN Reliability Process
ASQ RD Webinar: Improved QFN Reliability Process
 
Data Acquisition: A Key Challenge for Quality and Reliability Improvement
Data Acquisition: A Key Challenge for Quality and Reliability ImprovementData Acquisition: A Key Challenge for Quality and Reliability Improvement
Data Acquisition: A Key Challenge for Quality and Reliability Improvement
 
A Novel View of Applying FMECA to Software Engineering
A Novel View of Applying FMECA to Software EngineeringA Novel View of Applying FMECA to Software Engineering
A Novel View of Applying FMECA to Software Engineering
 
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...
Astr2013 tutorial by mike silverman of ops a la carte   40 years of halt, wha...Astr2013 tutorial by mike silverman of ops a la carte   40 years of halt, wha...
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...
 
Comparing Individual Reliability to Population Reliability for Aging Systems
Comparing Individual Reliability to Population Reliability for Aging SystemsComparing Individual Reliability to Population Reliability for Aging Systems
Comparing Individual Reliability to Population Reliability for Aging Systems
 
2013 asq field data analysis & statistical warranty forecasting
2013 asq field data analysis & statistical warranty forecasting2013 asq field data analysis & statistical warranty forecasting
2013 asq field data analysis & statistical warranty forecasting
 

Último

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Último (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Software controlled electron mechanical systems reliability

  • 1. Software controlled Electro‐ Mechanical Systems Reliability 软件控制的电子机械系统可靠 性 David Tu 杜允健 ©2011 ASQ & Presentation Tu Presented live on Apr 13th, 2011 http://reliabilitycalendar.org/The_Reli ability_Calendar/Webinars_‐ _Chinese/Webinars_‐_Chinese.html
  • 2. ASQ Reliability Division  Chinese Webinar  Series One of the monthly webinars  on topics of interest to  reliability engineers. To view recorded webinar (available to ASQ Reliability  Division members only) visit asq.org/reliability To sign up for the free and available to anyone live  webinars visit reliabilitycalendar.org and select English  Webinars to find links to register for upcoming events http://reliabilitycalendar.org/The_Reli ability_Calendar/Webinars_‐ _Chinese/Webinars_‐_Chinese.html
  • 3. http://sites.google.com/site/resiliencereliability/ Software controlled Electro- Mechanical Systems Reliability by David Tu
  • 4.      
  • 5. AGENDA •  Introduction •  Government agencies •  Standards and Guidelines •  Reliability model and function •  Case Study •  Conclusion & Discussing
  • 6. INTRODUCTION Goal Develop reliable software controlled electronic mechanical systems. Approach , Utilize agencies and regulations as supportive guidelines instead of obstacles. Procedures 1) Identify government agencies 2) Understand regulations and standards 3) Identify activities and develop procedures 4) Develop Reliability Program, MTBF analysis and test plan 5) Collaborate analysis and test 6) Review results 7) Perform root cause analysis for findings 8) Collaborate and implement corrective actions 9) Write reports 10) Monitor and improve reliability during product life cycle
  • 7. GOVERNMENT AGENCIES •  Food and Drug Administration FDA http://www.fda.gov/ Develop and enforce compliance for safety, effectiveness and reliability. FDA does not develop engineering specifications and standards for Medical Devices. FDA regulations are free for reference. •  International Electrotechnical Commission http://www.iec.ch/ Develop regulatory and engineering safety specifications and standards for medical device safety. Medical devices at European market requires CE marking. It is a self declaration process with the compliance of all applicable standards. IEC standards are available for purchase online.
  • 8. GOVERNMENT REGULATIONS Food and Drug Administration FDA ; , 21 CFR Parts 808, 812, and 820 Medical Devices; Current Good Manufacturing Practice (CGMP) Final Rules Monday, October 7, 1996 Page 2 SUPPLEMENTARY INFORMATION: I. Background (Design controls vs. Production controls) “Specifically, in January 1990, FDA published the results of an evaluation of device recalls that occurred from October 1983 through September 1989, in a report entitled ‘‘Device Recalls: A Study of Quality Problems’’. FDA found that approximately 44 percent of the quality problems that led to voluntary recall actions during this 6-year period were attributed to errors or deficiencies that were designed into particular devices and may have been prevented by adequate design controls.” “A subsequent study of software-related recalls for the period of fiscal year 1983 through 1991 indicated that over 90 percent of all software related device failures were due to design related errors, generally, the failure to validate software prior to routine production.” Note: FDA makes CGMP as a regulation for companies to comply with.
  • 9. GOVERNMENT REGULATIONS Food and Drug Administration FDA 21 CFR Parts 808, 812, and 820 Medical Devices; Current Good Manufacturing Practice (CGMP) Final Rule A. General Provisions, page 55, § 820.3 Definitions (b) Complaint means any written, electronic, or oral communication that alleges deficiencies related to the identity, quality, durability, reliability, safety, effectiveness, or performance of a device after it is released for distribution.
  • 10. ; General Principles of Software Validation; Final Guidance for Industry and FDA Staff Document issued on: January 11, 2002 2.4. Regulatory requirements for software validation The FDA s analysis of 3140 medical device recalls conducted between 1992 and 1998 reveals That 242 of them (7.7%) are attributable to software failures. Of those software related recalls, 192 (or 79%) were caused by software defects that were introduced when changes were made to the software after its initial production and distribution. Software validation and other related good software engineering practices discussed in this guidance are a principal means of avoiding such defects and resultant recalls. 4.4. Software life cycle Software validation takes place within the environment of an established software life cycle. The software life cycle contains software engineering tasks and documentation necessary to support the software validation effort. In addition, the software life cycle contains specific verification and Validation tasks that are appropriate for the intended use of the software. This guidance does not recommend any particular life cycle models - only that they should be selected and used for a Software Development project.
  • 11. ; General Principles of Software Validation; Final Guidance for Industry and FDA Staff Document issued on: January 11, 2002 3.3. SOFTWARE IS DIFFERENT FROM HARDWARE While software shares many of the same engineering tasks as hardware, it has some very Important differences. For example: •  One of the most significant features of software is branching, i.e., the ability to execute alternative series of commands, based on differing inputs. This feature is a major contributing factor for another characteristic of software – its complexity. Even short programs can be very complex and difficult to fully understand. •  Typically, testing alone cannot fully verify that software is complete and correct. In addition to testing, other verification techniques and a structured and documented development process should be combined to ensure a comprehensive validation approach. •  Unlike hardware, software is not a physical entity and does not wear out. In fact, software may improve with age, as latent defects are discovered and removed. However, as software is constantly updated and changed, such improvements are sometimes countered by new defects introduced into the software during the change. •  Unlike some hardware failures, software failures occur without advanced warning. The software s branching that allows it to follow differing paths during execution, may hide some latent defects until long after a software product has been introduced into the marketplace.
  • 12. ; General Principles of Software Validation; Final Guidance for Industry and FDA Staff Document issued on: January 11, 2002 •  Another related characteristic of software is the speed and ease with which it can be changed. This factor can cause both software and non-software professionals to believe that software problems can be corrected easily. Combined with a lack of understanding of software, it can lead managers to believe that tightly controlled engineering is not needed as much for software as it is for hardware. In fact, the opposite is true. Because of its complexity, the development process for software should be even more tightly controlled than for hardware, in order to prevent problems that cannot be easily detected later in the development process. •  Seemingly insignificant changes in software code can create unexpected and very significant problems elsewhere in the software program. The software development process should be sufficiently well planned, controlled, and documented to detect and correct unexpected results from software changes.
  • 13. ; General Principles of Software Validation; Final Guidance for Industry and FDA Staff Document issued on: January 11, 2002 •  Given the high demand for software professionals and the highly mobile workforce, the software personnel who make maintenance changes to software may not have been involved in the original software development. Therefore, accurate and thorough documentation is essential. •  Historically, software components have not been as frequently standardized and interchangeable as hardware components. However, medical device software developers are beginning to use component-based development tools and techniques. Object-oriented methodologies and the use of off-the-shelf software components hold promise for faster and less expensive software development. However, component-based approaches require very careful attention during integration. Prior to integration, time is needed to fully define and develop reusable software code and to fully understand the behavior of off-the-shelf components. For these and other reasons, software engineering needs an even greater level of Managerial scrutiny and control than does hardware engineering.
  • 14.
  • 15. Reliability model and function A Reliability Program detects, identifies and mitigates the risks of product defects. Design Inputs and Planning End of Life Design Verification Analysis and and Validation Report Reliability Program Management Full Market Release Limited Commercial Surveillance and Release Surveillance Control and Control
  • 17. Reliability Modeling with assumptions Mechanical Mechanical reliability is assumed to be a Normal distribution. Hardware (Electronic systems, subsystems, components, connectors and PCBA etc.) ) Reliability function is assumed to be an Exponential distribution. Its Mean (MTBF) is a Chi-Square distribution. Include infant mortality and wear-out high failure rate periods. Software , Software reliability function is assumed to be a discrete uniform distribution with constant failure rates. System , System Reliability function is assumed to be a combination of Normal, Exponential and discrete uniform distribution. Mechanical MTBF is the mean of a normal distribution. Hardware and Software MTBF is a Chi- Square distribution. System has higher failure rates at infant mortality and wear-out periods. Software failure rate elevates System failure rate Bathtub curve. The combination of three sub-systems need more study. Should be modeled by life tests, not mathematical models.
  • 18. Reliability Modeling Diagram System Software/Electronic/Mechanical Confidence = 80% Reliability = 90% Software Confidence = 80% Reliability = 96% Electronics Confidence = 80% Reliability = 96% Mechanical Confidence = 80% Reliability = 96% •  Allocate 7.7% x 5 factor to estimated failure rate for software reliability •  Mechanical part has the highest failure rate allocation by author’s experience •  Field return database provides realistic pictures
  • 19. CASE STUDY 产 Pre Production Release PRODUCT: Pacemaker Interrogating Equipment Tests Performed •  ( ) Performance tests (Various Pacemakers) •  Safety (Electromagnetic Compatibility and Safety per CE marking regulation) •  Environmental tests (Vibration, Temperature, Humidity) •  MTBF Prediction (SR-332) •  风险 Risk Analysis •  Failure Mode Effects and Criticality Analysis •  Submit and obtain FDA approval
  • 20. CASE STUDY Production Release PRODUCT: Pacemaker Interrogating Equipment •  Supplier surveillance - Supplier yield improvement - Supplier final inspection and test control, development and implementation •  Production quality assurance - 进 检验 试验开发 实 Incoming inspection and test development and implementation - Production line inspection and test development and implementation •  Engineering update and upgrade controls - Review, re-test, re-verify and control changes •  Field returns management - Root Cause Analysis - Engineering for all identified failures - Re-verification and implement solutions - Document all findings and corrective actions  -  -
  • 21. CASE STUDY PRODUCT: Pacemaker Interrogating Equipment End of Product Life Cycle Analysis •  Documentation   -  - Equipment models, serial numbers and corrective actions -  - What, when, who, where, why and how •   - Failure Return data base analysis
  • 22. •   FDA •   FDA IEC60601 - 1 , ISO14971 EN1441 IEC60601 - 1 – 4 •     •   SUMMARY •  Author confirms FDA failure rate guidance by experience •  Comply with FDA Good Manufacturing Practice, IEC60601-1 Safety, Risk Analysis per ISO14971(EN1441) & IEC60601-1-4 •  Perform Risk Analysis, Failure Mode Effects and Criticality Analysis, MTBF prediction, Accelerated Life Tests, Environmental tests, Validation tests & Safety compliance tests •  Analyze test results, confirm root causes and collaborate corrective actions