11-30-2009 07:19 AM
Solved! Go to Solution.
12-01-2009 07:15 PM
Hi fjm,
If I correctly understand what you are asking, you should try the DaqStream.AvailableSamplesPerChannel property:
If you are performing a buffered Counter input task then this property can be used to query the amount of samples available in the input buffer that have not yet been read into application memory.
Best Regards,
John
12-02-2009 01:10 PM
John,
Thanks for the info. It looks like it will do the trick.
Frank