interrupt: c792Dready: ERROR : Bad Event Ready Count (nevts = -2)
The nevts parameter changes to be 0, -2, -6, -63 at different parts of a run. I found that this error is only put out for 1 in about 60k events, and for only one ADC on the first iteration of a wait loop (waiting for a DATA READY bit on the ADC... the ERROR actually comes from the routine at the base of the iteration). The second iteration returns just fine.
The c792Dready routine actually checks the DATA READY bit on the ADC... then compares two sets of counters (one looking at the number of gates on the ADC since last clear, and one looking at the counter value since the last event). It appears that one of these counters is not being updated quick enough in the trigger routine, but its fine after a single bus read.
Data look fine on disk. Each of the ADC reads contain the event counter
for each ADC.. and those appear to be contiguous and consistent between
each ADC.
A copy of this log entry has been emailed to: camsonne