07-09-2015 10:35 AM
@Ibboh wrote:
- The minimum time between the last sample in one data set and the trigger of the next is 0 ms. In fact the next trigger can occur during the sampling of the first dataset as the two are independent.
That is why you either need a second DAQ board or acquire everything continuously (your 100kS/s should be find) and have seperate loops to get only the data you care about out of the waveforms.
07-09-2015 11:07 AM
I agree. With the timing you have indicated you will inevitably get a conflict about which data belongs with the other.
You should be able to extract 1000 sample segments from a 100 kS/s data stream and discard the rest without too much trouble if you decide to go the continuous sample route.
Lynn
07-13-2015 10:48 AM
OK, Thanks for the suggestions. I will look into implementing continuous acquisition and see how it goes.