10-20-2006 01:17 PM
12-13-2006 06:04 PM
12-17-2006 08:42 PM
12-18-2006 01:07 PM
WaterWorks,
If your source registers are integers, you can only read and therefore log whole numbers. A new value is logged only when the device is polled and then only if the value changes by at least the deviation specified. (1 in your case)
The hypertrend object plots those values and draws a straight line between values. The rate of change is assumed to be linear. When the cursor on a hypertrend is positioned between 2 logged points, the displayed value is interpolated from the adjacent 2 known points. That interpolation result may very well contain a fractional component even when the known points are integers.
If you logged a value of 85 at 1200hrs and 86 at 1300hrs, the implied value at 1230hrs would be 85.5. A Hypertrend would display this value even though it was never logged.
Regards,
Bob
12-18-2006 02:46 PM