Table 22defines the structure of the ReadProcessedDetails structure.
Table 22– ReadProcessedDetails
Name |
Type |
Description |
ReadProcessedDetails |
Structure |
Specifies the details used to perform a “processed” history read. |
startTime |
UtcTime |
Beginning of period to read. |
endTime |
UtcTime |
End of period to read. |
ProcessingInterval |
Duration |
Interval between returned Aggregatevalues. The value 0 indicates that there is no ProcessingIntervaldefined. |
aggregateType[] |
NodeId |
The NodeId of the HistoryAggregate object that indicates the list of Aggregates to be used when retrieving the processed history. SeeOPC 10000-13for details. |
aggregateConfiguration |
Aggregate Configuration |
Aggregateconfiguration structure. |
useServerCapabilitiesDefaults |
Boolean |
As described in OPC 10000-4. |
TreatUncertainAsBad |
Boolean |
As described in OPC 10000-13. |
PercentDataBad |
Byte |
As described in OPC 10000-13. |
PercentDataGood |
Byte |
As described in OPC 10000-13. |
UseSlopedExtrapolation |
Boolean |
As described in OPC 10000-13. |
SeeOPC 10000-13for details on possible NodeIdvalues for the aggregateTypeparameter.