Page 1 of 1

How to give name of exported file from screen?

Posted: Wed Apr 16, 2014 7:29 am
by Erkki
I want to input the name of exported file, when I export Datalogger to USB-memory as csv-file. In development tool it's possible only to give fixed file name.

So, how can I give that name from screen when I export the file? Or rename the name of saved file in USB-memory stick, which does the same trick actually?

Re: How to give name of exported file from screen?

Posted: Tue Apr 22, 2014 1:43 am
by wlederer
It should work. Maybe, You forgot to refresh the tag with the newly changed file name? Something like:
Globals.Tags.FileName.Read();
regards, Waldemar

Re: How to give name of exported file from screen?

Posted: Thu Nov 13, 2014 5:08 pm
by Enline
Did you find a solution to this?
I also need this feature.

BR Stefan