LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plotting data from a referenced file

How do I plot data, using an xy coordinate system, from a file that I have referenced in a combo box?
0 Kudos
Message 1 of 2
(2,435 Views)
Hi,
I assume you have saved your x and y axis data arrays in the file.
 
Now read that file and index out your x and y axis arrays.
 
Next,  take a look at the attached VI to get an idea on how to plot it on the xy graph
regards
 
dev
 
 
 
Message 2 of 2
(2,427 Views)