C# 클래스 ExamplesLibrary.ReadFromAFExample

Retrieving values from AF Attributes is best done in bulk, in particular, if any of the data is coming from the PI Data Archive. By bulk retrieving the data, the number of round-trips to the PI Data Archive are reduced. This example uses the AFAttributeList to illustrate how to retrieve attribute values in bulk. We will retrieve the current vaues for the Process Feedrate and Steam Flow attributes for all Compressor template elements and print to console. This example is very similar to the PartialLoadElementsExample.
상속: IExample
파일 보기 프로젝트 열기: osisoft/PI-AF-SDK-Basic-Samples

공개 메소드들

메소드 설명
Run ( ) : void

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void