AdvancedHMI Software

General Category => Support Questions => Topic started by: andrew_pj on October 02, 2015, 03:18:54 AM

Title: Indicator PLCAddressVisible in FALSE state
Post by: andrew_pj on October 02, 2015, 03:18:54 AM
Is there any built-in property to make indicator visible in False state instead of True?
Thank you.

Best regards,
Andrew
Title: Re: Indicator PLCAddressVisible in FALSE state
Post by: Archie on October 02, 2015, 07:01:10 AM
Precede your address with NOT, for example

NOT B3/0
NOT MyBoolTag
NOT 00001
Title: Re: Indicator PLCAddressVisible in FALSE state
Post by: andrew_pj on October 04, 2015, 09:59:24 PM
Precede your address with NOT, for example

NOT B3/0
NOT MyBoolTag
NOT 00001

It works, thanks a lot.