C# Класс PIAdapters.PIOutputAdapter

Наследование: GSF.TimeSeries.Adapters.OutputAdapterBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ArchiveAFValues void
CreateMappedPIPoint PIPoint
EstablishPIPointDictionary void
EstablishPIPointMappings void
GetPIPoint PIPoint
GetPIPoint PIPoint
GetPIPointBySignalID PIPoint
GetPIPointBySignalID PIPoint
GetPITagName string
LoadCachedTagMap void
m_connection_Disconnected void

Открытые методы

Метод Описание
GetShortStatus ( int maxLength ) : string

Returns a brief status of this PIOutputAdapter

Initialize ( ) : void

Initializes this PIOutputAdapter.

PIOutputAdapter ( ) : System

Creates a new PIOutputAdapter

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
ArchiveAFValues ( AFValue values ) : void
CreateMappedPIPoint ( MeasurementKey key ) : PIPoint
EstablishPIPointDictionary ( MeasurementKey inputMeasurements ) : void
EstablishPIPointMappings ( MeasurementKey keys ) : void
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, EventArgs e ) : void

Описание методов

AttemptConnection() защищенный Метод

Connects to the configured PI server.
protected AttemptConnection ( ) : void
Результат void

AttemptDisconnection() защищенный Метод

Closes this PIOutputAdapter connections to the PI server.
protected AttemptDisconnection ( ) : void
Результат void

Dispose() защищенный Метод

Releases the unmanaged resources used by the PIOutputAdapter object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

ExecuteMetadataRefresh() защищенный Метод

Sends updated metadata to PI.
protected ExecuteMetadataRefresh ( ) : void
Результат void

GetShortStatus() публичный Метод

Returns a brief status of this PIOutputAdapter
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum number of characters in the status string
Результат string

Initialize() публичный Метод

Initializes this PIOutputAdapter.
public Initialize ( ) : void
Результат void

PIOutputAdapter() публичный Метод

Creates a new PIOutputAdapter
public PIOutputAdapter ( ) : System
Результат System

ProcessMeasurements() защищенный Метод

Sorts measurements and sends them to the configured PI server in batches
protected ProcessMeasurements ( IMeasurement measurements ) : void
measurements IMeasurement Measurements to queue
Результат void