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,347 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,341 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,339 Views)