i had create a VI to read a serial data and write into a spreadsheet, the problem is data is not write into the spreadsheet, it is only replace the previous value in the spreadsheet. how can i correct it? thanks
Hi, I didnt see any Spreadsheet write function used here. Ok used the 'Write to Spreadsheet File' from FileI/O and used select the 'Append to File'. This appends the new value with the previous value.