Author Topic: Button highlight when set to value  (Read 893 times)

Phrog30

  • Guest
Button highlight when set to value
« on: May 12, 2017, 03:28:04 PM »
When using a basic button, if the output type is write value then the highlight should only occur when the plc value and write value are the same.  Currently, it will highlight no matter what.  The other output types seems to work ok.

James

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
Re: Button highlight when set to value
« Reply #1 on: May 12, 2017, 08:08:51 PM »
Do you have PLCAddressClick and PLCAddressHighlight set to the same integer tag?

Phrog30

  • Guest
Re: Button highlight when set to value
« Reply #2 on: May 12, 2017, 08:25:06 PM »
Do you have PLCAddressClick and PLCAddressHighlight set to the same integer tag?

yes

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
Re: Button highlight when set to value
« Reply #3 on: May 12, 2017, 08:52:04 PM »
This is definitely a bug in the BasicButton. Try the attached version

Phrog30

  • Guest
Re: Button highlight when set to value
« Reply #4 on: May 12, 2017, 10:59:57 PM »
Yes, this worked, granted I had a bunch of errors to fix since the property name changed.