How To Create a Pop Up Display Triggered by Change of State in FactoryTalk Studio ME

JKanyce

Member
Join Date
Oct 2021
Location
Atlanta, GA
Posts
5
I need to add a pop-up display to an existing PanelView Plus program. However, I'm not understanding what I need to do with the Global Connections and Macros.

Say I have a tag named 'var.' If var changes state from 0 to 1, I want a "pop-up" display to appear. I want this pop-up display to appear "on top" of any of the other display screens whenever the state of var changes from 0 to 1 regardless of what screen is currently displayed on the HMI.

It seems like it should be fairly simple, yet I cannot figure it out. Any help would be greatly appreciated.


*This is for FactoryTalk View Studio - View Machine Edition

Any help would be greatly appreciated.
 
Last edited:
Macros are not necessary, just global connections.


Create your display, setting it as 'on top' and giving it a unique display number.


In Global Connections set an integer tag (let's call it 'HMIDisplayTag') for 'Remote Display Number'. In your PLC program, when your 'var' tag changes from 0 to 1 then move the value you set as the display number into HMIDisplayTag. This will trigger the HMI to open the display with that number.


Make sure to move a zero back into HMIDisplayTag, as having anything other than zero in it prevents the operator from changing screens at the HMI.
 

Similar Topics

Hello everyone. I have HMI(got 15**) develop by GTD3. I want to create popup windows. I can do it? Thank you.
Replies
2
Views
1,872
I am trying to create a pop up button on a Proface HMI using GP-ProX. I want the button to pop up when a bit is set and then be able to push the...
Replies
9
Views
3,659
Hello friends. I am using the touching panel AGP2400-S1-D24 and communicating with PLC Allen-Bradlley 1769-L35E. I would need just to know how to...
Replies
5
Views
4,129
I've got to add a new screen to an existing WinCC project. The screens drawn, it's variables are now linked to the Step7 variables thanks to a bit...
Replies
18
Views
22,072
Hello, I've been trying to learn this a while now and still have not found out how this works. I have an Omron CJ2M PLC and an ABB ACS 355 VFD...
Replies
1
Views
249
Back
Top Bottom