03-26-2025 02:16 AM
Hi,
I need to use cursors on my waveform, so need to use waveform graph. I have 2 signals and when I use build array, it combines both signals into one plot. The waveform graph only show one plot. How can I have 2 plots on my waveform graph?
Solved! Go to Solution.
03-26-2025 02:41 AM
Hi wan,
@indcon_wan wrote:
I have 2 signals and when I use build array, it combines both signals into one plot. The waveform graph only show one plot. How can I have 2 plots on my waveform graph?
Why don't you look at the context help for the waveform graph?
It explains how to create multiple plots…
LabVIEW also comes with a huge example library and there are examples on how to use graphs and charts. Did you examine those example VIs?
03-26-2025 04:29 AM
Hi Gerd,
The context help does not explain how to use the waveform graph as chart (continuous plot) with multi plots. Most of the example I checked out do multiplot on waveform graph is read data and plot.
The build array joints both data to form into a new single data.
The build waveform and merge signals does not show any plots on the waveform graph.
03-26-2025 04:48 AM
Hi wan,
@indcon_wan wrote:
The context help does not explain how to use the waveform graph as chart (continuous plot) with multi plots.
@indcon_wan wrote:
The build array joints both data to form into a new single data.
The build waveform and merge signals does not show any plots on the waveform graph.
03-26-2025 05:56 AM
I have created buffer but the graph is charting with multiple lines. I have remove Express VIs.
03-26-2025 06:05 AM - edited 03-26-2025 06:06 AM
03-26-2025 06:16 PM
Hi GerdW,
I managed to find an example to solve my problem. Thanks for your suggestion.