Pop up Notification

Hi,

is it possible to do a pop up notification in each client computer screen ? for example there is an alarm table when it alarm there’s pop up window also>

Thanks

You could use the tag event script option to create a pop-up when alarms on the tag go active. That would probably be the easiest solution if you have a relatively small number of alarms. The reason is that you will have to copy your code into the event script for every tag that you need it done for.

If your system has more than a few alarms you may find it is easier to put a script on one of the GW Alarming Tags that keep track of the number of different types of alarms.

I’m sure there are other ways to do this, but there are at least two ideas to get you started.