Button visibility on PV 1000 Plus

irinjia

Lifetime Supporting Member
Join Date
Jun 2017
Location
Ireland
Posts
7
Hi All,

I have four HMI buttons.

When one of these buttons is pressed I would like the other 3 to disappear.
I can make it work if Button 1 is pressed, then Button 2 will disappear but I need to add the 3 expressions to each HMI button.

(Working on Button 2 Visibility)
This is what I entered to start with:

• If{[topsidecoater]_HMI_b_LoopSelectionPB[0]} =0 then 1 else 0

How do I add if button 3 and 4 are pressed into this same expression.

Please see a word document attached for clarity.

Thanks.

irinjia
 
Button 1 Invisible
({[PLC_Topic]PB_2_Pressed} OR {[PLC_Topic]PB_3_Pressed} OR {[PLC_Topic]PB_4_Pressed})

Button 2 Invisible
({[PLC_Topic]PB_1_Pressed} OR {[PLC_Topic]PB_3_Pressed} OR {[PLC_Topic]PB_4_Pressed})

Button 3 Invisible
({[PLC_Topic]PB_1_Pressed} OR {[PLC_Topic]PB_2_Pressed} OR {[PLC_Topic]PB_4_Pressed})

Button 4 Invisible
({[PLC_Topic]PB_1_Pressed} OR {[PLC_Topic]PB_2_Pressed} OR {[PLC_Topic]PB_3_Pressed})
 
Thanks chopin,

Just testing it now and its works great.
Thanks for your help.

Regards,
irinjia
 

Similar Topics

Hello, hope yall are doing well. I have a HMI program where I need to add a "GoToDisplay" button, so when this button is pressed, it goes to a...
Replies
5
Views
871
I have 3 groups of users under security settings. i want a button to be visible when group1 or group3 logged in, and invisible when group2 is...
Replies
5
Views
1,260
Hi Guys, I am working on the main Log In / Off display for my HMI project, and I am having an issue with the visibility of a button with the...
Replies
5
Views
1,835
Had a couple questions about the visibility tag because the help doesn't provide much info at all about it. 1) Does it hide the button so that...
Replies
11
Views
7,130
FactoryTalk View ME running on PanelView Plus 7, connected to Compact GuardLogix 5380 PLC Customer is asking for a physical push button to be...
Replies
6
Views
180
Back
Top Bottom