Author Topic: PLCAddressVisibile  (Read 1048 times)

nzflex

  • Newbie
  • *
  • Posts: 7
    • View Profile
PLCAddressVisibile
« on: July 04, 2018, 02:05:19 PM »
Hey guys, I'm starting to become a pain ... but PLCAddressVisible, Can I set the property on the control to already be visible but appear if a tag renders true ?  I have a couple of pages with a lot of finiky little  labels and its annoying me that when I oad that page they are all there but slowly disappear lol

Unless any one else has some ideas like turning down the polling interval etc :)

Phrog30

  • Guest
Re: PLCAddressVisibile
« Reply #1 on: July 04, 2018, 04:00:07 PM »
Yep, that is annoying for me too.  I think what I did last was if I bound that property to a PLC address, then I also manually set visible to false.  So, when it first loads it will be invisible until comms start and then the PLC will "take over".