LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display multi plot on a waveform graph all that starts at different times

How to set the x scale to plot one then multi plots 2-6 more that will start at different time along the first plot. Plot 1 is rf waveform plot 2-6 fixed level at different times.
0 Kudos
Message 1 of 5
(3,022 Views)
A waveform graph is not really suitable for this because it requires equally spaced data, all aligned.

In general, you would need an xy graph.

There are some workarounds that might be sufficient to solve your problem using a waveform graph. For example you could just place NaN values for all early points in plots 2-6. See attached example.
0 Kudos
Message 2 of 5
(3,022 Views)
This did not work Because where it was a "NAN" it would be at the top of the graph then when there was a value then the plot will come down from the top and make a square wave pulse. I would like a signal line only.
0 Kudos
Message 3 of 5
(3,022 Views)
Sorry, I don't quite understand what you are saying.

NaN is not "at the top", will not be graphed and there won't be any "square wave pulse" (whatever that means). Only if you would use "Inf" instead of "NaN", a line would come down from +infinity if your plot has the dots connected by lines.

Still, As I said: An XY graph would be the right thing. Have you tried?
0 Kudos
Message 4 of 5
(3,022 Views)
I have tried an XY graph and tried Dots instead of line but then it is to slow for displaying when I am taking data from daq card at the same time. Speed is a problem.
0 Kudos
Message 5 of 5
(3,022 Views)