What is namespace in OPC-UA?
Asked Answered
I

1

15

I am novice to OPC Unified Architecture world and I'm studying it from basics. What exactly are namespaces and why it is always appended with NodeID?

Isometry answered 24/10, 2017 at 4:59 Comment(1)
YOu can consider namespace as a distinguisher Nodes from Different Sources, As a server can have nodes from multiple sources so namespaces are one which exposes which node belongs, under which tree.Wistful
R
10

A namespace in OPC UA is like a container for node ids. There is the predefined namespace with index 0 from the OPC foundation. And there are many more namespaces, e.g. DI, PLCopen. Each namespace belongs to a specific OPC UA specification, and every OPC UA specification can define its own node ids. To make sure a specific ID uniquely identifies a specific node within a namespace you need to indicate the namespace ID.

More information can be found in the official OPC UA specification:

https://reference.opcfoundation.org/v104/Core/docs/Part3/8.2.2/

Risible answered 25/10, 2017 at 7:51 Comment(2)
Thank you so much. Can you please guide me regarding how can I learn and master opc ua step by step?Isometry
There are a few Books available. A good one for beginners is "OPC UA - Unified Architecture: The Everyman's Guide to the Most Important Information Technology in Industrial Automation"Risible

© 2022 - 2024 — McMap. All rights reserved.