Hello,
I'm not sure this is of interest to anybody here, but it's related to the thread and I thought I would post it. I got a new quartz watch last week, and while I'm not a watch collector at all, I thought it would be interesting to read a bit more about it, so I stumbled upon this very interesting post, as well as some others (probably already known to readers of this forum).
The 'inhibition period' piqued my interest, it was something I didn't realize before, as I naively assumed that the quartz crystal itself was trimmed in the factory at 32768Hz, but in most quartz watches, it's running ever so slightly faster, as the OP explained. I got curious about the "inhibition period" of my new watch, and so yesterday created a little 5$ tool to measure this, without actually having to open the watch or damage it in any way, but by measuring the magnetic field created inside the little lavet watch motor that moves the hands. I'm picking up this field with a little spare coil I had lying around (from another clock), which I can just place near the watch. I also created a small amplifier circuit, hooked this up to a microcontroller, wrote a little program to sample the amplified coil signal using the ADC (analog/digital converter) and measured the exact amount of time in between each second tick. It took about a day to make this tool, but now I know that the my new watch (which I believe has a Miyota movement) has an "inhibition period" of 10 seconds, meaning the watch runs every so slightly fast every 9 seconds, and then every 10th second corrects this. My Swatch has a period of 60 seconds. It was a fun project to find this out
馃榾
Below are some quick photos of my setup (not the best photos, but in one you can see the coil lying on top of a watch (the "coil" is actually taken from the remains of a wall mounted clock, and is in fact still attached to it, but that clock itself has no function, only the coil, which sits at the bottom next to the watch (there's another coil on top which is not connected, but it looks the same).
On the oscilloscope display, you can see the ticking of the watch (during about 10 seconds), and on another zoomed in photo you can see a single tick of the watch, which is a pulse-width-modulated 6ms current going through the watch's coil, moving the stepper.
Some data from the application (running on the microcontroller) also below:
First an old Swatch, with an inhibition period of 60s. Note the times are in microseconds, and can fluctuate slightly due to measurement errors. Sampling rate is currently a leisurely 16kHz, enough to figure out the inhibition period, as the time added during this inhibition (1 - 5ms) is much bigger than the time between samples (62.5us). Note also that, since the microcontroller is using its own simple crystal (not temperature corrected or anything), the base timing may be off a bit, but the inhibition times are clearly visible. E.g. for the Swatch, it can be observed that each minute 4.6ms is added, which means the rest of the minute was 4.6min too fast, but this isn't super clear from the numbers. This is due to measurement errors and/or the crystal's inaccuracy. Each line in the graphs corresponds to one second (time axis horizontal)
Below it, I will show some other watches I tested, including my new watch with the Miyota movement. I hope you enjoyed this little experiment. Are there any cheap tools that do this? I know more expensive (>$200) tools exist, such as the one shown by the OP, but as this (admittedly crude) tool took me only $5 to make, I was wondering if there's anything commercial that's cheaper.