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: 

Building Several Waveforms with a single action

Hi everyone, 

 

I have 16 arrays which I want to build into waveforms with same sampling time.

 

Is there a way to manage it with one action or a block, besides doing it seperately? If it is possible, how can I do that?

 

Regards,

 

OZGUR

0 Kudos
Message 1 of 3
(2,030 Views)

Do it for one array. Then build all 16 arrays to a an array (it will be 2-D array now), then create a for loop, index each element and then implement that code that you created for that one array.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 3
(2,024 Views)

I've found "Copy Waveform dt" block, i guess it does exactly what i wanted, i merged the signals and used that block and splitted it later. It seems working properly.

 

Thanks for your reply,

 

ozgur

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