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

The first namespace in the table must be the OPC-UA namespace. #181

Open
VinLexn opened this issue Nov 5, 2018 · 4 comments
Open

The first namespace in the table must be the OPC-UA namespace. #181

VinLexn opened this issue Nov 5, 2018 · 4 comments

Comments

@VinLexn
Copy link

VinLexn commented Nov 5, 2018

No description provided.

@ZbynekZ
Copy link

ZbynekZ commented Nov 5, 2018

What you wrote is given by the OPC UA spec. But it is not clear why you are turning it into an issue on GitHub. Please describe where in the code, or under which circumstances the first namespace in the table isn't the OPC-UA namespace.

@VinLexn
Copy link
Author

VinLexn commented Nov 7, 2018

When you connect to King IOServer with OPC UA client code, what is the reason for the return namespace list?
http://opcfoundation/UAProfile/Server/StandardUA
http://opcfoundation/UAProfile/Server/DataAccess
http://opcfoundation/UAProfile/Server/Methods
http://opcfoundation/UAProfile/Server/NodeManagement
http://opcfoundation/UAProfile/Server/EventSubscription
Under what circumstances does OPC UA access the returned namespace

@ZbynekZ
Copy link

ZbynekZ commented Nov 7, 2018

Namespace URI is part of the node or qualified name identification. Namespace index is just a means for efficient transport, so that the long namespaces URIs do not have to be transferred over the wire over and over. So, except for standardized namespace 0, any client should only know the namespace URIs, read in the namespace table, and convert the namespace URIs it needs into namespace indexes. This is also necessary because the server can rearrange the table and change the namespace indexes between sessions.

@VinLexn
Copy link
Author

VinLexn commented Nov 8, 2018

Are namespaces generated by server-side software?Is namespace mismatch caused by older versions of server-side software?

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