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

opc.ua.fx.cm.nodeset2.xml have some nodeid with the same 'BrowseName' in the same path #103

Open
ReidLi-ra opened this issue Nov 2, 2023 · 0 comments

Comments

@ReidLi-ra
Copy link

For example, both 6029 and 6060 have the same 'BrowseName' and 'ParentNodeId'
<UAVariable NodeId="ns=1;i=6029" BrowseName="1:FunctionalEntityNode" ParentNodeId="ns=1;i=5052" DataType="PortableNodeIdentifier" AccessLevel="3"> <DisplayName>FunctionalEntityNode</DisplayName> <References> <Reference ReferenceType="HasModellingRule">i=78</Reference> <Reference ReferenceType="HasTypeDefinition">i=16309</Reference> <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=5052</Reference> <Reference ReferenceType="HasProperty">ns=1;i=6030</Reference> </References> </UAVariable>
and
<UAVariable NodeId="ns=1;i=6060" BrowseName="1:FunctionalEntityNode" ParentNodeId="ns=1;i=5052" DataType="PortableNodeIdentifier" AccessLevel="3"> <DisplayName>FunctionalEntityNode</DisplayName> <References> <Reference ReferenceType="HasModellingRule">i=78</Reference> <Reference ReferenceType="HasTypeDefinition">i=16309</Reference> <Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=5052</Reference> <Reference ReferenceType="HasProperty">ns=1;i=6061</Reference> </References> </UAVariable>
Another pair is 6030 and 6061
If build with Unified Automation SDK, it will report a lot of node id redefinition warning since it use the browse path to represent the node id.

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

1 participant