Wonderware Intouch 7.11 Priority scripting

D

Thread Starter

Dominic Gagne

I am running Intouch 7.11 SP7. I have over 1000 alarms grouped by process. On that lot, 170 of them are high priority (under different group). We are already filtering alarms by group and/or priority.

I'm trying to run a script when one of the high priority alarms goes on. I would need a "group.alarmpri1" style of function.

As anyone ever done something similar?

Appreciate your help.
 
This is an 18 year necro bump, but as this question ranks highly on Google, it's worth it:
Use:
#AlarmViewerCtrl1.ApplyQuery ("\InTouch!$System",1,998,"All",
"Historical"); where AlarmViewerCtrl1 is the name of the Alarm Viewer instance on your page, and 1 / 998 are the top / bottom priority values.
The Intouch alarms and events guide (available online, filename = ITAlarmsAndEvents.pdf) has more details.
 
Top