Hello everyone, I'm currently working on a project central monitoring system for multi sites, initially we will integrate around 50 sites in one country divided into 3 zones, each site will have 3-7 controllers, on long-term that may scale to 5 different countries with many zones and 500+ sites. The communication between the controllers and Ignition is OPC UA, where each controller has a dedicated OPC UA server and Ignition is the client.
I would appreciate your suggestions and recommendations for the OPC UA best practice for building a well structured unifed name space based on OPC UA namespace standards.
I tried to do my homework and research and understood a little about NamespaceName and Index in OPC UA, and a little bit about NodeIds. However, I'm still not sure is it a good practice to include my hierarchy into the namespace like: Enterprise/Country/Zone/Site/Controller
That means creating a namespace for each controller, or Am I getting it all wrong?
Excuse my ignorance. Thanks in advance.