메소드 | 설명 | |
---|---|---|
EstablishMeasurementKeyCache ( |
Establish measurement key cache based on received meta-data. If you want the IMeasurement.Key values that are returned from a GetHistorianData query to have properly assigned Guid based signal IDs, i.e., MeasurementKey.SignalID, establish the measurement key cache as soon as you have received meta-data from a GEP subscription query. |
|
GetContiguousDataRegions ( |
Read historian data from server. 1 tick = 100 nanoseconds. |
|
GetHistorianData ( |
Read historian data from server.
|
public static EstablishMeasurementKeyCache ( |
||
metadata | Meta-data received from a subscription. | |
instanceName | string | Instance name of the historian. |
리턴 | void |
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 | string | Comma separated list of measurement IDs to query - or |
resolution | Resolution | Resolution for data query. |
리턴 | IEnumerable |