Author Topic: How can I hide or show a PNG file based on a bit  (Read 811 times)

Mvlawn

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
How can I hide or show a PNG file based on a bit
« 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?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: How can I hide or show a PNG file based on a bit
« Reply #1 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)

Mvlawn

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: How can I hide or show a PNG file based on a bit
« Reply #2 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!!!!