Custom multistate indicator shape color and blink based on multiple tags?

I’m new to Ignition and trying to create custom multistate indicators using shapes. The states are based on multiple tags, some I want to blink at certain rates.

I’ve used property binding using expression using with the CASE function, and am able to control the fill color.But I’m not sure how to blink using the expression.

You should be able to use the style customizer on shapes.

2 Likes

Style customizer and an expression is the right answer. If you’ve got multiple boolean conditions, binEnum or binEnc are a great way to roll them into a single ‘state’ driving property.

Also, if you’re not familiar, the Style Customizer will handle the blinking for you.

1 Like

Thanks. Used my case functions with the customizers and it’s a little more elegant than the method I was using.