undefined undefined
{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
Search FAQs
This FAQ has been written for NEAL (North East Africa and Levant) region. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
How to Update the Alarm Summary and SOE screen for Citect SCADA V7.40 events logging ?

Manual refresh functionality is as per design for SOE and alarm summary. However, the button which refreshes events is TabAlarm_reloaddata(1).
Calling this function causes a manual refresh from the button.
The following is an example of cicode function which can be used to refresh alarm automatically as a simple work around.

FUNCTION MyAlarmList_Refresh(INT AN)
INT session = AlarmFilterEditOpen(AN);
IF (-1 <> session) THEN
AlarmFilterEditCommit(session);
AlarmFilterEditClose(session);
END
END

By default, the animation number of the main alarm list on the alarm templates of both Tab/SxW style libraries is 21.

The second step is to create an event that calls the function at periodic intervals and refreshed the alarm automatically.
See attached snapshot to call event and make sure you enable events from computer setup wizard else these events will fail to execute and observe automatic alarm refersh.

Schneider Electric Egypt and North East Africa

Explore more
Range:
Articles that might be helpful Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range: