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
 SPC Control Chart Tools for .Net
 Turn off alarms ?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jkiecker

13 Posts

Posted - 11 Jun 2009 :  07:25:14  Show Profile  Reply with Quote
I am working with a batch individual range chart:
I would like to not flag the data point as an alarm if the secondary (range) chart shows 0. Is this possible? or I would like to turn off the alarms on the secondary chart all together.

quinncurtis

1586 Posts

Posted - 11 Jun 2009 :  08:24:35  Show Profile  Reply with Quote
What do you mean by "turn off the alarms". Do you mean not to show the 3 sigma limit line and value; or not to change the color of the data point; or not to highlight the column in the table?
Go to Top of Page

jkiecker

13 Posts

Posted - 11 Jun 2009 :  11:25:44  Show Profile  Reply with Quote
I mean not change the color of the data point or highlight the column.
thanks
Go to Top of Page

quinncurtis

1586 Posts

Posted - 11 Jun 2009 :  13:11:36  Show Profile  Reply with Quote
This seems to work:

//upper control limit secondary chart
SPCControlLimitRecord secondaryuppercontrollimit =
                ChartData.GetControlLimitRecord(SPCControlChartData.SPC_SECONDARY_UPPER_CONTROL_LIMIT);
secondaryuppercontrollimit.ControlLimitType = SPCControlLimitRecord.SPC_NOTA_LIMIT;
Go to Top of Page

jkiecker

13 Posts

Posted - 11 Jun 2009 :  13:40:22  Show Profile  Reply with Quote
Worked like a charm !
thanks for getting back to me so fast
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07