Custom Images Changing State in Multistate Indicator

Hi,

Is it possible to import custom images into ignition and change between images in a Multistate Indicator type scenario?
I usually do this within the HMI software I use and I find it looks quite cool and is an easy way to show different states without too much text on the screen.

Cheers

If you use the regular multistate component, you can have a selected and an unselected image per button.

If you want to use custom components in a template to make your own multistate selector, you can bind the image path of most components to whatever you want: a tag, gui property, …
And you can use expression functions to do the mapping from a value to a correct path.
Then it’s just a matter of scripting the multi state button so it keeps a state per template instance.

Cool thanks for that.