Hi,
- I have a temperature sensor that outputs the data from 16 positions. The output from my VI is a 16x1 array (every half a second).
- I need a CSV that has 17 columns (for each position) and the first being a time stamp. Then as my program runs the temperature will fill in for each position in the CSV as time goes on. I need this CSV so I can import it into MATLAB.
Please can someone help, I have been trying to do this for a few hours and I am not getting anywhere with it?