Copy log to CSV (wincc Flex)

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
I'm logging on an MMC.

But, from time to time I want to be able to copy (on button event) the logs to USB...


Problem is, path = \\ or \Storage Card MMC


how can I do this ?
 
win CE

I did a copy in Windows CE

Not very easy on an OP277 without mouse. I copied everything in the MMC directory to the USB directory.

Then I had the logs on stick, this works.

But,

I don't like the fact that I have to shutdown a runtime and I don't like the fact that u need some windows experience...
 
okay

okay,

found it

I had to use ArchiveLogFile and save to \Storage Card USB\Logs

So I have several logfiles, this means I have something like this:


1 CloseAllLogs (close all logs for copy procedure)
2 ArchiveLogFile (Directory name: \Storage Card USB\Logs)
3 ArchiveLogFile (Directory name: \Storage Card USB\Logs)
4 ArchiveLogFile (Directory name: \Storage Card USB\Logs)
5 ArchiveLogFile (Directory name: \Storage Card USB\Logs)
...
x OpenAllLogs (open logs for further logging)
 

Similar Topics

Hi I try to copy the alarm log files from my PV+ 1000 terminal to USB sticker. I create autorun.bat file and move this file to USB root directory...
Replies
4
Views
3,638
I have 2 7cp476 plcs. How can I copy one of them and install it somewhere else?
Replies
0
Views
73
Hello Inside a FB, I´m trying to transfer a string from a DB to a IN_OUT var that was define as a UDT. The problem is that i can´t determine the...
Replies
4
Views
128
Hi everyone I'm in a bit of a conundrum, I've been trying to get this HMI on our machine and I am unable to retrieve it. Device Delta Model...
Replies
10
Views
878
Hi I have a Melsec FX1S-20MR, which has been programmed. I would like to copy the program to a new FX1S-20MR? What are the possible ways to do...
Replies
4
Views
619
Back
Top Bottom