Andrew
Andrew
You should inspect the object at your client. OPC UA uses many complex objects. If you want to put a number into a graph you probably are not accessing the...
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...
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).
To avoid double work, I will take the 'save xml' task. I've already started it, but I don't have enough to start a PR yet. I'll try to get an...
See this PR. https://github.com/FreeOpcUa/python-opcua/pull/270
Does version 0.1 of the GUI support building methods?
I will grab the master and take a look. Thanks.
Wow, it looks pretty good. So far I see a few small issues. Some of the table columns can't be resized which is a bit annoying. Also, when you add...
I updated the plan. I did not know I could edit that.
@maljac Can you test the modeler with some of the more complicated model designs? I need help understanding what the XML should look like. At the moment XML export will...