我被要求提供OPC或OPC。如何知道我的OPC服务器是否具有OPC DA和/或HDA功能?我到哪里去找这些信息?
发布于 2021-01-20 08:08:54
信息在服务器的文档中。
您还可以安装服务器,然后使用OPC / HDA客户端浏览计算机上的服务器,并检查是否在列表中看到它。这通常也会显示ProgID。
还可以安装服务器,然后检查Windows注册表。有组件类别的条目。OPC规范告诉您OPC或HDA服务器的类别(CATID)是什么(加上类别有描述性名称)。如果服务器支持的话,服务器的条目将在相应的类别下。
发布于 2021-02-04 04:53:15
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.https://stackoverflow.com/questions/65802320
复制相似问题