09-10-2009 04:06 PM
Hello,
I am new to Labview and I am trying to figure out how to open a .lvm file in LabView the way I can open it in Sigview since Sigview is very limited when it comes to manipulating Data.
Bkground Info:
I have a .lvm file which is made up of two columns, column A is seconds and column B is voltage. For each second I have a Voltage reading starting from 1 to 1000. I would like to plot this info in Labview and manipulate it.
What I tried to do is:
First change the extension of the .lvm file to a .txt, I called it TestData_1.txt
Then in Labview I went to Block Diagram and wired
TO
Then I went to the Front Panel clicked on run and when prompted in the "Choose file to read." dialog box I click on TestData_1.txt but all I get is a line on the x-axis instead of the non-zero data points that I expect.
Can someone tell me if this is the right way to read a .lvm file made up of two columns (time/voltage)?
Or is there a better way?
Thanks,
Patstarks
09-10-2009 05:56 PM