LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Combining Multiple lvm FIles

Hi

 

I have about 3500 .lvm files that I want to be able to graph in one graph.  Is there any way that I can do this? I thought that if I tried to combine all of the files into one, I'd be able to do this, but I have not had any luck.

 

Thanks

Bridget 

0 Kudos
Message 1 of 4
(3,159 Views)

What kind of data do you have in each of these files? Are the data related to each other? If so, you can concatenate the data from multiple files. Have a look at this example:

Concatenate Multiple LVM Files into One File

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 4
(3,138 Views)

Thanks for the suggestion. I did try this, but when I try to read files above a certain number or  write the information to a file, I couldn't get it to work. The file names are of the form andover_001, andover_002....andover_3500. I can get a set of the files to read (like andover_0** or andover_1**) but I can't  all of the files to work. I attached a picture of my block diagram. If anyone can give me some advice, I'd be grateful.

 

Thanks 

0 Kudos
Message 3 of 4
(3,127 Views)
I created an example that converts the numbers the way I think you need it. Apply this into the previous example for your application.
Stephen B
0 Kudos
Message 4 of 4
(3,115 Views)