Метод | Описание | |
---|---|---|
GetContiguousDataRegions ( |
Read historian data from server. 1 tick = 100 nanoseconds. |
|
GetHistorianData ( |
Read historian data from server.
|
|
GetHistorianData ( |
Read historian data from server.
|
public static GetContiguousDataRegions ( |
||
connection | openHistorian connection. | |
startTime | System.DateTime | Start time of query. |
stopTime | System.DateTime | Stop time of query. |
measurementID | ulong | Measurement ID to test for data continuity. |
resolution | Resolution | Resolution for testing data. |
expectedFullResolutionTicks | long | Expected number of ticks per interval at full resolution, e.g., 33,333 = 1/30 of a second representing a sampling interval of 30 times per second. |
Результат | DateTime>>.IEnumerable |
public static GetHistorianData ( |
||
connection | openHistorian connection. | |
startTime | System.DateTime | Start time of query. |
stopTime | System.DateTime | Stop time of query. |
measurementIDs | IEnumerable |
Array of measurement IDs to query - or |
resolution | Resolution | Resolution for data query. |
Результат | IEnumerable |
public static GetHistorianData ( |
||
connection | openHistorian connection. | |
startTime | System.DateTime | Start time of query. |
stopTime | System.DateTime | Stop time of query. |
measurementIDs | string | Comma separated list of measurement IDs to query - or |
resolution | Resolution | Resolution for data query. |
Результат | IEnumerable |