10-04-2017 05:14 PM
Hi, I am new on labview, I am reading data from an arduino thru the serial port. The arduino prints the data in 2 colums, one is the sensor lectures and the second one is the time.
So, I have stored the two colums in a 2d array, where I need to extract them into two 1d arrays each one, because I want to use teh sensor and the time data separately.
Thank you!
Solved! Go to Solution.
10-04-2017 05:21 PM - edited 10-04-2017 05:25 PM
Use index array with one of the indices disconnected. Resize for two outputs.
(depending on which index is disconnected, you either get a row or a column, so just try it)
10-05-2017 08:23 AM
Thank you so much!