24 hour digital clock logic circuit

Thread Starter

arian78

Joined Nov 22, 2021
37
Hi arian,
This is the logic digram for 7490, why do you think it is not suitable.?

Which type of decade counter IC's do you have on your work bench.?

I would suggest you build just the Seconds , Tens and Units ,with their LED displays, drive the dividers with your 555.

This will prove the first section of the counter '00' through '59' seconds.

E
Hi! Yes I already made that, it counts until 99 tho, i don't know how to reset it an 59.
I do have 7492, 7490, 555, 7493 for counters.
 

ericgibbs

Joined Jan 29, 2010
18,872
i don't know how to reset it an 59.
hi,
Consider the '5' ie: 10's of Seconds
The 7490 has 4 output pins ,with the weighting [ the highest first] 8 , 4, 2, 1
On circuit digrams they are labelled as D, C, B, A

Question for you, looking at the weighting numbers which two add upto '6'.?
E
EG 1165.jpg
 

djsfantasi

Joined Apr 11, 2010
9,163
Hi! Yes I already made that, it counts until 99 tho, i don't know how to reset it an 59.
I do have 7492, 7490, 555, 7493 for counters.
Both the 7490 and 7492 have reset pins… Does that suggest anything?

Also, note that when wired as a decade counter, the 7490 rolls over from 9 to 0 automatically.

So how do you check that the 7492 has reached a 6? Because when it does, what do you want it to do?
 

djsfantasi

Joined Apr 11, 2010
9,163
hi,
Consider the '5' ie: 10's of Seconds
The 7490 has 4 output pins ,with the weighting [ the highest first] 8 , 4, 2, 1
On circuit digrams they are labelled as D, C, B, A

Question for you, looking at the weighting numbers which two add upto '6'.?
E
Question for you… which two powers of two add up to 6?

@bertus
Much simpler…
 

Thread Starter

arian78

Joined Nov 22, 2021
37
Hello,

You will have to decode 60 from the counter and reset it to 0.
That way you will see it count until 59.

Bertus
Hello!
That sounds good, but my problem is how? Right now the units of my second is counting from 0 to 9 no problem, then it will reset and tens will change to 1 but still i don't know how to decode it.
 

Thread Starter

arian78

Joined Nov 22, 2021
37
Both the 7490 and 7492 have reset pins… Does that suggest anything?

Also, note that when wired as a decade counter, the 7490 rolls over from 9 to 0 automatically.

So how do you check that the 7492 has reached a 6? Because when it does, what do you want it to do?
Got it for the seconds! I just need to connect Q4 from units of seconds to A clock of 7492 and then connect Q4 of the same ic to one of it's reset pins, right?
 

ericgibbs

Joined Jan 29, 2010
18,872
hi a,
OK,
So connect the two inputs of the AND, one to 'B' and the other to 'C' , connect the AND output to the Reset pin of the 7490.

Post what you see.
E
 

Thread Starter

arian78

Joined Nov 22, 2021
37
hi a,
OK,
So connect the two inputs of the AND, one to 'B' and the other to 'C' , connect the AND output to the Reset pin of the 7490.

Post what you see.
E
We're talking about the units and tens of seconds? Or the connection between tens of seconds to units of minutes? And is there a difference between which reset pin i connect the AND output?
 

ericgibbs

Joined Jan 29, 2010
18,872
hi a,
I will post a diagram for the Seconds counter.
E
The RED pin labels show where the wires should be connected.
eg: 'd' to 'd' etc.. do you follow that OK.?

EG 1171.pngEG 1172.png
 
Last edited:

ericgibbs

Joined Jan 29, 2010
18,872
hi a,
Well done.;)
So xx:xx:59 is done
The Cy1 is the One Minute input clock.

Use that to clock the Units of Minutes counter, check that out, then add the Tens of minutes counter, that will be the same circuit as the Seconds pair of counters.
xx:59:59

E
 

Thread Starter

arian78

Joined Nov 22, 2021
37
hi a,
Well done.;)
So xx:xx:59 is done
The Cy1 is the One Minute input clock.

Use that to clock the Units of Minutes counter, check that out, then add the Tens of minutes counter, that will be the same circuit as the Seconds pair of counters.
xx:59:59

E
Did it! On paper of course! Can i do it in proteus too just to be sure?
And now how should i do the hour? For the unit i'm using 7490 and for the tens i'm using 7492.
And it will be a 24 hour clock... which means it goes up to 23:59:59 then reset to 0.
 

ericgibbs

Joined Jan 29, 2010
18,872
hi,
Try it in proteus , post your circuit.

Note: at the change 23:59:59 >>> 24:00:00 you must reset all the Counters.
Also, for a good design should set all the Counters at 00:00:00 at power ON.

Have you considered how you are going SET the clock to the Real time.???

E
 

Thread Starter

arian78

Joined Nov 22, 2021
37
hi,
Try it in proteus , post your circuit.

Note: at the change 23:59:59 >>> 24:00:00 you must reset all the Counters.
Also, for a good design should set all the Counters at 00:00:00 at power ON.

Have you considered how you are going SET the clock to the Real time.???

E
No i really haven't considered that... also how should i reset all the counter on 23:59:59? Like with a gate or something so the circuit can do it automatically?
 
Top