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

Considering NodeSet2.xml when parsing NodeSet.xml #9

Open
hoemich opened this issue Mar 5, 2021 · 2 comments
Open

Considering NodeSet2.xml when parsing NodeSet.xml #9

hoemich opened this issue Mar 5, 2021 · 2 comments

Comments

@hoemich
Copy link

hoemich commented Mar 5, 2021

Just stumbled across this interesting project.
Since the UaNodeSet.parse() only supports one NodeSet.xml as input, what would be the way to go, when there are multiple files at play, i.e. the NodeSet2.xml

Is the UaNodeSetMerger of the so far unreleased version 0.5.0 the tool for that?
If so, ist there some order to consider?

I have just started, getting in touch with OpcUa, so maybe this question is dumb. And I am even unsure whether questions like this are valued here.

@kevinherron
Copy link
Collaborator

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 this code generation and NodeSet stuff will work eventually.

@kevinherron
Copy link
Collaborator

kevinherron commented Mar 5, 2021

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 one an older format that AFAIK is not used any more.

NodeSet2.xml files conform to the UANodeSet schema defined at http://opcfoundation.org/UA/2011/03/UANodeSet.xsd.

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