You are on page 1of 3

Step 1 : Create a Alarm Category as shown below :

Step 2 : Create Digital and Analog Alarms with there respective category :

Technical Service Centre – Schneider Electric


Then Create a button on the page with function “PageAlarm(2)” where 2 shows that it
will display active alarms with category 2. Also to use this function, you need to have a
page in your project that was created using the Alarm template.
By default, the name of the page is expected to be "Alarm". However, you can use an
alarm page with a different name by adjusting the setting for the INI parameter
[Page]AlarmPage.

Technical Service Centre – Schneider Electric


For showing Summary categorywise you have to use “PageSummary(3)” where 3
shows that it will display summary alarms with category 3. Also for showing alarms with
category you have to make a page with Summary template .
By default, the name of the page is expected to be "Summary". However, you can use an
alarm page with a different name by adjusting the setting for the INI parameter
[Page]SummaryPage.

Then save the page, compile your project and run . Then when you press the button then
it will display Active alarm or Summary page with their respective category.

NOTE : This function is not supported in the server process in a multiprocessor


environment. Calling this function from the server process results in a hardware alarm
being raised

Technical Service Centre – Schneider Electric

You might also like