Configuration OPC UA Server (Milo)?

给你一囗甜甜゛ 提交于 2019-12-04 16:16:24

Matrikon Explorer is an OPC-COM/DA client, and is probably interrogating the OPC Enum service in order to find registered COM clients.

OPC-UA is an entirely different, platform independent, technology. The concept of registration still exists, but it's not forced by default.

Try using an OPC-UA client like UaExpert to connect. Given the configuration you've copied, you'll want to point UaExpert at the endpoint URL opc.tcp://localhost:12686/test-server

I'm guessing there will be an issue once you connect with the partially implemented "hello world" namespace. I'll make sure we get a fully usable namespace example committed this week.

You can also look at the OpcUaClientIT integration test class for various client functionality and another example of setting up a server.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!