Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Microsoft .Net
 SPC Control Chart Tools for .Net
 Turn off alarms ?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
jkiecker Posted - 11 Jun 2009 : 07:25:14
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.
4   L A T E S T    R E P L I E S    (Newest First)
jkiecker Posted - 11 Jun 2009 : 13:40:22
Worked like a charm !
thanks for getting back to me so fast
quinncurtis Posted - 11 Jun 2009 : 13:11:36
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;
jkiecker Posted - 11 Jun 2009 : 11:25:44
I mean not change the color of the data point or highlight the column.
thanks
quinncurtis Posted - 11 Jun 2009 : 08:24:35
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?

Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07