This knowledge base article explains user on how to configure auto refresh of summary alarms in Summary page of Situational Awareness GPL template.
By default, the Summary Alarms in Summary page of SA GPL style will not refresh automatically when page is open state. To refresh Summary page, User must navigate to other page and open Summary Alarms page again or need to manually click on Summary Alarm page navigation again.
This is designed to minimise the load on Alarm server. If User needs auto refresh mechanism for Summary Alarm page, please follow the procedure given below.
1. Create a Cicode function as shown below.

So, this Cicode function will sleep 5 seconds and then call the SOE page. This will be refresh period.
Then you should change the "events" inside the properties for the SOE page. Use the On Page Shown to execute the function while you are on this page.

There is a big disadvantage here.
If you are scrolling or filtering the historical events, it will reset the page and bring you back to the top. So, you can't scroll through it.
To avoid this you can add a button to toggle the state between the refreshing and non-refreshing. User can scroll to the Alarms after setting to Non-Refreshing state by clicking on configured button as shown below.

By default, the Summary Alarms in Summary page of SA GPL style will not refresh automatically when page is open state. To refresh Summary page, User must navigate to other page and open Summary Alarms page again or need to manually click on Summary Alarm page navigation again.
This is designed to minimise the load on Alarm server. If User needs auto refresh mechanism for Summary Alarm page, please follow the procedure given below.
1. Create a Cicode function as shown below.
So, this Cicode function will sleep 5 seconds and then call the SOE page. This will be refresh period.
Then you should change the "events" inside the properties for the SOE page. Use the On Page Shown to execute the function while you are on this page.
There is a big disadvantage here.
If you are scrolling or filtering the historical events, it will reset the page and bring you back to the top. So, you can't scroll through it.
To avoid this you can add a button to toggle the state between the refreshing and non-refreshing. User can scroll to the Alarms after setting to Non-Refreshing state by clicking on configured button as shown below.
Released for:Schneider Electric India

