Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net & .Net Compact Framework
 SPC Control Chart Tools for .Net
 Showing Process Capability Rows in Table
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Bill Rokos

15 Posts

Posted - 25 Jun 2008 :  13:31:41  Show Profile  Reply with Quote
On an XBar-S chart, I have set ...

chartVu.EnableCalculatedValues = true;
chartVu.EnableProcessCapabilityValues = true;

... the MEAN, SIGMA and SUM rows are showing but the Cpk, Cpm and Ppk rows are not (like on the screenshot on the cover of the User Guide). How do I show those?

Thanks.

quinncurtis

1164 Posts

Posted - 25 Jun 2008 :  16:41:19  Show Profile  Reply with Quote
Since you don't mention them, we can only assume that you did not call other important process capability properties and method, demonstrated in the TimeVariableControlCharts.XBarChart example program, and described on page 153 of the manual.


this.ChartData.ProcessCapabilityLSLValue = 27;
this.ChartData.ProcessCapabilityUSLValue = 35;

this.ChartData.ProcessCapabilityDecimalPrecision = 2;

// Add the ones you want
this.ChartData.AddProcessCapabilityValue(SPCProcessCapabilityRecord.SPC_CPK_CALC);
this.ChartData.AddProcessCapabilityValue(SPCProcessCapabilityRecord.SPC_CPM_CALC);
this.ChartData.AddProcessCapabilityValue(SPCProcessCapabilityRecord.SPC_PPK_CALC);
Go to Top of Page

Bill Rokos

15 Posts

Posted - 25 Jun 2008 :  18:40:18  Show Profile  Reply with Quote
Thanks.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07