FreeOpcUa / opcua-modeler

GUI to create OPC UA models and export them as XML
GNU General Public License v3.0
243 stars 89 forks source link

How to connect to local opc server? #59

Open WangAllen opened 6 years ago

WangAllen commented 6 years ago

if i have an opc Server,how could i make them connect,maybe this question can be interpreted as where in the code "opcua-modeler" could i change to make it communicate with my local server, i provide local server's address or the code could identified the address of server by its own?

zerox1212 commented 6 years ago

OPC UA modeler isn't an OPC UA client. It can't connect to another server.

I'm assuming you want to connect to an existing OPC UA server and export the address space as XML?

WangAllen commented 6 years ago

Yes,i have an opc server,and i want to set a connection between opc modeler and server, tol learn how they communicate with each other

zerox1212 commented 6 years ago

Modeler is just for building OPC UA address space XML files.

You should use OPC UA client to talk to your server. You can use https://github.com/FreeOpcUa/opcua-client-gui or UA Expert (https://www.unified-automation.com/products/development-tools/uaexpert.html).