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: 

Plotting two output clusters on the same waveform graph

Solved!
Go to solution

Hello,

Could someone please help me how i could plot both output clusters on the same waveform graph?
Please have a look at my VI i attached.

Kind regards,
Balázs

0 Kudos
Message 1 of 3
(1,949 Views)
Solution
Accepted by topic author LTBALAZS

Hi Balasz,

 

when you want to collect several items of the same datatype you should always use an array.

To create an array from several items you should use BuildArray:

check.png

Btw. NEVER delete the label of any frontpanel element! (You may hide them in the frontpanel, but NEVER in the block diagram…)

Best regards,
GerdW


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

Dear GerdW,

Thanks for your advice and help.

Kind regards,
Balázs

0 Kudos
Message 3 of 3
(1,894 Views)