Read Bad Disabled text from tag

Hi i am using
system.tag.getConfiguration(unicode(fullPath))[0]

when i print
i am getting value as 0

But actually tag is reading bad disabled text

image

How read the Bad Disabled text using system.tag.getConfiguration

when i use system.tag.readBlocking it makes the process slow that's why

any idea?

You can't. That method gets the configuration (like initial value), not live values. Use .readBlocking() and inspect the .quality property of the qualified value you receive.

2 Likes