Jump to content

Recommended Posts

I'm a watch DIYer, having serviced two watches myself, partially using tools of my own making. One thing I've been working on over the last few months is my own PC based timing machine. I've finally got something working reliably, and thought I'd preview it here. My plan is to eventually write up a detailed article on my web site describing how to build the hardware, and providing a download for the software. I may also produce a "pro" version of the software with more features, to be sold for a reasonable fee.

 

Here's the hardware, all home made of course:

 

post-140-0-26666800-1404692988_thumb.jpg

 

The next picture shows the timing trace from my "Black Lagoon", a modified Invicta 8926OB with a Seiko NH35A movement (yes, the amplitude is quite low and tends to fluctuate, topping out around 220 degrees - apparently this is par for the course for Seiko movements):

 

post-140-0-18039200-1404693024_thumb.jpg

 

In this picture, the software is in scope mode, showing directly the ticks and tocks. Notice how with this movement, they alternate in loudness. Since the scope mode was run after the timing mode, the scope also shows the threshold that was used by the timing mode to detect the start of each tick.

 

post-140-0-90022000-1404693014_thumb.jpg

 

And this is the settings window:

 

post-140-0-71980600-1404693245_thumb.jpg

 

Here's a brief list of features so far (I have to resist creeping featuritis):

  • Numerical display of daily rate error, balance amplitude, and beat error.
  • Horizontal "paper tape" mode with sub-pixel vertical resolution that can show fluctuations that are too small to see on a typical stand-alone timing machine.
  • User selectable averaging period.
  • Rate determination using linear least squares, which gives a more meaningful reading than just naively averaging the rate.
  • Automatic signal and noise level determination. There's nothing to adjust.
  • Aggressive noise filtering in the software to keep the hardware simple.
  • Automatic rate detection for common rates.
  • Simple, uncluttered, fixed-size display (1024x600).
  • Scope mode to aid in diagnosis of various watch faults.
Edited by svorkoetter
  • Like 8
Link to comment
Share on other sites

And I just spend good money in a timegrapher machine!

 

Excellent work! Keep it up!.

 

I've heard of some software that can be downloaded (for a price) that converts the pc into a timegrapher. What you are doing is certainly friendlier than what I saw. I'll try and find a link so you can "compare notes". Good to have more of this in development, I hope someday prices can be more accessible with competition...plus the flexibility of common place home hardware: a pc.

 

By the way, are you referring to the Seiko class by Nick Hacko?

 

Robert

Edited by bobm12
Link to comment
Share on other sites

Hi svorkoetter, that's excellent work you've been doing of late. I really appreciate what you have done, but the computing technicalities are way over my head. Have you done a comparative test with a professional timegrapher? It would be interesting to see how the results compare. I look forward to further reports on the development.

Now I know why you've not been on the forum for a while!

Link to comment
Share on other sites

There's no kit as of yet, but I may consider it if there's enough interest. But I'm not sure if it will be economically viable. It's the sort of thing you can build for well under $50 yourself by scrounging parts, but a low volume kit might end up costing as much as a Chinese timing machine.

  • Like 1
Link to comment
Share on other sites

It's the sort of thing you can build for well under $50 yourself by scrounging parts, but a low volume kit might end up costing as much as a Chinese timing machine.

That's just what I was thinking Stefan, fine tuning for production and setting up costs would be very expensive and end up costing more than a Chinese one.

Edited by Geo
Link to comment
Share on other sites

I'd pay for both a kit (to be constructed at home, rather than prebuilt, we all like to say how we made it!) & I'd pay for the software. I have a timing machine, but if this could be supplied cheap enough it would be worth having for the cool factor.

Link to comment
Share on other sites

This is excellent work.

 

I use Graham Baxter's software at the moment and it is very comprehensive, works with co-axials which is mainly why I purchased it. Graham will convert most old timing machine microphones for use with the software. What annoyed me before purchasing the software is that there was no alternatives to consider - and so I wish you luck in your development efforts.

 

If you haven't seen it yet then check it out and maybe you can glean some ideas: http://www.delphelectronics.co.uk/products.html

 

Also - feel free to send me a copy to compare against the timegrapher and Grahams software if you want.

Link to comment
Share on other sites

Construction of the preamplifier is simple enough that anyone with a few electronics assembly skills and tools could build it from scratch. I built it on stripboard ("Veroboard") so there's not even a circuit board to etch. A kit might be overkill.

 

The microphone is just simple woodworking, and it can be simplified even further by using a Korg clip-on piezo mic instead of building a mic stand.

 

I've tried Graham's software (in demo mode only, where it can only read a pre-recorded file) and it's quite impressive and full featured. I wanted to make something a little simpler to use though.

 

WRT, I'd be glad to send you a copy of the software as it is so far, since I'd like to get some feedback (and testing). If you already have a working mic, it should just work "out of the box". I just have a few loose ends to finish up (such as printing and PNG export support). Send me a message and we'll work out how to get you a copy.

Link to comment
Share on other sites

This is an exciting project. Couple of ideas for you:

 

