How to Set OPC Tags with bad or Uncertain Quality to Show Null

Hi all,

Is there a way for the OPC tags to show null rather than the last good value if the tags are bad or uncertain?
Based on the documentation, https://docs.inductiveautomation.com/display/DOC79/Understanding+Tags, bad and uncertain quality of tags will show last value. Also tested this, and got the same result. We need these tags to show null to indicated bad connection.
The only workaround I can think of is to create expressions tags with these expression: if({[.]tag.quality} != 192, null, {[.]tag}). But there might be a more efficient way to do this or a config that I’m missing.

Thanks a lot in advance!

1 Like

Hi,

A bit late, but I am trying to do this exact same thing too.
Did you have any success?

Thanks

1 Like

same question here. I feel like I saw a video in IU about tag providers being able to accomplish this, but can’t find it now.