FactoryTalk View Studio - creating pop-ups

The only way I've found to do this is to have the button that opens the 'window' turn a bit on that starts a timer in the PLC, and while the timer is timing the 'window' stays open. Of course the 'window' is not actually a window, but a visibility controlled portion of the screen.
 
To create a popup screen right click on Displays in the project tree and click new. Then right click on the new window and select Display settings.In the Display Type window check the On Top selection and also give the screen a Display number. To open the popup window create an Goto Display button. To close the popup window I use a Global Connection. This is found in the project tree under Global Connections.Under the Display tab assign a PLC tag to Close On Top Displays. When this tag is true all on top displays are closed. I use the Remote Display Number tag to track if a pop up is open
 
By the looks of things if you setup global connection "remote display number" and preset a display to be a On Top screen then when you call the display number it will pop up.
Then reset the remote display number to 0 otherwise the operator wont be able to change screens, then after a PLC timer set the Close all popups to hide the screen again.

I will try this, hopefully later this week and report back once I have tested it unless someone already knows this doesn't work
 

Similar Topics

Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
136
Hi all, I'm having an issue with connecting View Studio emulation to a real PLC. I am running View Studio 8.01 on a Hyper-V virtual machine...
Replies
0
Views
262
Hello. I have a Project I'm doing in Factorytalk View Studio. One of my displays I created has a bunch of red x's on all of the objects I created...
Replies
6
Views
699
So, I'm new to the PLC world (fresh graduate) and at my job I've been pretty much only helping out the other programmers with simpler tasks while...
Replies
1
Views
627
Good morning, I have a project coming up that will require my HMI runtime to toggle from English to Spanish via selector switch. What is the...
Replies
0
Views
461
Back
Top Bottom