LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

AI scan multiple channels output as 1 by N array

Does anyone know how to aquire data from the AI Scan from Multiple channels VI such that the output array is 1 by N array, not N by 1. I'd like to have each column as a specified channel. When I leave it as it is I get one long column of data, instead of N rows (N is the number of channels) and M rows (where M is the number of times a scan of all of the channels is aquired).
0 Kudos
Message 1 of 2
(2,758 Views)
Hi John,
I think you need to transpose the data. If you are just displaying the data on the panel, you can use the 'Transpose 2D array' function to do so and if you are writing it to a file you can wire a boolean True constant to the 'Transpose?' input of the subvi.

Hope this helps,
Pravin
Message 2 of 2
(2,758 Views)