04-08-2015 12:29 PM
Hi. I wanna to read the data file (lvm). My data only have two columns. This lvm file have the header from the row 1 to row 22. So I set the "Start row of numberic data" in the "Read from file measurement" is 23. However it's not working. So i post the code and the data file in here. This forum does not allow me to upload the lvm file. So i save it in to txt extension. Anyone can help me to get the data from this. If i delete the header in the data file, i can get the data from 2 columns. Thank you
Solved! Go to Solution.
04-08-2015 01:28 PM - edited 04-08-2015 01:32 PM
Hello, I do not understand why the Express VI does not function here, but I strongly recommend to avoid using Express VI and the "evil" dynamic data type here (not useful and hiding information).
Just use a spreadsheet VI, like this way, you get directly what you need:
edit: and please do not create duplicate posts: http://forums.ni.com/t5/LabVIEW/read-data-from-file-measurement-lvm/td-p/3116373
04-08-2015 02:38 PM
04-08-2015 06:11 PM
Thank you for your help Blokk. It works perfectly now.