07-07-2010 07:49 AM
07-07-2010 08:25 AM
Dont you feel it is better to save the data anyway. You can retreive the data later ?
07-07-2010 08:32 AM
Instead of using a fetch with a timeout, try polling for the driver status. Fetch only when everything is available. I believe you can use NI-SCOPE properties to set a subset of data for fetching, so you can also fetch pieces while other pieces are being acquired. However, I am away from my development machine at the moment, so cannot give you specifics. Look for "fetch forever" examples in the NI-SCOPE examples.
Good luck. Let us know if you need more info.