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: 

convert two 1D array to one 2D array

Hello,

 

In the attached VI written in Labview 8.2,  I would like to have the two 1D arrays written to a single 2D array file.

 

Any help will be greatly appreciated.

 

Thanks,

hiNi.

Message 1 of 3
(3,264 Views)

That's correct. It will give you a 2D array out of 2 or more 1D arrays

 

I think what you want to do is add a transpose array function before you output it to the indicator

Omar
0 Kudos
Message 2 of 3
(3,258 Views)

I missed the file part.

 

Use the "Write to Spreadsheet File.vi" to write your 2D array to a file.

Omar
0 Kudos
Message 3 of 3
(3,257 Views)