T O P I C R E V I E W |
KeithF |
Posted - 19 Jan 2016 : 17:01:38 When scrolled so that the most recent data is in the middle of the control, the out-of-control points are colored properly - red for those above the upper control limit, blue for those below the lower control limt. As the pointer is moved to the left, the out-of-control points on the right side of the chart start to turn green, first the rightmost ones, then the next ones to the left, until finally when the chart is scrolled all the way to the right (the pointer is all the way to the left) all the out-of-control points on the right half of the chart are green, while those on the left half remain properly colored. Is this a known bug? |
2 L A T E S T R E P L I E S (Newest First) |
quinncurtis |
Posted - 14 Mar 2016 : 08:43:31 Thank for sending the example. It would have been impossible to identify the problem otherwise.
I was able to isolate the problem to a single parameter, the TimeIncrementMinutes property. You have that value set to 15, but time stamps in your data have an increment of 5 minutes. Some internal calculation which uses the TimeIncrementMinutes property to calculate the current scroll bar position is going haywire if that value is completely out of whack with the actual data time increment. If you change TimeIncrementMinutes to 5, I believe the alarms are consistent, and other anomalies associated with the scrollbar go away. If you want to see all of the points, increase the NumDatapointsInView to 20. Please test that on your end and let us know the results.
We now recommend that you try and always use the Batch Control Charts, instead of the Time Control Charts. With batch control charts you can have a varying time increment between sample intervals, while still displaying time stamps, as an option, on the x-axis similar, to the Time Control Charts. The TimeIncrementMinutes has no effect on Batch Control Charts. The manual discusses the differences between Time, and Batch control charts. |
quinncurtis |
Posted - 20 Jan 2016 : 09:54:52 We can't reproduce the problem you describe. Can you reproduce the problem using one of our unmodified example programs? If so which one, and which specific chart if it has more than one. If not, can you supply us with the JSON script which reproduces the problem. You can send it to support@quinn-curtis.com.
|
|
|