LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple graphs in XYgraph!

Hi guys!
I have a litle problem. I am using a program, to draw several curves in a only one xygraph, I have a while loop, i read from the file (spreadsheet file), each file take 2 curves (4 arrays). I want to open differents files into the graph, but when i draw one file, with i try to open other the graph is cleared and draw only the new file.
This option is for draw differents curves to compare them.
How can I do it for see several curves?.

Thanks, i would be grateful to you...! (if it possible with a example i could to see better)
0 Kudos
Message 1 of 2
(2,677 Views)
To draw multiple plots on the same XY graph, you should combine the different plots (clusters in your diagram) in one array of clusters and pass them all to the graph terminal at the same time. See the XY graph example in the follogin LLB.

..\National Instruments\LabVIEW 7.0\examples\general\graphs\gengraph.llb

Christian L
NI Consulting Services
authored by
Christian L, CLA
Systems Engineering Manager - Automotive and Transportation
NI - Austin, TX


  
0 Kudos
Message 2 of 2
(2,677 Views)