Kevin Herron

Results 112 comments of Kevin Herron

No, this Node is configured with a UserAccessLevel set to 0, it's not supposed to be readable by any of the users. https://github.com/digitalpetri/opc-ua-demo-server/blob/228511d5e4d3e9f5db9b9d1374e8c5125d2cc6f2/src/main/kotlin/com/digitalpetri/opcua/server/namespaces/demo/CttNodesFragment.kt#L226-L231

Yes UaNodeSetMerger is intended to be the tool for that. This code is all very experimental right now and subject to breaking changes. I'm still trying to figure how all...

Also, do not confuse the numbering you find on the NodeSet files. The NodeSet.xml and NodeSet2.xml are not 2 parts of a whole, they are 2 different schemas, the first...

In the future, yes, but not any time soon. [Eclipse Milo](https://github.com/eclipse/milo) is still OPC UA 1.03 and will be for some time. You're welcome to fork this library and try...

This is still a problem that I need to figure out how to solve nicely. I don't remember if I ever looked into moving the `onSessionActive` and `onSessionInactive` callbacks to...

@persicsb I will cut a 0.6.15 release within a week, there are a few other small fixes that have gone into 0.6.x in addition to this one.

@persicsb 0.6.15 should be available in Maven Central since yesterday.

You may want to fork this eventually, I have a new version of this for 1.0 that I'm in the process of untangling from some other code generator stuff. It...

No branch yet, but I'll push it to a new repo at something like https://github.com/digitalpetri/uanodeset when I can. This repo will probably be archived. No issue with you forking anything,...

@johannwesely https://github.com/digitalpetri/uanodeset is live now. It's not release ready... but it's enough to support loading a namespace in Milo 1.0. See [DataTypeTestNamespace](https://github.com/digitalpetri/opc-ua-demo-server/blob/1.0/src/main/java/org/eclipse/milo/opcua/test/DataTypeTestNamespace.java) in the 1.0 demo server for an example....