07-26-2012 06:39 PM
Hello,
In the attached VI in labview 8.5, I wanted to display two plots on the same graph in real-time. That is, for every iteration in the "for loop", the graph updates. I am only able to do this with one of the plots (y1) but would like both sets of y-data to show up on the graph (i.e both y1 and y2). Is there a way to do this real-time?
Thanks,
hiNi
Solved! Go to Solution.
07-26-2012 11:15 PM - edited 07-26-2012 11:22 PM
Do you have to use and XY graph? If not you migh try using the "Merge Signals" Functions.
07-27-2012 05:24 AM
This is possible to do with a XY-graph. The data the XY-graph accepts for plotting mutiple graphs are an array of clusters. The cluster consists of two arrays containing the x and the y values. I included the vi with the solution for you.
I hope this solves your problem.
Best regards.
07-27-2012 09:34 AM
THANK YOU!!!