LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read and plot multiple lvm

Can I read multile lvm files and plot them all on the same chart like I for can spreadsheet files in labview. I try to do this, but it says that I have the wrong format. The works for if I replace the read lvm express vi with a read spreadsheet function. It also works if I just read one lvm file, but not if I set the number of loop iterations to be greater than 1. I have attached my vi here.
0 Kudos
Message 1 of 2
(2,792 Views)
Hello Timothy,
 
As long as a LV Measurement File Read can read each file individually, I would combine them using merge signals vi.  This will combine all of the data from all of the files into a single signal.  You can then get your information from the signals (the columns of data).  I would also be sure to read from different LVM files by passing in an array of paths where the LVM files are.  This way, you will not be reading from the same file over and over again.
 
Steven T.
Message 2 of 2
(2,756 Views)