首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >OPC服务器DA和HDA

OPC服务器DA和HDA
EN

Stack Overflow用户
提问于 2021-01-20 02:35:44
回答 2查看 246关注 0票数 0

我被要求提供OPC或OPC。如何知道我的OPC服务器是否具有OPC DA和/或HDA功能?我到哪里去找这些信息?

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2021-01-20 08:08:54

信息在服务器的文档中。

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

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

票数 1
EN

Stack Overflow用户

发布于 2021-02-04 04:53:15

代码语言:javascript
复制
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.
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/65802320

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档