03-19-2015 06:07 PM
Hi all,
I am plotting multiple waveforms on a single graph and would like a "line" which indicates the zero line for each waveform. This zero line will be movable up or down on the plot and the graphs will follow. As the graphs are different colors, I would like the "zero" line to be the same color as its respective plot line. For example, a red plot line shouldn't have a yellow "zero" line.
The reason I want to offset the waveforms is because I am measuring waveform spikes, so I want to have the waveforms offset enough to see the spike and the baseline on the same plot.
I can already move the graphs up and down and I have the difference from the zero line stored in an array. My question is: how can I make zero lines which have the same colors as their respective plot lines and which move with the plots? Are markers or cursors the solution? I can't find much in the examples or the manual.
03-19-2015 09:19 PM
What does this have to do with LabVIEW? What oscilloscope are you using?
03-19-2015 09:28 PM
03-19-2015 10:10 PM
Yes, this is for a LabVIEW application. The "graph" is a waveform graph.
03-19-2015 10:11 PM
Yes, I am talking about taking data and plotting it on a graph, simulating an oscilloscope.
03-20-2015 06:49 AM
In that case, just make another waveform that is a DC signal at the voltage you want and add it to the graph. You can mess around with the graph properties to make it the same color as the plot you are associating it with.