Simple is good. It would be nice if you do not need to use a mouse (or have the choice not to have to use a mouse) - all functions controllable via keyboard shortcuts. That is one thing that annoys me about Grahams software, there are some keyboard shortcuts but the most basic of them has been omitted - the ability to start and stop timing with a keypress (like the space bar or something). Even better would be to enable the shortcuts to be configurable.

 

It sounds like a picky thing but really - messing with a mouse at your workbench is annoying :)

 

If you are programming this in C++ then I would recommend QT as this is multi-platform and you could compile it for PC, Mac or Linux as long as you don'y statically link the QT libs then you can redistribute without license.

Link to comment
Share on other sites

Yes, keyboard shortcuts were already on my to-do list. I don't want to bother with a configuration screen for them, so they'll probably be fixed. I like the idea of the Space bar for start/pause/resume. Perhaps Backspace for stop, Enter for settings, and the more-or-less standard Ctrl+P for printing?

 

It's written in Delphi for Windoze, but I could look into switching to Lazarus to get cross-platform portability. The problem is no matter what I use, the audio API will not be portable between platforms, so I'll still have to develop that separately for each (so it may never happen). Another possibility is Java, which does have a cross-platform audio interface (but that also probably isn't going to happen unless I find more pressing reasons to learn Java).

  • Like 1
Link to comment
Share on other sites

svorkoetter, any possibility to integrate the audio using a java interface (like an external call, I don't know Delphi but maybe it can be done) and open source that part to get help inside that community (only for the audio)? That would make it portable and probably you won't have to worry about coding the audio itself. It's been a long time I used any programming language including java, so correct me if I'm wrong.

Link to comment
Share on other sites

I guess I was posting when you were Mark. I don't like java either but the practicality of just this interface may be worth looking into. I do believe that using java to process the audio might probably slow down the whole thing. (?)

Link to comment
Share on other sites

Yeah, it will simplify matters and java won't be an issue. In any case, good luck with the project and let us know of the outcome. I'll be a customer too when -- and if -- you say the word.

 

Robert

Link to comment
Share on other sites

Last night, I finished servicing my Poljot 3133-powered Sturmanskie chronograph, and had a chance to use my timing system "for real" for the first time:

 

post-140-0-98134400-1404913355_thumb.png

 

Note that the annotations you see on the screenshot were added by hand, although I plan to add a feature to do that automatically.

 

I first used it to test the performance in four different positions, then used it while adjusting the watch, and then tested once more. Until now, I'd been recording the watch and then measuring ticks by hand in Audacity (an audio editing program). It was really nice to be able to have the performance displayed in real time.

 

This is the watch:

 

post-140-0-38727500-1404913562_thumb.jpg

Edited by svorkoetter
  • Like 1
Link to comment
Share on other sites

I doubt I'd sell a lot either way, since one still has to build the preamp and microphone (the built in mics just aren't good enough for this sort of thing). I'm not sure how many people would be willing to do that, even though I think that anyone with the skills to need a timing machine would be able to put together a simple circuit.

Edited by svorkoetter
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Similar Content

  • Recently Browsing

    • No registered users viewing this page.
  • Topics

  • Posts

    • I went with 8.90£ because 12th century Italian mathematicians are always excellent topics to bring up when trying to get your guests to go home. 
    • As a beginner, I’ve found this forum invaluable. I doubt I would’ve persevered without its support. I’ve had the confidence to attempt things that seemed to me impossible only because I knew there were patient and giving folks gathered around this watering hole, available to share their skill.    I would very much like to know where to go if this one dries up and everyone needs to decamp.  There’s something special about the folks gathered in this group.  How to keep in touch?  
    • After a 3-week work fiasco that took up 137% of my time, I was finally able to get back to restoring a G. Boley 8mm lathe I picked up on eBay. I still need to do a bit of polishing on the tailstock but it works very nicely. Before and after pictures below. In any case, when I was reassembling the motor I wasn't quite sure which side the pully attached to, or if it matters. My question is ... does it matter? The listing photo below shows it the reverse of how I have it now, but it seemed that the cord and the reversing lever(s) should be on the right away from the belt.   
    • Thanks Richard.  That’s clear.   So - another question - how much latitude is there in barrel and spring sizing? Say I have have measured the ID of my barrel to be 9mm and (all other mainspring specs being equal), the closest match I can find for a replacement mainspring is listed with an 8.5mm barrel size, is it acceptable to fit the smaller spring in to the slightly larger barrel without compromising anything functionally?  I’m in this situation now with an AS 1686 which has a 9mm barrel, but the closest replacement I can find has an 8.5mm diameter listed in its specs.  I can find an alternative 9mm spring, but would have to accept a different thickness.  I’m unsure how much wriggle room is acceptable, or whether in mainspring sizing, there’s a priority - ie thickness over barrel size etc. Thanks again for any info.  Cheers, John  
    • We already have a Facebook group run by Mark , so this is a bit moot. Search for “Watch repair lessons” group.   Tom
×
×
  • Create New...