ReadHistoricalValue (IEquipmentHistorian)
Retrieves historical data from the Historian tag associated with the specified equipment property.
Inputs | Data Type | Description |
---|---|---|
calculationMode | HistorianCalculationModes | Specifies the Historian calculation mode to use to filter the data to retrieve. |
direction | HistorianDirection | Specifies the Historian direction to use to filter the data to retrieve. |
endTime | DateTime | Specifies the end time to use to filter the data to retrieve. |
equipmentAddress | DirectoryResosurce | Specifies the equipment instance that owns the property you want to retrieve historical data from. Note: In the Configure Method dialog box, click Next to select a resource. Otherwise, in the Inputs section of the activity configuration panel, click the ellipsis button to select a resource. |
interval | UInt32 | Specifies the number of intervals within the specified start and end times to use to filter the data to retrieve. |
numberOfSamples | UInt32 | Specifies the number of data samples you want to retrieve within the specified start and end times. |
propertyName | String | Specifies the property you want to retrieve historical data from. |
samplingMode | HistorianSamplingModes | Specifies the Historian sampling mode to use to filter the data to retrieve. |
startTime | DateTime | Specifies the start time to use to filter the data to retrieve. |
Outputs | Description | |
---|---|---|
ProcessValue[] |
Returns the historical data for the specified equipment property. |