LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

question about waveform charts

i wish i could visualize on the same chart the data coming on one hand from the true case and on the other hand from the false case. How could i do that on the same chart (actually i cant wire to the chart, the error given is a dimension error)
thanks for your help
0 Kudos
Message 1 of 4
(2,566 Views)
If I understand you right, you want to have a chart with two simultaneous traces.
Try something along the lines of the attached diagram.

If you mean something else, please provide an example.
0 Kudos
Message 2 of 4
(2,566 Views)
actually i need to plot on the same chart data which come from a case alternatively from a true or a false and actullay plot it on the same chart.
i attach the file with this mail, the vi that i send has two differents charts (i want to make just one).
thanks a lot.
0 Kudos
Message 3 of 4
(2,566 Views)
Here's a quick&dirty solution:
If you want to get rid of the chart2 and have everything appear on chart1, create a local variable of chart1 and use it to replace the current graph2 terminal.
0 Kudos
Message 4 of 4
(2,566 Views)