Errata exists for this version of the document.
For the purposes of Historian 1 examples consider a source historian with the following data:
Timestamp |
Value |
StatusCode |
Notes |
12:00:00 |
- |
Bad_NoData |
First archive entry, Point created |
12:00:10 |
10 |
Raw, Good |
|
12:00:20 |
20 |
Raw, Good |
|
12:00:30 |
30 |
Raw, Good |
|
12:00:40 |
40 |
Raw, Bad |
|
12:00:50 |
50 |
Raw, Good |
|
12:01:00 |
60 |
Raw, Good |
|
12:01:10 |
70 |
Raw, Uncertain |
|
12:01:20 |
80 |
Raw, Good |
|
12:01:30 |
90 |
Raw, Good |
|
|
null |
No Data |
No more entries, awaiting next scan |
The example historian also has Annotations associated with three data points.
Figure 6 – Example Data for Historian 1
For the purposes of all Historian 1 examples:
- TreatUncertainAsBad = False. Therefore Uncertain values are included in Aggregate calls.
- Stepped Attribute = False. Therefore SlopedInterpolation is used between data points.
- UseSlopedExtrapolation = False. Therefore SteppedExtrapolation is used at end boundary conditions.
- PercentBad = 100, PercentGood = 100. Therefore if all values are Good then the quality will be Good, or if all values are Bad then the quality will be Bad, but if there is some Good and some Bad then the quality will be Uncertain.