How to make a trigger to automatically open a popup window when an alarm (critical priority is triggered/active)
I already play around with Alarm Event scripting at the tag I set the alarm but still the pop up window still not appear when the alarm is triggered.
here is my script:
if alarmActive(alarmName,'CriticalAlarm'): system.nav.openWindow('POPUP_CriticalAlarm')
p/s: I am using vision module