-
Notifications
You must be signed in to change notification settings - Fork 960
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
LoadPredefinedNodes bug #2862
Comments
@xky0007 Can you try to use the model Compiler to generate an xml for use with the LoadFromXml method. I suppose this will maybe solve your issue. |
@romanett And where can I find the difference for NodeSet and NodeSet2 definition? Thanks. |
@xky0007 i am not familiar with how to create a valid UANodeSet file. NodeSet2 shall be used for any new nodesets published if i remember correctly. You can use the abc.PredefinedNodes.xml to intialize the predefined nodes. |
I get the same error when loading a NodeSet2.xml file
I was able to resolve this, by loading the required model files first and also sorting the nodes in the Nodeset2.xml files so that the parent nodes are defined before any of the child nodes referring to it. |
Type of issue
Current Behavior
Load xml nodeset file has bug
{BadDecodingError 'Could not resolve namespace uri: http://opcfoundation.org/UA/2011/03/UANodeSet.xsd'}
Inside
public class MyNodeManager : CustomNodeManager2
Expected Behavior
Load all nodes in xml nodeset file
Steps To Reproduce
No response
Environment
Anything else?
Nodeset xml file:
The text was updated successfully, but these errors were encountered: