04-20-2008 05:34 PM
04-21-2008 10:09 PM
04-22-2008 01:20 PM
04-23-2008 10:21 PM
03-31-2009 11:16 AM
I have a situation that is related to this. The hypertrend is displaying flow. When the flow is 0 it draws a line at the zero mark during this period. When the flow increases above 0 it draws a diagonal line from the first point where it was 0 to the first non zero value.
I assume this is because Citadel does not store a value to the historical database until it changes more than the resolution setting (set at 0.001). How can I correct this?
03-31-2009 12:06 PM
The flat areas are where there is no change in data.
Value 0 comes in, two minutes later it is 5. That is an intant jump to 5. The only way to try an ease this is to poll the data faster.
0,1,2,3,4,5 would look smoother than 0,5.
Mike
03-31-2009 12:12 PM
Actually...
What happens is that even though the value is zero for lets say, 5 minutes, the trend draws a diagonal line from the first time the flow is zero to the first time it is non zero over the 5 minute period. It would be correct for it to draw a horizontal line for 5 minutes and then draw a vertical line from the last zero value to the first non zero point. The poll rate is about 2 seconds.
03-31-2009 12:17 PM
Using the Cursor on the trend, is the diagonal showing increasing values (0,1,2,3,4,5 )?
03-31-2009 12:24 PM
Not sure. I am not at the field location and no one is there monitoring it right now. I will have to get back on this one.
My assumption is that the trend is doing this because it not continuously logging the data to citadel during the 5 minute period since the value does not change by the resolution (0.001) amount. I have seen this before on other projects. What I would need to be able to do is force the values to be saved to the Citadel everytime Lookout receives a response to a data poll. This would fix the problem.
03-31-2009 12:26 PM
Are the changes that small? .001? I have had no issues with logging small values in the past myself, down to .001 resolution as well.
Mike