LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a loop structure for performing same task over and over again

Dear all,

 

In my project work, I am getting multiple TDMS files as an output. These TDMS files are really bulky which is making post processing problematic. I have tried to link the TDMS output to defragment VI, but it is not working in the program. So, I am trying to defrag these files in a separate defrag VI which is really time taking as I have large no. of files to deal with. 

 

I am trying to make a program in which all these files can be fed at once and the program can be made to run to performe the defrag. I want to give, say 10 files as an input at a time by showing the path. Once I have loaded these files, the program should start to defrag these files one after the other. Could anyone please suggest a better approach to this.

 

Best regards,

LaxG 

0 Kudos
Message 1 of 2
(2,350 Views)

An array of filepaths, feed it into a For Loop with an Auto-indexing tunnel.

 

I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

Message 2 of 2
(2,338 Views)