LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help Me Read .Lvm Waveform data from file to Array for use with regression solver

Please I have tried to  read the attached .lvm file that was collected using Write to Measurement File.

When I use Read From Measurement File I am not able to see the first column.

My objective is to read the attached .lvm file into a 2D array and fit the waveform using  Regression Solver example Vi..

Please I need your kindness!! 

Thanks

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

The way you wrote it was most likely not quite useful. Every time you recorded a new point, you rewrite all points collected so far, this means there is 104 copies of the first point, 103 copies of the second point, etc.

 

As a first step fix that writing. Exactly how are you writing and what are the options you are using? How are you reading the file? Typically you get better help if you attach your VIs.

 

I am not familiar with any "regression solver". Is this your own code? From a toolkit? What are you actually trying to do with the data?

0 Kudos
Message 2 of 2
(2,496 Views)