C# 클래스 PIAdapters.PIOutputAdapter

상속: GSF.TimeSeries.Adapters.OutputAdapterBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

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