Control Charts to support manufacturing quality control: X-bar R + I-MR Chart
We would like to be able to generate control charts to show measurements of some property of a product (e.g. mass, thickness, voltage, ppm of a chemical, etc.) over time and also overlay statistical measures line charts including the mean of the sample, ±3σ, UCL (Upper Control Limit - an upper threshold specification value), LCL (Lower Control Limit - a lower threshold specification value), and highlighting data points that may be out of control based on the 7 Wester Electric rules (https://en.wikipedia.org/wiki/Western_Electric_rules). For additional information check out http://asq.org/learn-about-quality/data-collection-analysis-tools/overview/control-chart.html.
-
David millar commented
We have a qualified professional of Quality Analysts. We are offering Quality Analyst Training that can teach you each and every aspect of quality testing. Our main focus is to teach you about quality improvement. This course is also designed for both fresh graduates who want to pursue a career and experienced peoples who want to improve their testing skills. For more details contact us and visit the website page.
https://thecompletebatrainer.com/qa-training/ -
AdminPaweł Fus (Admin, Highcharts JS) commented
Hi @Rahul. Yes, it should be possible to implement all SPC Rules. The only example I have is the one below (where only Rule 1 is added): https://jsfiddle.net/BlackLabel/y74rat0z/
-
Rahul S chavhan commented
Hi Pawel - It is possible to implement all SPC trend Rules in high charts for SPC charts ? If yes then do you have example on this ?
-
AdminPaweł Fus (Admin, Highcharts JS) commented
Just in case, it's already possible to create this chart, but we need to calculate all variables on the chart, for example: https://jsfiddle.net/BlackLabel/y74rat0z/ (only Rule 1 applied on a chart).