Author Topic: 4060 Timer  (Read 1030 times)

0 Members and 1 Guest are viewing this topic.

Offline mike_mikeTopic starter

  • Frequent Contributor
  • **
  • Posts: 895
  • Country: ro
4060 Timer
« on: September 28, 2021, 02:31:39 pm »
Hi! I need a timer for a application which will light a LED light bulb for a limited amount of time. For example, I will set the time to 1 h and then I will switch on the circuit, and the count starts. When the time is about 1 h, then the timer turns off the LED light bulb, and it never turn it on again, until I reset the circuit or until I cut off the power. For switching the mains (230Vac) voltage I will use a 12Vdc coil relay.
I found on the internet the attached schematics, which of them is better and if they are not good, what schematic should I use ?

Circuit 1
http://www.zen22142.zen.co.uk/Circuits/Timing/24hour.htm
1284250-0

Circuit 2
https://ethcircuits.com/simple-timer-circuit-diagram/
1284256-1
« Last Edit: September 28, 2021, 02:40:53 pm by mike_mike »
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5869
  • Country: de
Re: 4060 Timer
« Reply #1 on: September 28, 2021, 04:04:04 pm »
It will be incredibly imprecise. The oscillator is running at a few Hz, and tolerances and leakage currents at the oscillator (especially the electrolytic cap) will be immense.
I'd suggest you simply take one of the cheap 8-pin MCUs on the market, clocked from a crystal or resonator.
Yes, you'll need to do a bit of programming, but that can also be fun.
 
The following users thanked this post: mike_mike

Offline Kleinstein

  • Super Contributor
  • ***
  • Posts: 14172
  • Country: de
Re: 4060 Timer
« Reply #2 on: September 28, 2021, 05:10:11 pm »
I have used a similar circuit for  an old charger. It was working reasonable OK, though with a film cap (AFAIR some 2.2 µF) and larger resistor for the requency. The relay control comes from the last counter stage to get the most divider.

Today a small µC would be the better choice.
 
The following users thanked this post: mike_mike

Offline Cliff Matthews

  • Supporter
  • ****
  • Posts: 1910
  • Country: ca
    • General Repair and Support
Re: 4060 Timer
« Reply #3 on: September 28, 2021, 05:30:15 pm »
 :popcorn:  I've got a fancy dual drivers-cam on my car that draws about 5 watts continuous. I also want to use the 4060, so so I'll have the accessory circuit latch-on a relay to battery power the cam and timer. After I turn off the car, I want to run the cam for 3 more hours of security recording, so the 4060 cct. can un-latch the relay for true zero consumption. I hate living in Canada at -40 C with dead batteries..
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5869
  • Country: de
Re: 4060 Timer
« Reply #4 on: September 28, 2021, 06:17:50 pm »
A better choice for this application is the MC14541. It's made for the job. But still not for hour-long delays. Minutes, yes.
If you absolutely want to avoid the MCU, then clock the 4060/4541 from another counter with a higher clock frequency.
A 4060 -> 4541 solution might be the way to go.


« Last Edit: September 28, 2021, 06:21:15 pm by Benta »
 
The following users thanked this post: edavid

Offline mike_mikeTopic starter

  • Frequent Contributor
  • **
  • Posts: 895
  • Country: ro
Re: 4060 Timer
« Reply #5 on: September 28, 2021, 08:12:52 pm »
I also though about the microcontroller idea, but being a very basic application, I do not care if the relay is in ON state 1 h 0 minutes or 1 h and 10 minutes.
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 5869
  • Country: de
Re: 4060 Timer
« Reply #6 on: September 28, 2021, 08:22:00 pm »
I also though about the microcontroller idea, but being a very basic application, I do not care if the relay is in ON state 1 h 0 minutes or 1 h and 10 minutes.

We're talking more like 30 min. to 1 hr. 30 min. in the best case. If that's OK, go for it. And the MC14541 (CD4541) is still the better choice.
« Last Edit: September 28, 2021, 08:27:15 pm by Benta »
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19491
  • Country: gb
  • 0999
Re: 4060 Timer
« Reply #7 on: September 28, 2021, 08:29:30 pm »
I have used a similar circuit for  an old charger. It was working reasonable OK, though with a film cap (AFAIR some 2.2 µF) and larger resistor for the requency. The relay control comes from the last counter stage to get the most divider.

Today a small µC would be the better choice.
Here's a PIC program I wrote a long time ago, which could easily be changed to do what the OP wants.
https://www.eevblog.com/forum/projects/my-first-pic-program/msg16630/#msg16630
 

Offline jpanhalt

  • Super Contributor
  • ***
  • Posts: 3465
  • Country: us
Re: 4060 Timer
« Reply #8 on: September 28, 2021, 08:34:48 pm »
If you want to avoid a microcontroller and want the accuracy of a crystal, here are some circuits I built many years ago.  The Schmitt circuit is quite common (see the circuits used for MCU's).  The 555 circuits are a little less common, but also work.

« Last Edit: September 28, 2021, 08:38:20 pm by jpanhalt »
 

Offline Kleinstein

  • Super Contributor
  • ***
  • Posts: 14172
  • Country: de
Re: 4060 Timer
« Reply #9 on: September 28, 2021, 08:52:13 pm »
With a few µF of film capacitance and a resistors of a few MOhms one can rund the 4060 clock with a little below 1 Hz and get times to the 24 hours range. For the charger I had it adjustable up to about 20 hours and the LED with the full clock as an easy way to check in reasonable time. OK for some 10-20% for battery charging. It would take 2 x 4060 to get to a similar range when starting from a 32 kHz crystal and than one is limited to fixed binary steps.
 
The following users thanked this post: Cliff Matthews


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf