LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make sure that my graph has multiple plots?

Solved!
Go to solution

I am trying to get a graph of that plots from a txt file that I have. The first coumn is time and the rest of the columns are data from different sensors. From the graph that I got it looks like its only reading the first cloumn.

 

 

labview graph 1.PNG

 

 

How can I make sure that I get a plot from every column? 

 

Thanks

 

Download All
0 Kudos
Message 1 of 4
(2,592 Views)

Try something like the attached. (I think your array manipulations could be further simplified)

 

 

(You might also be interested in supporting this idea)

Message 2 of 4
(2,587 Views)
Solution
Accepted by sofiakyle

@altenbach wrote:

(I think your array manipulations could be further simplified)


 

Yes, read the file transposed and use "delete from array" as follows:

 

 

Much simpler! 😄

 

 

Download All
Message 3 of 4
(2,582 Views)

Thanks! I tend to make things difficult...  

0 Kudos
Message 4 of 4
(2,576 Views)