AdvancedHMI Software

General Category => Support Questions => Topic started by: Arvanoss on February 23, 2024, 10:13:47 AM

Title: Adding Conditions
Post by: Arvanoss on February 23, 2024, 10:13:47 AM
Good Morning Everyone,

I have a program that works but I want to make the BasicButtons show and hide.
I can add PLC Addresses to the 'PLCAddressVisible' but cannot add multiple addresses.

is there a way to add additional 'PLCAddressVisible' addresses to the BasicButton code to accept multiple conditions??

I don't have PLC change permissions.

Thanks
Title: Re: Adding Conditions
Post by: Archie on February 23, 2024, 10:36:41 AM
The easiest way to do this is to use a DataSubscriber2 to watch all the variables. Then in the Datasubscriber2 code set the Visible property of the BasicButton
Title: Re: Adding Conditions
Post by: Arvanoss on February 23, 2024, 12:52:36 PM
Thanks Archie,  I set it up like that and it works well.