Good day!
I am trying to change the appearance of a "Progress" component when the Tag associated goes into fault.
By default, when this happens a red rectangle with a dot in the middle appears.

Is there a way to change that?
Thanks a lot in advance
Good day!
I am trying to change the appearance of a "Progress" component when the Tag associated goes into fault.
By default, when this happens a red rectangle with a dot in the middle appears.

Is there a way to change that?
Thanks a lot in advance
You can remove the overlay by checking the 'overlay opt-out' checkbox in the binding window:

Then you can use the tag's quality to do whatever you want to your progress bar's style
Thanks a lot!!