주요 콘텐츠

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

통합 아키텍처

OPC UA 서버의 데이터에 액세스

Industrial Communication Toolbox™는 OPC UA 서버에 연결할 수 있는 OPC UA 클라이언트를 제공합니다. 클라이언트를 사용하여 서버에 연결하고, 서버 상태를 쿼리하고, 서버 네임스페이스를 탐색하고, 현재 값을 읽고 쓰고, 서버의 노드에서 과거 값을 읽을 수 있습니다. 과거 데이터는 OPC 데이터 객체로 가져오게 되며, 이를 통해 일반적인 분석 작업을 위해 과거 데이터를 처리할 수 있습니다.

블록

OPC UA ReadOPC UA 서버로부터 데이터 읽기 (R2024a 이후)
OPC UA WriteWrite data to OPC UA server (R2024a 이후)

함수

모두 확장

opcuaserverinfoQuery host for installed OPC UA servers
opcuaCreate OPC UA client object
setSecurityModelSet security configuration parameters for OPC UA client
connectConnect OPC UA client to server
disconnectDisconnect OPC UA client from server
isConnectedDetermine if OPC UA client object is connected to server
getServerStatusStatus of OPC UA server
findDescriptionFind OPC UA servers containing specified description
exportClientCertificateCopy OPC UA client application certificates to file
opcuanodeCreate OPC UA node objects
getNamespaceNamespace of OPC UA server associated with client
browseNamespaceGraphically browse namespace and select nodes from OPC UA server
readValueRead values from nodes on OPC UA server
writeValueWrite values to nodes on OPC UA server
readHistoryRead historical data from nodes on OPC UA server
readAtTimeRead historical data from nodes of OPC UA server at specific times
readProcessedRead aggregate data from nodes of an OPC UA server
invokeExecute method node on OPC UA server (R2024a 이후)
findNodeByNameFind OPC UA server nodes by name
findNodeByIdFind OPC UA server node by namespace index and identifier
isEmptyNodeTrue for empty nodes of OPC UA node array
isVariableTypeDetermine if nodes are variable type
isMethodTypeDetermine if nodes are method type (R2024a 이후)
isObjectTypeDetermine if nodes are object type
getNodeAttributesRead OPC UA server node attributes
getAllChildrenRecursively retrieve all children of OPC UA server node
subscribeMonitor nodes for data change notification (R2023b 이후)
addnode기존 클라이언트 구독에 노드 추가 (R2023b 이후)
removenodeRemove nodes from client subscription (R2023b 이후)

도움말 항목

추천 예제