Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect to local opc server? #59

Open
WangAllen opened this issue Apr 16, 2018 · 3 comments
Open

How to connect to local opc server? #59

WangAllen opened this issue Apr 16, 2018 · 3 comments

Comments

@WangAllen
Copy link

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
Copy link
Collaborator

zerox1212 commented Apr 16, 2018

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
Copy link
Author

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
Copy link
Collaborator

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants