Is using the "Enabled" status of a tag for visibility animation possible?

In an expression, you can use qualityOf to match against a specific code:
https://docs.inductiveautomation.com/display/DOC81/qualityOf

e.g. qualityOf({path/to/tag}) == "Bad_Disabled"

2 Likes