prof-braino / propforth

Automatically exported from code.google.com/p/propforth
3 stars 0 forks source link

How to determine current setDriftCorretion for logger? #206

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

After many hours I determine the drift correction value should be around 
11_000_000 million ticks per hour.

After N setDriftCorrection, I let the logger run for an extended period.  The 
clock continues to drift, more slowly. 

I imagine we want to calculate the new drift ticks per hour and add this to the 
previous value. 

How do I get at the current value in setDriftCorrection ?

From time.f line 107
_driftCorrectionNumerator dL@
will this return the current drift value, how do I combine this with the most 
recent drift calculation ?

Original issue reported on code.google.com by prof.bra...@gmail.com on 16 Sep 2013 at 2:37