Hey there,
I've coded a labview application for an A/D board that I am using that records data to a spreadsheet.
The issue is that I want to code into that same application a temperature monitor that doesn't sample as fast and have that stored into the same spreadsheet.
I can get them to store into different ones - but I cannot marry the data into one spreadsheet.
I am using a 1-dim array for the temperature data and a 2dim array for the voltage readings. The issue is two fold:
- How can I effectively add the temperature columns into the 2 dim voltage array?
- Since the A/D board runs faster, how can I "fill in" the gaps since the A/D array will have many more readings?
Thanks!