I am working on an application where I need to measure RPM. I have a mag pickup on X0 and one on X1, and on the shaft that I am measuring on I have two targets per pickup. The RPM's can be anywhere from zero to 600RPM. So at 600RPM I see 1200 pulses per min. All this works just fine. My issue is this: I don't see a way to measure time between targets (pulses), since I can only measure time in 10ms increments, so I have to count targets (pulses) per second. I would like to measure time between pulses, so I can calculate RPM on the fly, does anyone know of a way?
Thanks you.