![]() |
||
|
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc. |
||
| ||
New Here? Please read this important info!!!
|
|
#1 |
|
Lifetime Supporting Member
![]() Join Date: Sep 2004
Location: Detroit, MI
Posts: 36
|
FactoryTalk View Studio - creating pop-ups
Is creating a "Goto Display PB" the only way to have a pop up appear?
I'd like a pop up to appear momentarilly to let the operator know whats going on (with some frt office PLC to PC communication/verification - not that this is imporatnat to the question) and then go away - AUTOMATICALLY. Would like to control the display and timing using PLC control not a "Goto Display PB" and then a "Close Display PB". Thanks in advance! |
|
|
|
#2 |
|
Lifetime Supporting Member
|
Am I understanding this correctly?
You want the PLC to display something for a certain amount of time and then for this 'display' to disappear after that time has expired? If this is the case you could use the visibility of the 'display' to make it appear/disappear using an animation setting of the 'display'. Just a thought (still not sure I understand what you are trying to achieve, so I could be way off here).
__________________
Mart B _________________________________________________ Never underestimate the predictability of stupidity!
|
|
|
|
#3 |
|
Lifetime Supporting Member
![]() Join Date: Sep 2004
Location: Detroit, MI
Posts: 36
|
Thats it. I know i can use the visibility but it SO clutters my developement window with panels or multistate indicators using visibility to control. I'd rather develope the seperate displays and pop them up under PLC control.
Basically just asking can I control an "On Top" display with a PLC bit or integer like is done with the "Remote Display Number" in the global connections. Would seem awfully limiting to ONLY have PB control of "On Top" (pop-up) displays. After much research it doesn't look like there is any built in way to have PLC control of "on top" displays. Looks like I'm just gonna do some PC-style drop down (pop-up) displays using the visibilty animation. UGH. Please correct me if I'm wrong. Thanks. Last edited by James Fillmore; December 1st, 2008 at 10:04 AM. |
|
|
|
#4 |
|
Lifetime Supporting Member
|
I've always used animations or visibility to achieve what you're talking about.
I haven't ever tried to directly control a pop up or on top display via the PLC, so I can't help in that area, sorry. Maybe someone with more experience in this can chime in and help.
__________________
Mart B _________________________________________________ Never underestimate the predictability of stupidity!
|
|
|
|
#5 |
|
Member
|
Why not use an event to popup the window?
Caveat: I haven't actually tried it in SE. I'm currently converting a view32 app to SE (my first), so take what I say with a grain of salt. |
|
|
|
#6 |
|
Lifetime Supporting Member
![]() Join Date: Sep 2004
Location: Detroit, MI
Posts: 36
|
Events?
Heres a cut and paste of my main screen display showing the "drop down" (pop ups) that I can use visibility to control BUT there is stuff behind them. So during developement i have to either move them outta the way OR "arrange" them to the front or back. Messy. A seperate "On Top" (pop up) display would be much cleaner and IS dioable but can only see how to make the "On Top" display and go away dia display navgation pushbuttons. Can't see how to do it via PLC control. Odd. [How do I display a picture? I uploaded a file] Last edited by James Fillmore; December 1st, 2008 at 11:15 AM. |
|
|
|
#7 |
|
Member
|
Is this an SE or ME application?
|
|
|
|
#8 |
|
Lifetime Supporting Member
![]() Join Date: Sep 2004
Location: Detroit, MI
Posts: 36
|
Me
|
|
|
|
#9 | |
|
Lifetime Supporting Member
|
Quote:
The one thing you have to remember when issueing screen control from the PLC is that you need to set the screen control back to the HMI. If you don't the operator can't do anything at the HMI.
__________________
Times and technology have changed so much. i remember my first laptop... an etch-a-sketch... |
|
|
|
|
#10 | |
|
Lifetime Supporting Member
|
Quote:
You can only do a "Replace Display" with the PLC. |
|
|
|
|
#11 |
|
Member
![]() Join Date: Feb 2008
Location: Worcester
Posts: 134
|
I know that you want the pop-up to be on a timer, but there is a close button that closes ontop windows. I created a DCS type interface that causes a popup to appear when you click on a control loop. This can be closed with the button.
I also created a grey background with ontop windows so the operator can change the trend on the current window (new screen), which makes it look like only 1 part of the screen has changed instead of the entire thing. These are done with ME (I know SE has a lot more functionality than ME, but never used it). |
|
|
|
#12 | |
|
Member
|
Quote:
|
|
|
|
|
#13 |
|
Lifetime Supporting Member
|
You could try using the 'information' screen. I haven't used it a whole lot but I believe it will do what you are asking.
|
|
|
|
#14 |
|
Member
|
In the global connections you could use the remote display field to have the PLC change to a different 'On Top' screen, then after a preset time have the PLC switch back to the original screen. It is not going to give you the same functionality as say a messagebox in visual basic, but it may get you something close.
|
|
|
|
#15 |
|
Member
![]() Join Date: Jan 2006
Location: Seattle
Posts: 234
|
James Filmore, have you found a solution to this, or a workaround? I'm trying to do something similar, but I'm stumped.
Jr. |
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Topics
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FActoryTalk View Studio Programming | Krilun | LIVE PLC Questions And Answers | 13 | July 3rd, 2011 06:38 AM |
| FactoryTalk View Studio (ME) display crash | Krilun | LIVE PLC Questions And Answers | 1 | December 2nd, 2008 08:12 AM |
| Factorytalk View Studio - PV+ | 504bloke | LIVE PLC Questions And Answers | 11 | January 12th, 2008 10:36 AM |
| FactoryTalk View Studio Machine Edition Software 5.0 | curlyandshemp | LIVE PLC Questions And Answers | 5 | October 23rd, 2007 01:18 PM |
| Creating Pop up screens in RS View | RPax | LIVE PLC Questions And Answers | 16 | May 4th, 2005 04:21 PM |