I have a ND_BUFFERED_POSITION_MSR application that uses continuous buffering.
The buffer is read periodically with:
GPCTR_Read_Buffer(DeviceNumber, gpctrNum, ND_READ_MARK, 0, 16, 0, mSampleCount, mReadBuffer(1))
Once I get an overWriteError (-10846), I continue to get the error on subsequent calls, with mSampleCount = 0, even when there are no further gate signals.
Is there some way to resume counting and reading the buffer?