You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer_guid/docs/Channel/Proctol/opc_channel.md
+123-3Lines changed: 123 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@ title: OPC采集通道
3
3
sidebar_position: 7
4
4
---
5
5
6
-
title: OPC采集通道
7
-
sidebar_position: 7
8
-
---
9
6
10
7
# OPCUA 协议简介
11
8
@@ -206,6 +203,129 @@ opc ua 定义了 8 种类型的节点
206
203
207
204
> 可以监控服务器数据的变化
208
205
206
+
## OPC UA 的信息模型
207
+
208
+
OPC UA 信息模型是节点的网络(Network of Node),或者称为结构化图(Graph),由节点(Node)和引用(Reference)组成,这种结构图称之为 OPC UA 的地址空间。地址空间以标准形式表示对象——地址空间中的模型元素被称为节点,对象及其组件在地址空间中表示为节点的集合,节点由属性描述并由引用相连接。OPC UA 建模其实就是建立节点以及节点间的引用。
209
+
210
+
### 对象模型
211
+
212
+
OPC UA 使用了对象作为过程系统表示数据和活动的基础。对象包含了变量,事件和方法,它们通过引用来互相连接。
213
+
214
+

215
+
216
+
### 节点模型
217
+
218
+

硬件供应商支持 OPC UA 的方式有两种:在设备中嵌入 OPC UA 服务器,或在 PC 上提供软件,通过专用协议获取数据,并通过 OPC UA 将其公开给其他平台。一些中端和高端 PLC(如西门子 S71200/1500) 集成了 OPC UA 服务器,同时西门子还提供 WINCC 等软件,通过 OPC/OPC UA 间接向第三方提供来自其他设备的数据。
256
+
257
+

258
+
259
+
数据通过 OPC UA 服务器公开后,可使用 OPC UA 协议规定的两种访问模式——请求/响应模式和发布/订阅模式进行访问。首先,客户端必须与服务器建立连接,连接建立后会在客户端和服务器之间创建一个会话通道。
Copy file name to clipboardExpand all lines: i18n/zh-cn/docusaurus-plugin-content-docs/current/developer_guid/docs/Channel/Proctol/opc_channel.md
+123-3Lines changed: 123 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@ title: OPC采集通道
3
3
sidebar_position: 7
4
4
---
5
5
6
-
title: OPC采集通道
7
-
sidebar_position: 7
8
-
---
9
6
10
7
# OPCUA 协议简介
11
8
@@ -206,6 +203,129 @@ opc ua 定义了 8 种类型的节点
206
203
207
204
> 可以监控服务器数据的变化
208
205
206
+
## OPC UA 的信息模型
207
+
208
+
OPC UA 信息模型是节点的网络(Network of Node),或者称为结构化图(Graph),由节点(Node)和引用(Reference)组成,这种结构图称之为 OPC UA 的地址空间。地址空间以标准形式表示对象——地址空间中的模型元素被称为节点,对象及其组件在地址空间中表示为节点的集合,节点由属性描述并由引用相连接。OPC UA 建模其实就是建立节点以及节点间的引用。
209
+
210
+
### 对象模型
211
+
212
+
OPC UA 使用了对象作为过程系统表示数据和活动的基础。对象包含了变量,事件和方法,它们通过引用来互相连接。
213
+
214
+

215
+
216
+
### 节点模型
217
+
218
+

硬件供应商支持 OPC UA 的方式有两种:在设备中嵌入 OPC UA 服务器,或在 PC 上提供软件,通过专用协议获取数据,并通过 OPC UA 将其公开给其他平台。一些中端和高端 PLC(如西门子 S71200/1500) 集成了 OPC UA 服务器,同时西门子还提供 WINCC 等软件,通过 OPC/OPC UA 间接向第三方提供来自其他设备的数据。
256
+
257
+

258
+
259
+
数据通过 OPC UA 服务器公开后,可使用 OPC UA 协议规定的两种访问模式——请求/响应模式和发布/订阅模式进行访问。首先,客户端必须与服务器建立连接,连接建立后会在客户端和服务器之间创建一个会话通道。
0 commit comments