주요 콘텐츠

이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.

AVEVA PI 서버 액세스

PI 에셋 프레임워크 및 PI Data Archive의 데이터에 액세스하기

Industrial Communication Toolbox™는 AVEVA® PI 에셋 프레임워크(AF) 서버에 접속할 수 있는 함수를 제공합니다. 이 함수를 사용하면 AF 데이터베이스를 검색하고, 요소와 특성을 검색하며, 특성에서 현재 또는 과거 데이터를 조회할 수 있습니다. (R2026a 이후)

또한 이 툴박스를 사용하면 AVEVA PI Data Archive에 연결하여 태그를 검색하고 해당 데이터에 대한 읽기 또는 쓰기 작업을 수행할 수 있습니다.

함수

모두 확장

afclientCreate PI Asset Framework client (R2026a 이후)
listDatabasesList available databases in connected AF server (R2026a 이후)
selectDatabaseConnect AF client to specified database (R2026a 이후)
findElementByNameFind element by name in AF database (R2026a 이후)
findElementByPathFind elements by path in AF server (R2026a 이후)
findElementByTemplateFind elements by template on AF server (R2026a 이후)
findAttributeByPathFind attributes by path in AF server (R2026a 이후)
getRootElementsGet root elements of AF database (R2026a 이후)
getChildrenGet all child attributes of AF attribute (R2026a 이후)
getElementGet parent element of AF attribute (R2026a 이후)
getParentGet parent attribute of AF attribute (R2026a 이후)
listSupportedUnitsList supported units for AF attribute (R2026a 이후)
getAttributesGet attributes of AF element by name (R2026a 이후)
getChildrenGet all child elements of AF element (R2026a 이후)
getParentGet parent element of AF element (R2026a 이후)
readRead current values from attributes on PI AF server (R2026a 이후)
readHistoryRead historical data from attributes on PI AF server (R2026a 이후)
piclientCreate PI Data Archive client (R2022a 이후)
tagsPI Data Archive의 태그 목록 (R2022a 이후)
readRead data from PI Data Archive (R2022a 이후)
writeWrite data to PI Data Archive (R2024a 이후)

에셋 프레임워크 브라우저Graphically browse element hierarchy and select attributes from Asset Framework database (R2026a 이후)
PI 뷰어Visualize data from PI Data Archive (R2022a 이후)

도움말 항목

관련 정보

추천 예제