Acknowledged Alarm query

I have many equipment with trip status Signals.
Currently, when I receive “Trip” field signal, it generate “Equipment Tripped” alarm in alarm table.
And, also my equipment icon shows Yellow color and blinking.

Now, I would like to implement as follow;
If the generated alarm is acknowledged, equipment icon shows Yellow color and NOT blinking.
If the generated alarm is NOT acknowledged, equipment icon shows Yellow color and blinking.
[Note: Yellow Color and Blinking for the equipment ICONs, not alarm Rows.]

Any suggestions toward this implementation will be much appreciated.

Thank you.

https://docs.inductiveautomation.com/display/DOC79/Alarm+Row+Style+Customizer
For the alarm status page.
For your equipment icons, just do a custom property evaluating the status and returning an integer.
Then use the integer returned to set the background color of the control.

Hi, how do i evaluate the alarm status for the individual “received Tripped Signal”?

***I found my way using the tag change script, Thank you for pointing me to the right direction :D.