04-05-2011 05:29 PM
Starting from example http://decibel.ni.com/content/docs/DOC-10944, I built a simple VI to read a multi-channel TDMS file is blocks (rather than bring the entire time histories in at once). See attached VI. I'm wondering if there is a better way of doing this. In particular, it bothers me that I am not pre-allocating space for the array of waveforms. It's not good programming. I'm not sure how I would do this. I would like anyone's suggestions. Thanks!
04-05-2011 06:23 PM
Never mind. I just realized that you can wire a list of channel names to the standard "TDMS Read" block. I thought you could only get one at a time. Duh!