WinCC Archive to CSV

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
Hi,

Little question,

I want to make an export from WinCC Alarm Archive. I don't see a button like export to csv or whatever. Is it possible with a AxAlarmControl object in WinCC ?

Thanks,
Kind regards,
G
 
the following three events will archive logs as .csv to a source.

close all logs (CloseAllLogs)
archive data log (ArchiveLogFile)
open all logs (OpenAllLogs)

Closing just the log you want to archive might work, but I have not tried it.

your options are to:
make a magic button with on press events
make a popup screen or screen that will run the event on page load (I prefer this)
make a script and run on an event/timer ect.
 
Found

Hi,

Found it.
In the properties of the object there is a 'Export Data' check mark. When checked a button for export is added.

Kind regards,
G
 

Similar Topics

Hello all, hope all is rolling downhill out there. I just set up and configured a process value archive in a WinCC v7.4 application. I set the...
Replies
16
Views
5,109
Hello i have currently a problem with data archive that are used to display on trends i have approximately 50 tags recording with an update rate...
Replies
0
Views
1,268
Hi All, 2 days ago i had been looking for WinCC flexible archives viewer, but I had not found any product, only a excel table from Siemens. This...
Replies
9
Views
8,753
Dear Experts I want o archive my runtime data like alarms, reports, trends etc to some another folder which I can copy in case it require in...
Replies
0
Views
1,389
I have Wincc V6.0 licence WINCC-V6 RC 64K PTg 512 ATg on my OP.I configured 510 Archive tags now i want to configure more tags in my program.I...
Replies
0
Views
2,313
Back
Top Bottom