Ideas for My Project: Fixing a 60-Year-Old World Time Clock

  • Thread starter Thread starter Sawyer888
  • Start date Start date
  • Tags Tags
    Ideas Project
Click For Summary

Discussion Overview

The discussion revolves around the challenges of repairing and restoring a 60-year-old world time clock, specifically focusing on the electrical and mechanical aspects of generating the necessary pulse to operate the clock mechanisms. Participants explore various methods for generating a pulse every 30 seconds, including the use of PLCs, relays, and integrated circuits.

Discussion Character

  • Technical explanation
  • Exploratory
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant describes the clock's mechanism, noting the need for a pulse every 30 seconds to move the clock arm.
  • Another suggests using a faster pulse (1 Hz) with a counting IC to achieve the desired timing, but acknowledges the difficulty in maintaining accuracy.
  • A participant proposes using a PLC to control the pulse output but raises concerns about the voltage requirements and relay activation.
  • There is a suggestion that a relay could be used to switch a 240V circuit, contingent on the relay's specifications.
  • Some participants discuss the potential of using a pulse width modulator or a Real-Time Clock (RTC) to generate the necessary pulse output, with varying levels of understanding about how these components work.
  • One participant expresses uncertainty about their knowledge of electrical engineering, indicating a desire for clarity on the suggested methods.
  • Another participant inquires about the original manufacturer of the clock to aid in understanding its operation.
  • There is a discussion about the goal of the project, whether it is to refurbish or reverse engineer the clock.

Areas of Agreement / Disagreement

Participants express multiple competing views on the best approach to generate the necessary pulse for the clock, with no consensus reached on a single solution. There is uncertainty regarding the voltage specifications and the feasibility of using various components.

Contextual Notes

Participants mention the potential need for a quality 32.768 kHz crystal for accurate timing, as well as the importance of ensuring that any relays used are rated for the appropriate voltage. There are also references to the complexity of wiring and the original power supply, which remains unclear.

Who May Find This Useful

Individuals interested in electrical engineering, clock restoration, or those working on similar projects involving pulse generation and timing mechanisms may find this discussion beneficial.

Sawyer888
Messages
8
Reaction score
0
I have recently in work been given a sort of mini project

I have been handed what must be about 60 years old or so world time clock, this is one of those arrangements where you have an arrangement of small clocks in a cabinet with each clock representing the time of a different city in the world.

The problem is however a lot of the wiring has been butchered and I don't even know what power supply this ran off, the cable last found in it was a simple two core cable and i'd expect the voltage to be either 24v DC or 240 AC but I don't know for sure as of yet.

The biggest problem is though whatever generated the pulse for all these clocks to run is not there, one the back of each of the clocks there is a small mechanism connected to a solenoid, when the coil is energized once it engages the mechanism and the minute arm moves half a minute, i.e. i need a pulse to be generated once every 30 seconds but I'm not sure how to do it.

I could use a PLC I suppose but there are 1 amp fuses all over the show with wiring connected to the clocks and on the back of the fuses there are snippets of multicore cable in the terminals, I'm assuming whatever was connected to these generated a pulse.

Any ideas?
 
Engineering news on Phys.org
could use a faster pulse, say 1hz and use a counting ic all u need do is hook up an AND gate on the relevant outputs...

basically, a finely tuned astable should do the job, but it will be hard to make something that accurate...

a microcontroller could do the job too, depending on the accuracy of ur programming...

googling turned up this: http://www.dutchforce.com/~eforum/index.php?showtopic=22789
mention of a 4060 from TI and a circuit diagram :P
 
interesting and potentially useful idea, however the frequency of the pulse cannot be changed because of the way the coil mechanism works, as the coil pushes a small ratcheted gear, turning the clock arm half a minute, which I should have mentioned earlier.

I was thinking of setting up a PLC and jus linking the common across all clocks from the output, but to throw another spanner in the works I suspect the voltage for the system is 240v.

This is where my application of useful knowledge wears thin, Could I use the output of the PLC to activate a relay for say a 240V circuit? would a relay using such a small voltage be able to pull in a 240V supply?
 
sorry, my knowledge of PLcs is low

but yea a relay could be used fine... any logic output would be ok...

just had a thought that u could use a voltage to pulse ic of some kinda and finely tune the input voltage...

im not suggesting changing the input pulse to the clock, but u can use a binary counter or something to get reduce the frequency..
 
btw make sure ur relay is rated for 240V and u use a transistor to switch it. and don't forget the feedback diode thing...
 
samski said:
sorry, my knowledge of PLcs is low

but yea a relay could be used fine... any logic output would be ok...

just had a thought that u could use a voltage to pulse ic of some kinda and finely tune the input voltage...

im not suggesting changing the input pulse to the clock, but u can use a binary counter or something to get reduce the frequency..


What do you mean by using a voltage to pulse an ic (i'm assuming that stands for input controller?) I'm an apprentice so you'll have to forgive my lack of knowledge
 
You suggested a pulse width modulator an engineer at work was discussing with me how they work etc. however I've just been lookign on the internet and I don't really understand how they work or what they do.

I think I'm destined to be a failed electrical engineer, the more I see the less I know!
 
Sawyer888 said:
You suggested a pulse width modulator an engineer at work was discussing with me how they work etc. however I've just been lookign on the internet and I don't really understand how they work or what they do.

I think I'm destined to be a failed electrical engineer, the more I see the less I know!

Socrates said:
A wise man knows that he does not know, whereas a fool thinks that he does.

(It's been attributed to Socrates, but I can't find a definitive source.)

Since I have a loving of them, might I suggest an RTC (Real-Time Clock) with temperature calibration, and a once per second pulse output? While it won't save you from having to get a (quality) 32.768 kHz (2^15) crystal, it would save you from having to construct an oscillator driver, and a counter. Since it's not really doing much else, you can also do this with a microprocessor / microcontroller and fine tune your output pulse.
 
  • #10
I have been handed what must be about 60 years old or so world time clock, this is one of those arrangements where you have an arrangement of small clocks in a cabinet with each clock representing the time of a different city in the world.
Do you have any information on this old clock that could be searched for? Like who made it so you could see how it worked originally?
 
  • #11
what is the goal, again? to refurbish the clock? reverse engineering?
 
  • #12
MATLABdude said:
(It's been attributed to Socrates, but I can't find a definitive source.)

Since I have a loving of them, might I suggest an RTC (Real-Time Clock) with temperature calibration, and a once per second pulse output? While it won't save you from having to get a (quality) 32.768 kHz (2^15) crystal, it would save you from having to construct an oscillator driver, and a counter. Since it's not really doing much else, you can also do this with a microprocessor / microcontroller and fine tune your output pulse.

good plan... rtc should do the job, didnt know of any with a simple 1hz output, only an I2C bus (although i haven't ever personally wired one up...)

also, can u see any power conversion on the 240v AC anywhere? or does it go straight into the clocks, I am just thinking for possibly powering your own circuit...

oh and a pulse width modulator is simple, the higher the voltage you input, the longer the gap between pulses that come out of it (or visa versa :P) I am guessing that any IC u got would have a calculation on the datasheet for the time gap from the voltage, you could stick in ur required time value, and work out what voltage u need :)
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 204 ·
7
Replies
204
Views
33K
  • · Replies 19 ·
Replies
19
Views
10K
  • Sticky
  • · Replies 13 ·
Replies
13
Views
8K
  • · Replies 25 ·
Replies
25
Views
6K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K