|
This thread is carried over and continued in the Current Elsmar Cove Forums
|
The New Elsmar Cove Forums
|
The New Elsmar Cove ForumsThe Elsmar Cove Forums
![]() Statistical Techniques and 6 Sigma
![]() A Case in R&R studies
|
| next newest topic | next oldest topic |
| Author | Topic: A Case in R&R studies |
|
MSAFAI Forum Contributor Posts: 42 |
Hi everybody, I'm currently working with a screw manufacturing company, producing various kinds of screws from 2 to 10 mm in diameter. We are faced with the a case in doing R&R study, which I try to describe below: 1- the measuring device is a 0.001 mm resolution (digital) micrometer, 2- The product is a screw with (stem)diameter 3- The product characteristic measured is the screw (stem) diameter, 4-Initially, the resulting %R&R were very bad (about 90%)! 5- We suspected the main reason was too much within-part variation due to diameter change along AND around the screw stem, 6- We finally managed to reduce %R&R to about 15% by MARKING the measurement point on the screws. (This is apparently allowed by the MSA manual where there is excess WIV, page 64 or so). Question 1: Can we reliably use this device for process control and analysis, given the fact that R&R results were produced by marking the screws? if not: Question 2: What can we do in this specific case to improve the measurement technique / system to get better %R&R WITHOUT marking the screws, and without using the cumbersome WIV-method of calculating R&R? Anybody out there ? Thanks in advance IP: Logged |
|
Rick Goodson Forum Wizard Posts: 135 |
MSAFAI, With all due respect, you have not reduced the % R&R to 15%. You have changed the prcoess for measuring gage R&R by intentionally not measuring within part variation. You have determined that the system for measurement is 'acceptable', given the cavet that within part variation is not considered. Based on the information you have supplierd, the problem is not the measurement system but the parts. You need to improve the within part variation of the parts, not the measurement system. Regards, Rick IP: Logged |
|
KenK Forum Contributor Posts: 16 |
Yes, but the good news is that the source of variation HAS been identified. That's possibly more than half the battle. It also points out that the gage is sufficient for measurement and CAN be used to assess the result of screw dimension improvement studies. Yes, a method needs to be devised consistently measuring the same location on the screw (distance from head). Yes, you've identified possible screw diameter variation - that will always have to be taken into consideration when measuring screw diameter. Is that something you wish to reduce? Maybe or Maybe Not. It may be that this variation in screw diameter does not exceed customer expectations or affect the customer's perception of quality. IP: Logged |
|
MSAFAI Forum Contributor Posts: 42 |
Dear Rick, You are right, we have a problem with the production process. But the issue is "whether the measuring system is acceptable? " Regarding the above question, I go with Ken's answer. His reasoning seems reasonable. Whether this WIV is acceptable, till now there has not been any complaint from any customer. Maybe because the srews are not supplied for super high precision applications. Thanks to both of you, IP: Logged |
|
AJLenarz Forum Contributor Posts: 42 |
MSAFAI, You need to select a MSA method conducive to analyzing product with excessive WIV (within part variation). WIV may be a perfectly natural and acceptable bi-product of your processes. But excessive WIV, such as taper or out-of-round, can cause the measurement system evaluations to provide misleading results. There is a method listed in the MSA designed specifically to analyze product with WIV. See page 64 in the MSA “Quantifying the effect of excessive within-part-variation”. This method separates WIV from gage repeatability variation for a better gage assessment. The odds are your gage is adequate, your product is fine and even the methods employed to measure are ok, but you need to review the method of analysis. Let us know how it turns out. IP: Logged |
|
MSAFAI Forum Contributor Posts: 42 |
Dear AJLenarz, Thank you for your comment. Some time back I had tried the WIV method. I can tell you it is quite time consuming! Because you have to do all the calculations by hand. MitiTab V13 doesn't support this method either. Anyway, I'll give it another try, and inform you of the results. By all means. Regards IP: Logged |
|
KenK Forum Contributor Posts: 16 |
OK, I don't know if this will all fit - if not, I'll continue it in another post. I had this in Word already so I'm copying it here: Gage R&R Using MINITAB’s GLM Tool Don't do this stuff by hand!! Especially if you have MINITAB. Any crossed Gage R&R (as opposed to nested), no matter how many factors (typically parts, operators, repeated measurements) can be analyzed using MINITAB's General Linear Model tool. First I'll explain how to use it for a typical GR&R so you get the idea, then I'll mention the within part variation. For a typical GR&R, think if it as a general factorial DOE with two factors - PARTS at 10 levels and OPERATORS at 3 levels. Create columns as you normally would, with each measurement on a unique row, a column to identify the part, a column to identify the operator, a column that contains the measurement, and optionally a column that contains the repeat number (not really used in the analysis). Open the MINITAB General Linear Model tool under the ANOVA menu. Enter the MEASURE variable into the Responses field. Enter the PART , OPERATOR, and PART*OPERATOR variables into the Model field. The later item is the part*operator interaction, which you really should look at. Enter the PART and OPERATOR variables AGAIN in the Random Factors field – don’t enter the interaction term there. This tells MINITAB that you want to analyze the variation between parts & the variation between operators (unlike the typical DOE). IMPORTANT! - Make sure you select the Results button and check the Display expected mean squares and variance components checkbox. This makes MINITAB output the variance estimates for Parts, Operators, and Repeatability – which is just what you want. Now, look in the session window for the variance estimates. They’ll be in the table called Variance Components. We’re almost there. Now, just to clarify, the row labeled Error represents the Repeatability, the rows that contain the label Operator combine to represent the Reproducibility, and all the rows that except the one that says Part combine to represent the combined Gage R&R. This next part is easiest to do in Excel. To build the VarComp column that is found in the MINITAB GR&R: Variance Source = Variance Component Total Gage R&R = OPERATOR + OPERATOR*PART + ERROR Now just divide each of these row Variances values by the Total Variation value to calculate the %Contribution column. Now create the StdDev column by taking the square root of the respective variances. Now multiply each of the StdDev values by 5.15 to create the StudyVar column. Now divide each of the StdDev values by the Total Variation StdDev value to create the respective %Study Var. You’re done. You can create the main effect and interaction plots typically provided in the GR&R output by using the Stat > ANOVA > Main Effects Plot and Interactions Plot tools. For the Interactions Plot I’d suggest you enter OPERATOR before PART in the Factors field, just to be the look you expect. Now, about the Within Part Variation. This is done the exact same way. Make sure you measure each part several times (repeatability) in several standard locations (the within part variation – I’ll call this data’s column LOCATION). Enter the data into the General Linear Model dialog box as follows: Response: MEASUREMENT Model: PART OPERATOR LOCATION PART*OPERATOR PART*LOCATION OPERATOR*LOCATION Random factors: PART OPERATOR LOCATION The Model field tells MINITAB to include not only the main effects, but also all of the possible interactions, which should be looked at. If these are insignificant (the respective ANOVA table’s p-values are less than 0.05) then they can be left out of the model. Don’t forget to check the Variance Components option in the Results dialog box. Now you’re ready to start combining variance components. Any variance component that contains the OPERATOR term is considered part of Reproducibility, and thus also part of the Total Gage R&R. The LOCATION and PART*LOCATION terms aren’t part of the Total Gage R&R – they are characteristics of the stuff being measured – more akin to part-to-part variation So the table might look like this: Total Gage R&R Get the relative percentages (% Contribution), take the square roots to get the StdDev, calculate the 5.15*StdDev’s, and divide the StdDev’s by the Total StdDev to get the %Study Variations. You’re done. You can create the respective main effect and interaction plots using the same technique. Now that was easy wasn’t it? You can use the same general method to analyze any measurement system with just about any source of variation (multiple test bays, multiple test heads, etc) IP: Logged |
|
Al Dyer Forum Wizard Posts: 814 |
What is the purpose of a gage R&R study? To measure the accuracy of the gage and the variation between the "inspectors" I see no problem in marking the inspection point on the part being measured, this will tell you how well the gage functions. In the case of a screw head diameter, the caliper or micrometer may be a perfectly acceptable gage but possible the wrong gage to use in measuring concentricity or roundness. Just a thought! ASD... IP: Logged |
|
AJLenarz Forum Contributor Posts: 42 |
quote: Al – The purpose of a gage R&R is to assess the quality of the measurement system. The measurement system is defined as: the collection of operations, procedures, gages and other equipment, software, and personnel used to assign a number to the characteristic being measured; the complete process used to obtain measurements. It would be acceptable for a gage R&R to mark the part and measure a specific area on the part if this is a normal part of the day-to-day process of determining product quality. However, if this is not part of your normal measurement process, it would be unacceptable to conduct a gage R&R in this fashion. Again, part of the R&R is to evaluate the process. If you change the process specifically for the R&R then you are not getting a true evaluation on the process that is normally used on a day-to-day basis. Any other views? IP: Logged |
|
Al Dyer Forum Wizard Posts: 814 |
AJ, I may be over-simplifying the subject but: I am a small shop that has one caliper that we use to measure the five washers we produce. We do a gage R&R on one of the washers and find that the total R&R is 3.5. Can we assume that the gage is within reasonable functionality to measure the other 4 washers, or must we perform a gage R&R an all 5 washers. If we do so and find that the R&R ranges from 3.2 to 3.7 must we buy for additional calipers, on for each product? Just a question, I'm not a calibration guru! ASD... IP: Logged |
|
AJLenarz Forum Contributor Posts: 42 |
Al – Based off of your response, I am lead to believe I did not clearly communicate my point in the previous post. But first, let me respond to your “over simplification”. “I am a small shop that has one caliper that we use to measure the five washers we produce.” If all you have is one caliper and all you produced is five washers, I would be more worried about your business mission statement or quality policy rather than a GR&R. Al, I have been an active contributor for several months and a sandbagger on the Elsmar Coves for about two years. I have read your posts daily. I know that you are wise enough to know that it would be ludicrous to buy one caliper for each washer. The point I was trying to make in my previous post was this: Let’s say that you are a small shop that has produced five washers. And in the eyes of the customer the thickness of the washer was a critical characteristic. Which by the definition of QS would require process capability and SPC, not to mention a GR&R. Your tolerance of the thickness was 5mm +/- 1mm (slightly exaggerated for the purpose of explanation). When the first operator went to measure the washer thickness he/she noticed that the washer was 4mm on one end and 6mm on the other end. What number would the individual use to report on the GR&R? In a production environment there was no standard for what side or particular area the measurement was to be taken. In fact you wanted the operator to measure the entire surface area of the washer to ensure the entire washer was within tolerance. So what number is recorded on the R&R? You know that with measurements between 4 and 6mm that there is too much WIV to ensure a good R&R. So to try to improve the R&R value, you standardize on the location. When the R&R is complete the operators resume measuring the entire surface area to ensure product quality. The dilemma becomes that the process used to measure the parts for the GR&R is not representative of the process used to measure the product on an ongoing basis (specific location vs. the entire surface area). The two methods could utilize two different results. The purpose of a GR&R is to analyze the process of measurement that is going to be utilized on an ongoing basis. If you measure a specific area on an ongoing basis then perform the R&R in that fashion. Don’t change the process just for the R&R! It’s late and I am hoping I am making sense. IP: Logged |
|
Al Dyer Forum Wizard Posts: 814 |
quote: AJ, You make perfect sense, I'm just trying to get some responses on this importand topic. Which you have done wonderfully! ASD... IP: Logged |
All times are Eastern Standard Time (USA) | next newest topic | next oldest topic |
![]() |
|
Please Visit the new Elsmar Cove Forums! All these threads are there and much more!
