Changing appearance of symbol in Perspective module

I'm attempting to learn the Perspective module from the tutorials at Ignition University. How do I change the color dependent on the intiger TAG blinding?
The color of the pump should be altered based on the value of the intiger TAG, just like in the Vision module.
If the red color could blink, it would be nice.

Would someone who know how to do this kindly explain the process to me?


1 Like

Add a binding to the style.classes property. Use a tag binding to bring in the tag value you care about, and then use a map transform to turn that integer into a useful style class reference or individual style elements.

Thank you for your answer.