Factory talk SE pops up

flyers

Member
Join Date
Sep 2006
Location
Amk
Posts
295
Hi guys,

I'm trying to figure out how to do a pop up in FT SE.

Our client requirement, during a certain (critical) alarms, there must be a small pop up screen in the center of the screen to ask the operator to shutdown certain process. The pop up screen should have "YES" and "NO" option for the operator to select.

I've done this is RSViewME, but FT SE I've no idea. Can someone please guide me. Thank you.
 
The best way, as with so many things in SE, is to call your pop-up windows from a hidden, always running VBA routine.

The basic method is simply to put a numeric display on the hidden window, pointing at your alarm point, and expose it to VBA. In VBA, add code for an "Change" event for that numeric display.

In the VBA, you can then pop up a display window. Benefit to VBA is that you can also limit what clients the display will pop up on (base it off of the computer host name).
 

Similar Topics

I am using Factory Talk view Machine Edition Runtime HMI. I want to configure on button in such way that when i press this button I want to...
Replies
0
Views
8
Hi Guys, Looking for someone well versed in VBA that can either tell me a certain naming convention or point me in the right direction (I'm a...
Replies
0
Views
54
Hi- I am configuring an alarm and event server to display 1 current alarm at a time on a big display. Having a few issues The alarm doesn't...
Replies
0
Views
54
Hi Friends; I have a red Explanation Mark on Factory Talk Directory in Task Bar. Before Update the windows and installation of AutoCad it works...
Replies
2
Views
152
I am trying to enable an external alarm via computer speakers for Factory Talk Network Distributed Edition. I am using Alarm and Events setup. I...
Replies
7
Views
172
Back
Top Bottom