How to give name of exported file from screen?

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
Erkki

How to give name of exported file from screen?

Post 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?

wlederer
Posts: 175
Joined: Fri Jan 27, 2012 4:20 am

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

Post 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

Enline
Posts: 2
Joined: Thu Nov 13, 2014 4:26 pm

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

Post by Enline »

Did you find a solution to this?
I also need this feature.

BR Stefan

Post Reply