Andrew
Andrew
Can you start with a brand new address space in modeler and hand build these types. Build the pump type, then build the device type and put the pump inside...
Interesting. I'll have to dig up my old projects and test it. I don't remember that happening, but I haven't been working with UA for a long time. In my...
I don't remember exactly, but in the connection address or if you press connection options you can put credentials in the URI. Something like `user:[email protected]/myopc`. You can probably find it...
Can you give me a step by step of what you did? I never used variable types before, and I generally didn't use copy paste. I can tell you that...
Thank you for documenting the issues. At the moment I don't have extra time for python opcua, but as soon as I have some free time I can continue working...
One note about XML element order. I think python element tree object (etree) is based on dicts, which do not maintain order. It's annoying but it might be difficult to...
> THIS is exactly what I have been wondering also. In UA Modeler it simply pulls EURange with it when defining it as AnalogItemType. Can't get it to work here...
@pbertoni89 Sorry, I have never used the official node sets so I can't help you there. I always made my own custom models with modeler.
The pub sub part of the spec was only recently added so this wasn't an issue before. However I'm not sure what a good starting point for Auto NodeID is.
I think this might be a byproduct of `Part14` not being included in the standard address space at this time. Despite interest, there was no one to work on PubSub...