LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

index multifile name

Hi!
 
I am writing the data at four different stages in processing and need to do at least 25 tests for statistical purposes. 
I can change all the file names by hand but I'm hoping for a better way. 
 
I tried multifiles but this broke each single file into 62 kB chunks - giving as many as ten files where there was originally one. 
This is just too many files to deal with. 
 
Is there any way to automatically index a write file name (say go from "file_00" to :"file_01") when the program is started and keep it a single file? 
 
Thanks,
 
Bob
 
0 Kudos
Message 1 of 3
(2,202 Views)
Sorry, will repost to appropriate link. 
0 Kudos
Message 2 of 3
(2,200 Views)
signal1,
I think the easiest way is to use the "system exec.vi" and the "rename" dos command. This will be the easiest to implement by far.
 
Chris C
 
0 Kudos
Message 3 of 3
(2,184 Views)