C# Class PIAdapters.PIRTInputAdapter

Inheritance: InputAdapterBase
Afficher le fichier Open project: GridProtectionAlliance/gsf

Private Properties

Свойство Type Description
Dispose void
GetPIPoint PIPoint
ReadEvents void
SubscribeToPointUpdates void
m_connection_Disconnected void
m_dataUpdateObserver_DataUpdated void
m_eventTimer_Elapsed void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
AttemptConnection ( ) : void

Connects to the configured PI server.

AttemptDisconnection ( ) : void

Disconnects from the configured PI server if a connection is open

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
GetPIPoint ( PIServer server, string tagName ) : PIPoint
ReadEvents ( ) : void
SubscribeToPointUpdates ( MeasurementKey keys ) : void
m_connection_Disconnected ( object sender, EventArgs e ) : void
m_dataUpdateObserver_DataUpdated ( object sender, EventArgs e ) : void
m_eventTimer_Elapsed ( object sender, System e ) : void

Method Details

AttemptConnection() protected méthode

Connects to the configured PI server.
protected AttemptConnection ( ) : void
Résultat void

AttemptDisconnection() protected méthode

Disconnects from the configured PI server if a connection is open
protected AttemptDisconnection ( ) : void
Résultat void

GetShortStatus() public méthode

Returns brief status with measurements processed
public GetShortStatus ( int maxLength ) : string
maxLength int
Résultat string

Initialize() public méthode

Reads values from the connection string and prepares this PIRTInputAdapter for connecting to PI
public Initialize ( ) : void
Résultat void

PIRTInputAdapter() public méthode

Receives real-time updates from PI
public PIRTInputAdapter ( ) : System
Résultat System