LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple waveform wire in Single chart

Solved!
Go to solution

Hi everybody, 

 

I have a problem displaying multiple waveform wire into a single chart. It seems only one waveform is displayed.
Could you kindly point out which one I did wrong?

Thanks

not merge.png

Download All
0 Kudos
Message 1 of 3
(2,240 Views)
Solution
Accepted by topic author rioriorio

Hi rio³,

 

replace that MergeSignal by an ordinary BuildArray function!

(Why do you think you need an ExpressVI here?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,231 Views)

Did you look at the LabVIEW Help for Waveform Charts?

Waveform Data Type

The waveform data type carries the data, start time, and delta t of a waveform. You can create a waveform using the Build Waveform function. Many of the VIs and functions you use to acquire or analyze waveforms accept and return waveform data by default. When you wire waveform data to a waveform graph or chart, the graph or chart automatically plots a waveform based on the data, start time, and delta x of the waveform. When you wire an array of waveform data to a waveform graph or chart, the graph or chart automatically plots all waveforms.

 

Read the last sentence again.

 

Bob Schor

0 Kudos
Message 3 of 3
(2,212 Views)