05-27-2012 11:23 PM
How do i make a graph behind my waveform .
Currently mine is like this
Example.
05-27-2012 11:27 PM
You have to plot those two parameters in the same plot. You can use the 2D array format of waveform chart to achieve this.
05-27-2012 11:31 PM
I don't get it .
05-28-2012 12:24 AM
You can build the data and pass it to a single chart. Check the attached example and also go thorugh the LabVIEW basic materials.
05-28-2012 12:32 AM
i can't view it . mine is labview 7.1
05-28-2012 12:42 AM
Just check the attached picture. In the chart incase if you are not getting the 2 plots you may need to transpose the array. for getting two plots in the same chart click the y scale and duplicate it and then try the attached example.
Note: The attached example is just for showing multiple plots in a single chart.
good luck.
05-28-2012 01:24 AM
I understand about the multiple plots . but as you can see the picture . one is in wave form , one is square form .
05-28-2012 01:33 AM
Yes both has data right so you can plot it.
05-28-2012 04:42 AM
Can u help me take a look . i don't get it still . thanks . been trying for the whole day .
05-28-2012 04:47 AM
I see you are plotting the same data again with different colors. But as per your requirement you need to have different plots for different data. I don't understand what you are trying to achieve in the vi you attached.