08-25-2017 01:13 AM
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
08-25-2017 02:52 AM - edited 08-25-2017 02:54 AM
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?