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 installed the donor pallet fork and now the watch is running, but only for 10 seconds. The lower side of the pallet fork only seems to go into the hole when I add the bridge. A visual check shows lower and upper are properly seated. I'll check the hairspring.
    • I get that, but you're making unnecessary work for yourself. Resign yourself to having to give the movement a final clean and lubrication once you've fixed the problem. You probably won't need to redo the balance or the barrel in any case. The oil captured between the hole and cap jewels will still be good even if you've had it in and out of the movement half a dozen times.
    • Thanks, some great advice. I have to go over the train every time I refit anything as each wheel has it's own bridge (cock?). They have a tiny amount of play so you can tighten them down in slightly different positions. This changes the gear mesh. I went through all that when I first started having issues with it. Movement works isn't fitted at the moment and nor is the seconds hand. The only reason I'm cleaning it every time is because each time I assemble it, I lubricate it. Mainly because you have to remove the balance wheel and hairspring to oil the top balance jewel. It's a pain so I always live in hope it will be going together for the last time. As the top one has to be oiled, so does the bottom one. Then I may as well do the train wheels.... I could just do the whole thing dry, but if it works, I'll still have to disassemble the balance again and it's always a risk. The hair spring is pinned, the cap jewel screws are underneath (stupid design. To be fair, the 3 separate bridges is a stupid design too).   I'll play with it more tomorrow and gather some more info, pics, and maybe some video.   Thanks for all the advice.
    • It's not great, IF you did the test without the pallet installed. Assuming 18000 beats per day, 25 seconds is 125 beats or about 62 oscillations. You should get 100 or more. If the pallet was in place when you did the test it means nothing. Either way, this is not the principal issue. I was going to mention that I recently worked out that I get much better pics with a loupe held in front of the phone camera than trying to shoot down the microscope. I use a 20x loupe, but try with whatever you have. The roller jewel (or impulse jewel) could be an issue, particularly if it is loose, but this is also not the main issue. Get some clear pics so you can ask the experienced members here about it after you have addressed the main issue. Nothing in the escapement explains the rapid deterioration you're seeing 20 minutes after winding. That suggests an issue in the train rather than the escapement. The failure to self-start after it has been running a while confirms that power is not getting to the escapement. If it was me, and I was confident I had eliminated the barrel as the source of the problem, I'd be looking further down the train. I'd first make sure the canon pinion was out to eliminate the motion works as a source of the problem. Also make sure the centre seconds pivot is removed, if it has one, or the seconds hand if it has sub-seconds. If that didn't make a difference I'd then work my way through each wheel starting at the centre wheel. Is it sitting level? At the right height? Does it have just enough end shake? Does it have excessive side shake? What happens if you touch the upper pivot with a piece of pegwood with just a little bit of power in the mainspring? What about the lower pivot? Once I was certain there was no problem there I'd move on to the third wheel, and so on all the way down the train. Just because the train runs freely with the pallet out does not mean it has no problems as excessive side shake (for example) will only be an issue when the train is under tension. Finally, I advise you to stop re-cleaning until you have fixed it. I know the temptation, but it's just a distraction. You need to be systematic and methodical.
    • If you short the two blue wires together, does the unit chime? I have a similar chime unit that is designed to work with a quartz movement with an hourly trigger switch.  I'm not aware of any movements or chiming units that chime quarterly.
×
×
  • Create New...