Author Topic: boolean basiclabel - reverse when visible / hidden  (Read 501 times)

HillsInc

  • Newbie
  • *
  • Posts: 2
    • View Profile
boolean basiclabel - reverse when visible / hidden
« on: November 16, 2016, 10:29:16 AM »
Setting up a simple display with a series of basiclabels.  I am using the PLCAddressVisible property.  The text of the basiclabel displays when the value is true and is hidden when the value is false.  I am not able to modify the PLC logic so I have to figure out how to reverse when the basiclabel is visible and when it is hidden.

Any assistance with this would be most appreciated.
Regards,
Todd

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5272
    • View Profile
    • AdvancedHMI
Re: boolean basiclabel - reverse when visible / hidden
« Reply #1 on: November 16, 2016, 10:31:34 AM »
Precede your address with NOT

HillsInc

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: boolean basiclabel - reverse when visible / hidden
« Reply #2 on: November 16, 2016, 10:44:58 AM »
Archie,
Thank you for the quick response.  So    100001    would be   NOT 100001
That just seems too simple!
Regards,
Todd