A general issue with tags originating from the MQTT Engine and an underlying UNS way of transferring data is that tags can go "Bad_Stale" after some period of time.
There might be a lot of tags from lets say a PLC that does not change very often, and is maybe not expected to change unless something is wrong.
And as an underlying UNS rule, these types of tags should not be reported on unless they change to keep the communication resource lightweight. This is RBE (report-by-exception).
However, even though the tags go stale and get a flaming red overlay in the perspective session, the tags can still be written to, updating the value on the PLC and propagating back as a change and a good quality.
I know I can do a custom overlay and opt-out of the default ones, but I will then lose all other error overlays.
Now, my question is; is there a way to get around the stale quality issue?
How is the time until stale actually calculated? And is it possible to adjust this for certain tags?
I don't see a direct way to adjust the time until stale in the Tag Group Editor, or anywhere else for that matter, but I did find this from pre 8.0 versions without it explaining too much:
I'm at the point now where I'm considering doing only RBE on a higher level, like an entire PLC object, to ensure that the tags don't go stale.
Any insight on the subject would be helpful