Quote:
Originally Posted by vamfun
Thanks for running a nice data set. So this is what
The next step is to find out where the counter period problem is. This is where the factor of 2 should be fixed rather than in the GetRate() function. In the counter.cpp
period = (double)output.Period / (double)output.Count;
So either output.Period is wrong or output.Count is defaulting to 2 instead of 1. I suspect the latter and will try to check this today.
|
Todays runs showed that output.Count = 1 as it should.... so output.Period is the remaining suspect.