C# 클래스 PIAdapters.PIPBInputAdapter

Retrieves PI data for non-real time temporal sessions. The real-time PI input adapter is preferred for real-time data due to use of event pipes.
상속: InputAdapterBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

Private Properties

프로퍼티 타입 설명
ConvertStatusFlags MeasurementStateFlags
ReadData IEnumerable
StartDataReader void
m_readTimer_Elapsed void

공개 메소드들

메소드 설명
GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this PIAdapters.PIPBInputAdapter.

Initialize ( ) : void

Initializes this PIAdapters.PIPBInputAdapter.

PIPBInputAdapter ( ) : System

Creates a new instance of the PIAdapters.PIPBInputAdapter.

보호된 메소드들

메소드 설명
AttemptConnection ( ) : void

Attempts to connect to this PIAdapters.PIPBInputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this PIAdapters.PIPBInputAdapter.

Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the PIAdapters.PIPBInputAdapter object and optionally releases the managed resources.

비공개 메소드들

메소드 설명
ConvertStatusFlags ( AFValueStatus status ) : MeasurementStateFlags
ReadData ( AFTime startTime, AFTime endTime ) : IEnumerable
StartDataReader ( object state ) : void
m_readTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

AttemptConnection() 보호된 메소드

Attempts to connect to this PIAdapters.PIPBInputAdapter.
protected AttemptConnection ( ) : void
리턴 void

AttemptDisconnection() 보호된 메소드

Attempts to disconnect from this PIAdapters.PIPBInputAdapter.
protected AttemptDisconnection ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases the unmanaged resources used by the PIAdapters.PIPBInputAdapter 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

GetShortStatus() 공개 메소드

Gets a short one-line status of this PIAdapters.PIPBInputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
리턴 string

Initialize() 공개 메소드

Initializes this PIAdapters.PIPBInputAdapter.
HistorianID, Server, Port, Protocol, or InitiateConnection is missing from the .
public Initialize ( ) : void
리턴 void

PIPBInputAdapter() 공개 메소드

Creates a new instance of the PIAdapters.PIPBInputAdapter.
public PIPBInputAdapter ( ) : System
리턴 System