I haven't done much with MQTT, and I have a question about using MQTT Transmission.
I've noticed that whenever I change the structure of my Ignition tags (e.g. add/remove tags), the [MQTT Transmission]Transmission Control/Discover Edge Nodes Required
tag changes to True. Setting [MQTT Transmission]Transmission Control/Refresh
to True then sends the new structure on to the broker and the Required tag then clears.
Edit: The "Required" tag sometimes changes to True
when the tag structure changes... sometimes it doesn't
Two questions:
- Is there any reason not to auto-refresh if the structure changes?
- I'm thinking I should add an on-change script on the "Required" tag to write True to the "Refresh" tag if "Required" goes True. Any issues with this?
It seems to my MQTT-inexperienced mind, that there should be a setting on the transmission module to check to refresh this automatically if there are structure changes (instead of having to add the on-change script).. But maybe I'm missing something