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
Environment
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 the 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 use the SOEDismount() Cicode function.
Note: To call SOEMount() or SOEDismount(), you need to be logged on as a user who has full privileges.
發佈於: 施耐德電機Taiwan
需要協助?
產品選型工具
快速輕鬆地為您的應用找到合適的產品和附件。
取得報價
立即線上提交您的銷售需求,專業團隊將主動聯繫您。
購買地點
輕鬆在您所在地區找到最近的施耐德電機經銷商。
支援中心
在同一位置找到滿足您所有需求的支援資源。