How to popup a display on event?

briana banks

Member
Join Date
Jul 2005
Posts
242
Hi All

Using RSView SE.

How can i popup a display on event such as NumericInput_Change()
(command display is ignored when issued from HMI server)

Thanks.
 
Last edited:
I did the same sorta thing with ME and CLX5000.

Let the CL test to see if the value is not equal to your input.
then the CL will set a bit to open a pop up window. Configure the
the display (window) any size smaller than your display. Make sure
it hav it se for ontop and not replace. When the bit it CL goes false, the window closes. ME also has a message section that works
real well. On this pop up you also have buttons to decided what to do next. ie (REPLACE FILE) [YES] [NO]

I hope this helps.

AJ
 
Pop up from Event triggered from PLC in RSView SE

Briana, Did you find a solution for this.?

How to popup window from Macro, Event or VBA on PLC bit change.

I am trying to pop a window when a bit is set in PLC.
Can trigger an event OK but if event action is "Display mywindow"
i get the message, cannot open display from HMI server.
Same if I try from a macro that runs from event.
Works fine if same popup is triggered from on screen button.
 

Similar Topics

I have tried without success to make several of my RSViewME V4.00 popup screens movable. I have set them up to be of Dispaly Type "On Top", with...
Replies
1
Views
4,440
Hi. Here's what I want to do and I'm not sure where to start. I did it back then using Citect so I'm pretty sure it can be done. I have a lot...
Replies
11
Views
927
Good morning, I'm new to PLC and HMIs, and I was given the following problem: I need to be able to filter alarms and events that are only related...
Replies
0
Views
382
Hello, I just started learning WinCC V8.0 3 days ago, so I'm still new to how everything works in this program. I've created a pop-up with a...
Replies
2
Views
636
I'm using Studio 5000 View Designer 7.01 and I'm trying to make a generic popup with bindings to properties or aliases. Basic aliases by right...
Replies
0
Views
419
Back
Top Bottom