Method | Description | |
---|---|---|
EstimatePlotResolution ( string instanceName, System.DateTime startTime, System.DateTime stopTime, ulong measurementIDs ) : Resolution |
Estimates a decent plot resolution for given time range.
|
|
GetHistorianData ( HistorianValue>.ClientDatabaseBase |
Read historian data from server.
|
|
GetInstanceNames ( ) : IEnumerable |
Gets loaded historian adapter instance names.
|
Method | Description | |
---|---|---|
LoadConnectionParameters ( ) : void | ||
TrendValueAPI ( ) : System |
public static EstimatePlotResolution ( string instanceName, System.DateTime startTime, System.DateTime stopTime, ulong measurementIDs ) : Resolution | ||
instanceName | string | Historian instance name. |
startTime | System.DateTime | Start time of query. |
stopTime | System.DateTime | Stop time of query. |
measurementIDs | ulong | Measurement IDs being queried - or |
return | Resolution |
public static GetHistorianData ( HistorianValue>.ClientDatabaseBase |
||
database | HistorianValue>.ClientDatabaseBase | Client database to use for query. |
startTime | System.DateTime | Start time of query. |
stopTime | System.DateTime | Stop time of query. |
measurementIDs | ulong | Measurement IDs to query - or |
resolution | Resolution | Resolution for data query. |
seriesLimit | int | Maximum number of points per series. |
forceLimit | bool | Flag that determines if series limit should be strictly enforced. |
cancellationToken | ICancellationToken | Cancellation token for query. |
return | IEnumerable |
public static GetInstanceNames ( ) : IEnumerable |
||
return | IEnumerable |