11-26-2012 05:50 AM
Hi,
I am new at LabVIEW and I found a VI example similar to my needs. But I need it to create 1 file per second with a date/time stamp going automatically to the name of the files. Is there a way to do it?
Thanks,
Luis
Solved! Go to Solution.
11-26-2012 06:36 AM
11-26-2012 07:49 AM
Thanks GerdW!
I am still having a problem to make it save automatically without I having to press the OK button, is there a simply way to do it? I updated the attached VI with the GerdW tips
Thanks,
Luis
11-26-2012 07:51 AM
11-26-2012 07:54 AM
Do you still have the file dialog.vi in ?
11-26-2012 10:11 AM
I think it will work for older versions now.
I dont have the dialog.vi
Thanks,
Luis
11-26-2012 10:14 AM
Hi Luis,
so now you create one file (and its name) once before the loop. But your goal is to create a new file each second...
I would try to open a new file in the loop when you want to change filenames with a regular interval...