Mistake proofing Mistake proofing is a scientific technique for improvement of operating systems including materials, machines and methods with an aim.

Slides:



Advertisements
Similar presentations
Curriculum Development and Course Design
Advertisements

Test process essentials Riitta Viitamäki,
Pearson Education Ltd. Naki Kouyioumtzis
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 20 Slide 1 Critical systems development 2.
EECE499 Computers and Nuclear Energy Electrical and Computer Eng Howard University Dr. Charles Kim Fall 2013 Webpage:
Process Analysis 102 Quality: The Basic Tool Kit.
Crane Operations Objective
POKE YOKE MISTAKES/ERRORS PROOFING
Mr. R. R. Diwanji Techniques for Safety Improvements.
Agriscience Unit 8 worksheet
Topics covered: Memory subsystem CSE243: Introduction to Computer Architecture and Hardware/Software Interface.
Software Overview The software that controls the Place n’ Paste is designed to be robust and error proof. With minimal intervention from the user, the.
Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 7: Focusing on Users and Their Tasks.
Visual Management Quick Review
Companies must provide customers with world-class quality, delivery and service. Customers won’t accept anything less. The globalization of markets means.
Speeding up of pipeline segments © Fr Dr Jaison Mulerikkal CMI.
Lean Training Quick Changeover.
9. Applying scientific tools & techniques for improving customer satisfaction.
Topic #9: Market Equilibrium
Unit (7) Why businesses make decisions? The decision that they make might include. - what to produces, where to locate the premises, what method of production.
CHAPTER 7 STATISTICAL PROCESS CONTROL. THE CONCEPT The application of statistical techniques to determine whether the output of a process conforms to.
1 SMU EMIS 7364 NTU TO-570-N Control Charts Basic Concepts and Mathematical Basis Updated: 3/2/04 Statistical Quality Control Dr. Jerrell T. Stracener,
Modern Maintenance. Management
Surveying II. Lecture 1.. Types of errors There are several types of error that can occur, with different characteristics. Mistakes Such as miscounting.
© Food – a fact of life 2009 Hazard Analysis Critical Control Point (HACCP) HACCP is a system which looks for and prevents potential problems before they.
Mistake Proofing Control Kaizen Facilitation.
POKA-YOKE, AS A QUALITY IMPROVEMENT TOOL
Principles of Programming & Software Engineering
INDUSTRIAL APPLICATIONS
DESIGN FOR MANUFACTURING AND ASSEMBLY
Light Bulb Changing Procedure
Chapter 3: Cost Estimation Techniques
METHOD STUDY Method study is the systematic recording and critical examination of existing and proposed ways of doing work, as a means of developing and.
Causal Analysis & Resolution (CAR) Support Category
Equipment Efficiency: Quality and Poka-Yoke (Mistake-Proof, 防錯法)
Hazard Analysis Critical Control Point (HACCP).
Statistical Process Control
Mistake Proofing (PokaYoke)
Hemodialysis Lecture 3.
OPERATING MACHINE OF NC/CNC BASIC
Software Engineering B.Tech Ii csE Sem-II
Hazard Analysis Critical Control Point (HACCP)
METHOD STUDY.
TOTAL Productive MAINTENANCE
Chapter 11 Correcting Errors.
WORK STUDY.
Lecture 2 Introduction to Programming
Welcome to my presentation
Chapter 3: risk measurement
BASICS OF SOFTWARE TESTING Chapter 1. Topics to be covered 1. Humans and errors, 2. Testing and Debugging, 3. Software Quality- Correctness Reliability.
Total Productive Maintenance and Quick Changeover
PLEASE NOTE: freeleansite
ACCIDENT INVESTIGATION PRESENTATION
Chapter 6 Hypothesis tests.
Visual Control and Failsafing
Bloom's Taxonomy Prepared by: Maridalys López Melissa Torres
Operating Systems.
Fault Tolerance Distributed Web-based Systems
Designed-in Logic to Ensure Safety of Integration and Field Engineering of Large Scale CBTC Systems Author: Fenggang Shi.
Essentials of Fire Fighting
TPM Definitions Goals and Benefits Components GEOP 4316.
Root Cause Analysis: Why? Why? Why?
Baisc Of Software Testing
Control Controlling is determining what is being accomplished, that is , evaluating the performance and , if necessary , applying corrective measures so.
Chapter 34 Risk Management
Lets Understand Cost Of Defect
Chapter 10 Quality Improvement.
Chapter 7 Process Management.
Chapter 10: Compilers and Language Translation
Risk Management Student Powerpoint
Presentation transcript:

