Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

transpose 1D array

I am writing a simple program to take power meter readings with a time stamp and I am having problems with transposing a 1D array.
0 Kudos
Message 1 of 5
(3,745 Views)
You could use the Write to Spreadsheet File.vi - it has the option to transpose how the data is written to the file. Since this is a specific LabVIEW related question, you might try posting on the LabVIEW forum.
Good Luck!
Message 2 of 5
(3,745 Views)
A 1 D Array can't be transposed. From looking at your example I'm guessing that you want your data to read down the columns, not across so that it lines up with your time stamp.I would sugeest getting rid of the case structure.Here is a quick shell for you
Download All
0 Kudos
Message 3 of 5
(3,745 Views)
Thanks for replying to my question. I really appreciate it.
0 Kudos
Message 4 of 5
(3,745 Views)
Thanks
0 Kudos
Message 5 of 5
(3,745 Views)