OPC 服务器 DA 和 HDA

时间:2021-01-20 02:35:44

标签: server opc opc-da

我被要求提供 OPC DA ProgID 或 OPC HDA ProgID。 我如何知道我的 OPC 服务器是否支持 OPC DA 和/或 HDA?我在哪里可以找到这些信息?

2 个答案:

答案 0 :(得分:0)

该信息在服务器的文档中。

您也可以安装服务器,然后使用 OPC DA / HDA 客户端浏览计算机上的服务器,并检查您是否在列表中看到它。这通常也会显示 ProgID。

您还可以安装服务器,然后检查 Windows 注册表。有组件类别的条目。 OPC 规范告诉您 OPC DA 或 HDA 服务器的类别 (CATID) 是什么(以及类别具有描述性名称)。如果服务器支持,则服务器条目将位于相应类别下。

答案 1 :(得分:0)

There are two types of OPC OPC DA(Data Access) and OPC HDA (Historical Data Access)
When you want to communicate OPC. if you want to catch the Data from the DCS system then you must have OPC DA. or you want to run in simulation mode then Install OPC as server on your system.

Historical Data Access is used for History values and OPC DA is used for Live values.

Prog ID:- You can find the prog-id from your OPC Setting.it is depend on companies which product you are using.Please check below some examples of prog- id.
Kepware.KEPServerEX.V6
Matrikon.OPC.Simulations.1
OPCSystems.NET.1
EEI.OPCSimulator

you can used OPC Expert for searching a OPC Server in your network.