AdvancedHMI Software

General Category => Support Questions => Topic started by: HillsInc on November 16, 2016, 10:29:16 AM

Title: boolean basiclabel - reverse when visible / hidden
Post by: HillsInc 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
Title: Re: boolean basiclabel - reverse when visible / hidden
Post by: Archie on November 16, 2016, 10:31:34 AM
Precede your address with NOT
Title: Re: boolean basiclabel - reverse when visible / hidden
Post by: HillsInc 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