Mistake proofing Mistake proofing is a scientific technique for improvement of operating systems including materials, machines and methods with an aim of preventing problems due to human error. The term “error” means a sporadic deviation from standard procedures resulting from loss of memory, perception or motion.

Defect Vs errors It is important to understand that defects and errors are not the same thing. A defect is the result of an error, or an error is the cause of defects as explained below. Cause Result Error Defect

Prevention of defects End result Cause Intermediate result zero defect Work Procedure Machine or human error Detect error Take corrective action Modify work procedure to prevent such errors Analyze for preventive action

Types of error Error in memory of PLAN : Error of forgetting the sequence/ contents operations required or restricted in standard procedures. Error in memory of EXECUTION : Errors of forgetting the sequence/contents of operations having been finished. Error in PERCEPTION of type : Error of selecting the wrong object in type or quantity.

Types of error Error in perception of MOVEMENT : Error of misunderstanding/misjudging the shape, position, direction or other characteristics of the objects. Error in motion of HOLDING : Error in failing to hold objects. Error in motion of CHANGING : Errors of failing to change the shape , position , direction , or other characteristics of object according to the standard.

Human error provoking situations Complex design Inadequate written standards Too many parts Mix up Too many steps Specifications or critical conditions Too many adjustments Frequent repetition

Principles of mistake proofing The principles of mistake proofing can be categorized into groups: A. Prevention of occurrence B. Minimization of effects

A. Prevention of occurrence Methods under this principle aim to prevent the occurrence of human errors from all stages of operations and make corrections unnecessary.This can be done through the following 3 methods:- I. Elimination II. Replacement III. Facilitation

I. Elimination Elimination method aims to remove the system properties which generate operations/restrictions susceptible to human errors so as to make them unnecessary. Consider the error of an operator touching a high temperature pipe and getting burnt. One method of preventing this error is to make the pipe safe by covering it with insulating material. This improvement removes the property of the pipe which generates the restriction.

III. Facilitation The principles of elimination and replacement described above make it unnecessary for operators to perform operations or note restrictions. In contrast to these, the purpose of facilitation is to make such functions as memory, perception and motion required in operations easy for the operators by well designed work stations and thus reduce the occurrence rate of human errors.

B. Minimization of effects* Methods under this principle aim to minimize the effects of human error and focus on processes where the errors develop into serious problems of quality,safety or efficiency. This can be divided into two categories : I. Detection and II. Mitigation *This principle is also known as Stop-in-time.

I. Detection The concept of detection is that even if a human error occurs, the deviations from standard states caused by it can be detected and corrected in the succeeding operation steps. The methods of correcting the detected deviations are classified into two types : 1. Operators are informed or find by themselves the deviations and take necessary corrective action. 2. The deviations are automatically corrected without operators

Detection There are two methods of informing the operator. The first method is to bring errors to the operator’s notice by visual or audible alarms, and the second method is by making the successive operations impossible.

II. Mitigation The mitigation method aims to make operations redundant or incorporate shock absorbing/protecting materials so as to mitigate the effects of human errors in their development process. Example : Consider the error of burning out the motor of a production machine by forgetting to switch off the power supply. The mitigation countermeasure is to install a fuse which cuts off the power supply when the temperature reaches certain point.