Property | Type | Description | |
---|---|---|---|
ArchiveAFValues | void | ||
CreateMappedPIPoint | PIPoint | ||
EstablishPIPointDictionary | void | ||
EstablishPIPointMappings | void | ||
GetPIPoint | PIPoint | ||
GetPIPoint | PIPoint | ||
GetPIPointBySignalID | PIPoint | ||
GetPIPointBySignalID | PIPoint | ||
GetPITagName | string | ||
LoadCachedTagMap | void | ||
m_connection_Disconnected | void |
Method | Description | |
---|---|---|
GetShortStatus ( int maxLength ) : string |
Returns a brief status of this PIOutputAdapter
|
|
Initialize ( ) : void |
Initializes this PIOutputAdapter.
|
|
PIOutputAdapter ( ) : System |
Creates a new PIOutputAdapter
|
Method | Description | |
---|---|---|
AttemptConnection ( ) : void |
Connects to the configured PI server.
|
|
AttemptDisconnection ( ) : void |
Closes this PIOutputAdapter connections to the PI server.
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the PIOutputAdapter object and optionally releases the managed resources.
|
|
ExecuteMetadataRefresh ( ) : void |
Sends updated metadata to PI.
|
|
ProcessMeasurements ( IMeasurement measurements ) : void |
Sorts measurements and sends them to the configured PI server in batches
|
Method | Description | |
---|---|---|
ArchiveAFValues ( AFValue values ) : void | ||
CreateMappedPIPoint ( |
||
EstablishPIPointDictionary ( |
||
EstablishPIPointMappings ( |
||
GetPIPoint ( PIServer server, System.Guid signalID, string tagName ) : PIPoint | ||
GetPIPoint ( PIServer server, string tagName ) : PIPoint | ||
GetPIPointBySignalID ( PIServer server, System.Guid signalID ) : PIPoint | ||
GetPIPointBySignalID ( PIServer server, System.Guid signalID, string &cachedTagName ) : PIPoint | ||
GetPITagName ( string tagName ) : string | ||
LoadCachedTagMap ( ) : void | ||
m_connection_Disconnected ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public GetShortStatus ( int maxLength ) : string | ||
maxLength | int | Maximum number of characters in the status string |
return | string |
protected ProcessMeasurements ( IMeasurement measurements ) : void | ||
measurements | IMeasurement | Measurements to queue |
return | void |