Author Topic: Indicator PLCAddressVisible in FALSE state  (Read 1345 times)

andrew_pj

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
Indicator PLCAddressVisible in FALSE state
« 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Indicator PLCAddressVisible in FALSE state
« Reply #1 on: October 02, 2015, 07:01:10 AM »
Precede your address with NOT, for example

NOT B3/0
NOT MyBoolTag
NOT 00001

andrew_pj

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
Re: Indicator PLCAddressVisible in FALSE state
« Reply #2 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.