Property | Type | Description | |
---|---|---|---|
Dispose | void | ||
GetPIPoint | PIPoint | ||
ReadEvents | void | ||
SubscribeToPointUpdates | void | ||
m_connection_Disconnected | void | ||
m_dataUpdateObserver_DataUpdated | void | ||
m_eventTimer_Elapsed | void |
Method | Description | |
---|---|---|
GetShortStatus ( int maxLength ) : string |
Returns brief status with measurements processed
|
|
Initialize ( ) : void |
Reads values from the connection string and prepares this PIRTInputAdapter for connecting to PI
|
|
PIRTInputAdapter ( ) : System |
Receives real-time updates from PI
|
Method | Description | |
---|---|---|
AttemptConnection ( ) : void |
Connects to the configured PI server.
|
|
AttemptDisconnection ( ) : void |
Disconnects from the configured PI server if a connection is open
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetPIPoint ( PIServer server, string tagName ) : PIPoint | ||
ReadEvents ( ) : void | ||
SubscribeToPointUpdates ( MeasurementKey keys ) : void | ||
m_connection_Disconnected ( object sender, |
||
m_dataUpdateObserver_DataUpdated ( object sender, EventArgs |
||
m_eventTimer_Elapsed ( object sender, System e ) : void |
public GetShortStatus ( int maxLength ) : string | ||
maxLength | int | |
return | string |