AdvancedHMI Software

General Category => Support Questions => Topic started by: Mvlawn on February 17, 2016, 03:10:34 PM

Title: How can I hide or show a PNG file based on a bit
Post by: Mvlawn on February 17, 2016, 03:10:34 PM
I would like to use a .png file to appear if the bit is a one, and be transparent if its a zero. Is this possible, if so how?
Title: Re: How can I hide or show a PNG file based on a bit
Post by: Archie on February 17, 2016, 06:24:13 PM
- Add a GraphicIndicator to the form
- Add a graphic image to GraphicAllOff
- In PLCAddressVisible, put the PLC address preceded by a not (e.g.  NOT B3/0)
Title: Re: How can I hide or show a PNG file based on a bit
Post by: Mvlawn on February 17, 2016, 08:04:32 PM
Thanks Archie. Hopefully I can find a video on this and Thanks for developing this Awesome interface!!!!