3.1 Terms and definitions
For the purposes of this document, the terms and definitions given in OPC 10000-1, OPC 10000-3, OPC 10000-4, and OPC 10000-11 as well as the following apply.
3.1.1 ProcessingInterval
timespan for which derived values are produced based on a specified Aggregate
3.1.2 Interpolated data
data that is calculated from data samples
3.1.3 EffectiveEndTime
time immediately before endTime
3.1.4 Extrapolated data
data constructed from a discrete data set but is outside of the discrete data set
3.1.5 SlopedInterpolation
simple linear interpolation
3.1.6 SteppedInterpolation
Interpolation holding the last data point constant or interpolating the value based on a horizontal line fit
| Timestamp | Raw Value | Sloped Interpolation | Stepped Interpolation |
|---|
| 12:00:00 | 10 | | |
| 12:00:05 | | 15 | 10 |
| 12:00:08 | | 18 | 10 |
| 12:00:10 | 20 | | |
| 12:00:15 | | 25 | 20 |
| 12:00:20 | 30 | | |
| | SlopedExtrapolation | SteppedExtrapolation |
|---|
| 12:00:25 | | 35 | 30 |
| 12:00:27 | | 37 | 30 |
3.1.7 bounding values
values at the startTime and endTime needed for Aggregates to compute the result
3.1.8 interpolated bounding values
bounding values determined by a calculation using the nearest Good value
3.1.9 simple bounding values
bounding values determined by a calculation using the nearest value