用于模拟值的免费 OPC 服务器
我正在开发一个 OPC 客户端,需要一个免费的 OPC 服务器,它既可以模拟值,也可以静态设置值。有这样的免费服务器吗?
I am developing an OPC client and need a free OPC server that can both simulate values and set values static. Is there such a server freely available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我使用Matrikon OPC explorer,
你可以免费下载它,只需要注册,它可以在同一台机器上模拟服务器和客户端,还可以远程访问服务器,我在多个操作系统和多个OPC服务器上测试了它。
这里
我正在开发OPC客户端->服务器->设备模拟器(C++)
I use Matrikon OPC explorer
you can download it for free, just need to register, it can simulate server and client on the same machine and also access servers remotely, i tested it on several OS along with several OPC servers.
here
I am developing OPC client->server->device Emulator (C++)
查看 Prosys OPC 模拟服务器。它正是您所需要的。
http://prosysopc.com/opc-downloads.php
Check out Prosys OPC Simulation Server. It does exactly what you need.
http://prosysopc.com/opc-downloads.php
http://www.opcconnect.com/freesrv.php
我使用Kepware Server ,每2小时重新启动一次,但对于测试来说,不是问题。此外,您还可以连接 PLC。在 Matrikon 中您也可以做到这一点,但有更多限制。
http://www.opcconnect.com/freesrv.php
i use Kepware Server ,it restart every 2H, but for testing, is not a problem. Also, you can connect a PLC. In Matrikon you also can do it, but with more limitations..
如果您检查 www.opcfoundation.org 网站,您可以找到用于创建 OPC 客户端和服务器的工具。我不记得具体是哪些,但其中一些带有“模拟服务器”,以便您可以测试您的代码。
If you check the www.opcfoundation.org website, you can find tools for creating OPC clients and servers. I don't remember specifically which ones, but some of these come with 'simulation servers' so that you can test your code.