03-18-2015 09:42 PM
I am aquiring episodic data, say 2seconds at 20kHz then a 30 second interval and more data. I am saving this in a tdms file and all is fine.
I would now like to export these waveforms to a tab delimited spreadsheet, and I like the header etc that the cannede vi's offer. However when I set the append option to false, there is a new file for each waveform. When I set it to true, the next waveform gets appended at the bottom (same columns, new rows) instead of as new columns same rows. With the write array to spreadsheet, there is a transpose option. Is there something analogous for waveforms, or will I just have to use the write to spreadsheet and make my own headers etc?
thanks a ton!
(Using LabView2013 on Win7)
03-18-2015 11:52 PM
03-19-2015 12:59 AM
thanks, Mike, I was afraid of that, but just did not quite want to believe it. Not too hard, but seems so common.....
03-19-2015 01:18 AM
03-19-2015 01:39 AM - edited 03-19-2015 01:41 AM
I am a professional neuroscientist but an amateur LabView user. Guess that explains it!
thanks for your confirmation!
03-19-2015 01:58 AM
03-19-2015 09:08 AM
no offense taken, Mike, I fully agree with you! In fact, it is something that I would really like to have more discipline to do, something that is so easy in LabView to maintain, but I catch myself too frequently coding very similar things again and again. So your advise really resonates and I will try to heed it!