In some projects, customers do not like the alarm/alert screen as a popup. These customers would prefer that the alert screen act like any other navigation and be part of the topology.
main() { int uinum = myUiNumber(); string naviModule; dpGet("_Ui_"+uinum+".Navigation.ModuleName", naviModule); // if you have a custom configuration for alarms, put name in first parameter openAES("aes_alerts", naviModule, AES_ACTION_AUTORUN ); }
If you have designed a custom alert layout or filtering, be sure to use your name rather than “aes_alerts” in the function call.
Notice: there is a close button on the regular /panels/vision/aes/AEScreen.pnl This button would be bad to click in a topology. You may want to remove this button.