LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiplot - plotting using the XY Graph VI

Hello,
 
could someone please help me with my code. I have a couple of plots in my interface and on my 2nd XY graph,I am trying to plot 2 measurement signals (current) against the voltage signal that I am applying to my device. However, when I run the program, it only seems to plot one of the measurement dignals and not both. Is there a way for it to plot both variables? I've attached my code
 
Any help will be really appreciated.
Thanks
0 Kudos
Message 1 of 2
(2,799 Views)
I think your only problem is that you need the same number of x arrays as you have y arrays. You use the merge signals to get the two y but yout only have the single x. Try wiring the x array to both inputs of a merge signal and wire the output of this to the x array input and see if it makes a difference.
0 Kudos
Message 2 of 2
(2,792 Views)