From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

(Multi^n)plot Waveform Graphs

Solved!
Go to solution

I'm using LabView 8.2 and I need a waveform graph with twenty waveforms overlayed onto it (actually two waveforms taken ten times each, if that matters--but no, I can't just average them).  Using Build Array to make a standard multiplot with the Express Waveform Graph doesn't work, however, apparently because the express VI can only handle two waveforms at once.

 

Suggestions?

0 Kudos
Message 1 of 5
(3,085 Views)

Hi DJDDA,

 

when the Express vi doesn't work don't use it! Smiley Wink

 

Just use the way that is shown in the context help of a waveform graph indicator: simply build an array of plots...

Message Edited by GerdW on 06-20-2009 05:59 PM
Best regards,
GerdW


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

I've been trying to build an array of plots, I just don't seem to know how.

 

I am attaching a (very) quick & dirty nonfunctional program that may help demonstrate what I am trying to do; I don't think I'm explaining it well.

0 Kudos
Message 3 of 5
(3,033 Views)
Solution
Accepted by DJDDA

Hi DJDDA,

 

right-click that last "build array" before the graph and select "concatenate inputs" Smiley Wink

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 5
(3,031 Views)
Perfect, thank you.
0 Kudos
Message 5 of 5
(3,011 Views)