{}

Our Brands

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

Welcome to the Schneider Electric Website

Welcome to our website.
Search FAQs
How to View Archived Event Data in SCADA.

Issue
How to view archived data that is no longer available for viewing.

Product Line
Powerlogic Scada 7.x
PowerScada Expert 8.x
Environement
Archived Data

Cause
Event data is archived out of SCADA project automatically per the citect.ini parameters, ArchiveAfter and KeepOnlineFor. More information on the citect parameters can be found in FAQ FA318755.

Resolution
Archived data that is no longer available online for viewing can be accessed using the SOEMount() Cicode function.

In mounting the volume, you are directing the server to where the archived data is stored. You are not restoring the data, merely making the data available for viewing via the SOE page. To view the data on the mounted volume you need to query the data using the filter options available on the SOE page. To view data, including data on the mounted volume, use 'page down' to query the data and bring it into the SOE page.

When mounting a volume, you should pass the volume path when calling SOEMount() Cicode function. For example, the path should be the following:
C:\Data\Archive20120121
rather than:
C:\Data\Archive20120121\EventJournal

If you need to copy or move archived data to another directory (for example, from "C:\Data\Archive20120121" to "D:\Data"), you will need to copy or move the entire "EventJournal" folder to the new directory. You can then invoke SOEMount("D:\Data") to restore the data from the new location.

If you no longer need to view the data on the mounted volume, you can call use the SOEDismount() Cicode function.

Note: To call SOEMount() or SOEDismount(), you need to be logged on as a user that has full privileges.

Schneider Electric Canada

Users group

Discuss this topic with experts

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