[概念] 质量管理标准和理论 - ISO/Deming/Juran/TQM

news/2024/7/1 20:47:16
PMBOK (2004 3rd 英) P180提到了诸多质量管理理论,但是没有解释各个理论。补充如下

http://www.brecker.com/quality.htm

ISO/QS9000


ISO9000 was developed as a standard for business quality systems. To be certified, businesses needed to document their quality system and insure adherence to it with reviews and audits. A key element was the identification of non-conformances and a Corrective Action System to prevent reoccurences. Specific quality improvement methodologies were not prescribed.

The automotive industry adopted the QS9000 standard for their suppliers to require the use of specific practices in quality planning and in production operations.

  • Advanced Product Quality Plans
  • Design / Process Failure Mode and Effects Analysis (FMEA)
  • Production Part Approval Process
  • Control Plans (for production)
  • Measurement Systems Analysis

  Deming PDCA

The Deming / Shewhart Cycle was especially useful in solving these quality problems. The PDCA Circle denotes continuous improvement by repeating the basic cycle of

    * Deming PDCA Plan
          o Get the data
          o Analyze the problem
          o Plan the solution
    * "Do" It
    * Check -- Measure the change
    * Act -- Modify as needed

as long as significant improvements are obtained.



Carnegie Plan Since 1948, engineers at Carnegie Tech (now Carnegie Mellon University) have been trained to apply the Carnegie problem solving methodology in design. This methodology parallels the Deming PDCA cycle with the addition of an initial step to "Define the Problem."


In the last 20 years, many companies have adopted similar problem-solving models -- often with 8-10 steps or more. Special attention is given to solving process problems -- problems that occur repetitively. Process improvement models add such steps as assigning process owners, forming teams, and establishing process measures.

Juran

Juran focused on quality control with the "trilogy"

    * quality planning
    * quality control
    * quality improvement.

Juran An SPC representation of the trilogy is used in the figure at the right. A spec is developed -- usually with a ± tolerance. A control chart is used to get the process under control. As special causes are removed to improve the process , variation is reduced. These are the basic steps in Six Sigma process improvement.

When the total quality management movement (TQM) gained prominence in the 1980's, the product planning step was expanded to include a broader evaluation of customer needs (similar to VA and QFD ).



  TQM



Total Quality Management (TQM) emphasized using multi-functional teams (professional staff and workers from all departments involved) to solve problems. The teams were trained to use basic statistical tools to collect and analyze data.

            * Check sheets
            * Pareto diagrams
            * Histograms
            * Run charts
            * Flow charts
            * Cause and effect diagrams
            * Force field analysis
            * Scatter diagrams



http://www.niftyadmin.cn/n/3657254.html

相关文章

Linux V4L2驱动框架分析之(二):平台v4l2设备驱动

系列文章: Linux V4L2驱动框架分析之(一):架构介绍 Linux V4L2驱动框架分析之(二):平台v4l2设备驱动 Linux V4L2驱动框架分析之(三):v4l2设备的缓存管理 Linu…

MS CRM Callouts Tip - Debug and Development铪铪铪铪

A debug tool for CRM Callouts由于Callouts是在CRM的服务器端由CRM Server调用,并不是一个独立的进程,因此开发人员在pc上调试Callouts将遇到一个挑战,设置断点这种最简单的调试技术都好像成了不可能的任 务。http://www.stunnware.com/crm2…

Linux V4L2驱动框架分析之(三):v4l2设备的缓存管理

系列文章: Linux V4L2驱动框架分析之(一):架构介绍 Linux V4L2驱动框架分析之(二):平台v4l2设备驱动 Linux V4L2驱动框架分析之(三):v4l2设备的缓存管理 Linu…

MS CRM Callouts Tip - 在Callouts中调用log4net

CRM中的Callouts未处理的异常信息会被CRM Server记录在Windows的Event Log中,如果要通过log4net实现异常记录,会遇到一个问题 - 在WinForm 程序或者 ASP.NET程序中使用log4net,需要在config文件中配置 log4net 所需的配置节。Callouts作为Cla…

Linux V4L2驱动框架分析之(四):sensor驱动

系列文章: Linux V4L2驱动框架分析之(一):架构介绍 Linux V4L2驱动框架分析之(二):平台v4l2设备驱动 Linux V4L2驱动框架分析之(三):v4l2设备的缓存管理 Linu…

[概念] 激励理论-海兹伯格激励理论(Herzberg's theory of motivation)

详见http://www.netmba.com/mgmt/ob/motivation/herzberg/Herzberg found that the factors causing job satisfaction (and presumably motivation) were different from those causing job dissatisfaction. He developed the motivation-hygiene theory to explain these re…

项目经理的角色(Roles of Project Manager)

来自 http://www.yancy.org/research/project_management/human_resources.html * Integrator o PM is the most likely person who can view both the project and the way it fits into the overall plan for the organization. o Must coordinate the …

组织结构 - 职能型,矩阵型和项目型

PMBOK(2004 3rd 英)P28中介绍了几种组织结够,包括职能型(Functional) ,矩阵型(Matrix)和项目型(Projectized) 。其中矩阵型又分为Weak Matrix,Balanced Matrix和Strong Matrix. 书中只是从项目经理职权的角度比较了这几种组织结构的不同。下面是一些补充…