在线免费 OPC 服务器用于测试和调试

发布于 2024-12-15 17:19:50 字数 154 浏览 4 评论 0原文

我将使用 java 探索 OLE for Process Control 协议。我的问题是找到一个 OPC 服务器来发送/检索测试数据。作为 OS X 用户,我找不到可以在本地安装的 opc-server。因此我的想法是找到一个外部服务器来检索一些测试数据?有可能或者有人可以提出更好的想法吗?

I'm will to explore OLE for Process Control protocol using java. My problem is to find an OPC server for sending/retrieving of testdata. As a OS X user I cannot find an opc-server, which I can install locally. Therefore my idea was to find an external server to retrieve some test data? Is it possible or can somebody propose better idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

最好是你 2024-12-22 17:19:50

Eclipse Milo 公共演示服务器。

面向互联网的演示服务器可在以下位置访问
opc.tcp://milo.digitalpetri.com:62541/milo。

它接受不安全和安全的连接。连接前
为了安全起见,您必须上传客户的 DER 编码的 X509
使用 http://milo.digitalpetri.com 中的表格提供证书。

我使用他们的 SDK 为我们的 OPC UA 服务器添加加密和身份验证。

Eclipse Milo Public Demo Server.

An internet-facing demo server is accessible at
opc.tcp://milo.digitalpetri.com:62541/milo.

It accepts both unsecured and secured connections. Before connecting
with security you must upload your client's DER-encoded X509
certificate using the form at http://milo.digitalpetri.com.

I used their SDK to add encryption and authentication to our OPC UA server.

蓝天 2024-12-22 17:19:50

我是 OPC 新手,但这就是我到目前为止所得到的...

检查 http://www.opcconnect.com/freesrv.php opcconnect.com/freesrv.php

已测试:

对于Java OPC客户端编程...

我仍在寻找最好的,但到目前为止我有

  • utgard openscada
  • jeasyopc

作为OS X用户,使用虚拟机,VMware播放器

I'm new in OPC , but this is what i got so far...

Check http://www.opcconnect.com/freesrv.php

Have tested :

For Java OPC Client programming...

I'm still seeking the best, but so far i have

  • utgard openscada
  • jeasyopc

As OS X user, use virtual machine, VMware player

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文