See attached VI - I have figured out how to store each "block" of sensor information using an array & shift registers, but only in a 1D array.
I'm stuck on how to format this for easy reading in Excel! Ideally I just want to import a csv file and have a column for each sensor reading, and a timestamp marking each row of data.
No idea how to take my column of sensor information and turn it into a 2D array, or if my data logging method is hokey and should be replaced with something more efficient