We’re in the process of implementing MQTT in our Ignition systems, but I’ve realized I might not fully understand how things work on the Engine side.
We currently have a single backend Ignition gateway with multiple sites connected. These sites are already in production, using Perspective HMIs populated by remote tag providers in our current setup.
We connected a test site to our new environment using MQTT, and I noticed that all the tags coming into the Engine are being created within the Engine tag provider. The problem is, our HMIs have hundreds of bindings that point to tags using the [site-name]/path/to/tag structure. I was under the impression that I could maintain this setup, with a tag provider subscribing to the relevant topics for each site.
Can someone help clarify how this should work and what steps I need to take?