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
 WERulesVariableControlCharts
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

syedshanu

17 Posts

Posted - 16 Jun 2008 :  20:23:02  Show Profile  Reply with Quote
Dear Sir,

In WERulesVariableControlCharts we can see lsl s1,s2 and s3 and usl s1,s2 and s3.

1) Is that POsible to make only s3 visible and s1 and s2 not in visible (that is in run time making s1 and s2 visible or not visible )

2) Now only when data reach s3 we can see Alaram is that posible to set alaram for s1 and s2 also. for ex when data is in s1 then alaram need to display.

shanu

quinncurtis

1164 Posts

Posted - 16 Jun 2008 :  21:51:13  Show Profile  Reply with Quote
1. You can turn off the alarm lines for the alarms using code similar to the following, added to the WERulesVariableControlCharts.XBarRChart example program.


Me.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_UPPER_CONTROL_LIMIT_1).LinePlot.ChartObjEnable = ChartObj.OBJECT_DISABLE
 Me.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_LOWER_CONTROL_LIMIT_1).LinePlot.ChartObjEnable = ChartObj.OBJECT_DISABLE
 Me.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_UPPER_CONTROL_LIMIT_2).LinePlot.ChartObjEnable = ChartObj.OBJECT_DISABLE
 Me.PrimaryChart.GetControlLimitData(SPCChartObjects.SPC_LOWER_CONTROL_LIMIT_2).LinePlot.ChartObjEnable = ChartObj.OBJECT_DISABLE


That example program already shows you how to turn off the alarm line labels on the right of the chart.

2. We do not know what you mean. Looking at the WERulesVariableControlCharts.XBarRChart example program, the alarms work properply for s1, s2, and s3, according to the WE rules. You can click on the "H" or "L" in the alarm status line to see an alarm tooltip that describes which WE rule caused the alarm.
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