LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

seperate x and y values from lvm file

Solved!
Go to solution

I feel as this should be very simple, but as a novice...

 

I have recorded 3 data sets into an LVM file, along with the time column at the left.  All I really want to do is put each column into its own array, so that I can build an XY Graph.

 

Currently, I am using the Read From Measurment File vi, and a build array with a feedback node to build the arrays.  I think I am just stumbling on the data types, and I am not sure how to go about this.  Also I keep running into the end of file error, and could use a tip on how to avoid that.


I will be using this VI to analyze several different sets of data, so I would like to "Load" a data set into the graph, then examine it at will.

 

Attached are what I have most recently tried, and the LVM file I am trying to read from.

 

Download All
0 Kudos
Message 1 of 4
(3,209 Views)
Solution
Accepted by topic author krwlz101
This works.
Tim
GHSP
0 Kudos
Message 2 of 4
(3,205 Views)
Perfect, thank you.  Now I just need to learn the logic behind what you did.
0 Kudos
Message 3 of 4
(3,198 Views)

Here is the breakdown.

 

 

Breakdown.png

Tim
GHSP
0 Kudos
Message 4 of 4
(3,194 Views)