06-17-2011 07:27 AM - edited 06-17-2011 07:28 AM
I'm Fetching data from a digitizer card using the niHSDIO Fetch Waveform VI. After Fetching the data I want to keep the Timestamp and Digital Pattern which I'll stream to TMDS file.
What is the most efficient method of striping out the Arrays I'm interested in keeping?
The attached VI shows the input format and desired output. The Record Length is always 1. I'll be streaming 100,000+ records to file using a producer-consumer architecture with the consumer performing a TDMS write.
I'm assuming only the WDT Fetch gives you the time from t0.
06-20-2011 05:53 AM
Hi bmann2000,
I'm not sure about efficiency but this method definitely works. I've just used a 'Get Digital Waveform Component' function and the 'Digital to Boolean Array' function.
Hope this helps.
Chris