R
Rob Perkins
Hi,
I've been asked to consider writing a program which measures an elapsed
time based on eight physical inputs, (basically a start time sensor and
a stop time sensor) to half-millisecond precision. Yes, it's a racetrack
timer.
I'm left wondering if Windows can even do that accurately, given the way
it processes interrupts from hardware, or whether the event driven
architecture of the OS will get in the way of that kind of precision?
If not, I guess that it might require me to build or buy some timer
circuits which kept the time and asserted a flag to Windows when all the
"stop" inputs were reached. That's actually the "easy part" for me.
Rob
I've been asked to consider writing a program which measures an elapsed
time based on eight physical inputs, (basically a start time sensor and
a stop time sensor) to half-millisecond precision. Yes, it's a racetrack
timer.
I'm left wondering if Windows can even do that accurately, given the way
it processes interrupts from hardware, or whether the event driven
architecture of the OS will get in the way of that kind of precision?
If not, I guess that it might require me to build or buy some timer
circuits which kept the time and asserted a flag to Windows when all the
"stop" inputs were reached. That's actually the "easy part" for me.
Rob