Learn How to Connect 74LS90 Decade Counter for a 4-Digit 7 Segment Display

  • Thread starter Thread starter syee10
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around connecting a 74LS90 decade counter to drive a four-digit 7-segment display using a 74LS47 BCD to 7-segment driver. Participants explore the cascading of multiple counters, circuit design, and the necessary connections for proper functionality.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Experimental/applied

Main Points Raised

  • One participant inquires about how to cascade multiple 74LS90 counters to achieve a four-digit display, suggesting that the qD output should be used as the clock input for the next counter.
  • Another participant questions the functionality of a provided circuit diagram, indicating a need for clarity on the connections and the purpose of the counting.
  • A participant expresses confusion regarding the circuit connections and seeks further details to understand the setup better.
  • One reply critiques the original poster's understanding, suggesting that the counters should be daisy-chained and that a latch is necessary to hold the count periodically, warning about the timing of latching and resetting the counters.
  • There is a suggestion that using CMOS logic might provide more options for counters with built-in latches, along with an alternative approach of using a PIC micro-controller for counting and display driving.
  • Participants emphasize the importance of experimenting with parts and data sheets to understand the circuit better.

Areas of Agreement / Disagreement

Participants express varying levels of understanding and approaches to the problem, with no consensus on the best method to connect the counters or the specific circuit design. Multiple competing views on the implementation and design remain present.

Contextual Notes

Some participants note the need for clearer labeling in the circuit diagram and the importance of understanding the timing of signals, which may not be fully addressed in the current discussion.

Who May Find This Useful

Individuals interested in digital electronics, particularly those working with decade counters and display drivers, may find this discussion relevant.

syee10
Messages
27
Reaction score
0
Hi all,

I am designing a four digit 7 segment display just using IC 74LS90 decade counter and 74LS47 BCD to 7 segment driver. My question is how to link the 74LS90 decade counter together so that the four 7 segment display will show me the result?
 
Engineering news on Phys.org
Are you asking how to cascade multiple 7490's to get four decimal digits of counting? If so it looks like one would use the qD -- high order output bit -- as the clock input for the next decade. It seems that a High->Low transition will happen on the rollover from 9 to 0, so your counter will be in phase if the chips clock on Low which it looks (from quick review) to be the case.
 
Is the circuit in the attached Figure working? I want to get an electrical energy (kWh) output so i need a decade counter in the circuit. The input is the output frequency from VFC LM131, and i am using 74ls90 and 74ls47 and 7 segment display.
 

Attachments

  • Output-1.png
    Output-1.png
    5.4 KB · Views: 565
That looks like the right idea. It would be better if you labeled the connections so we could tell what's what... For instance I don't know what the line connecting all the counters and the latch is. Also I don't know what you are counting. If it's something like pulses per second then that mystery latch line needs to be clocked every second somehow.
 
Well I get it from an article and i am not fully understand the connection. It does not label in the connection and that is why i post it here to get further detail =D
 
OK, I think I see the problem...you have no idea what you are doing...

The "usual" brute-force way to do this is sketched in the drawing you provided. My guess is that the counters are daisy-chained the way I said before, output qD to the clock input of the next higher order counter. Then you need to have that "latch" between the counter outputs and the decoders to grab and hold the count on some periodic basis. Otherwise the displayed count will just keep spinning around before your eyes. Just after the latch data "hold" signal you need to reset all the counters so they start from zero again. That's the mystery line connecting them all and it needs to be driven by some regular periodic oscillator, so that you get, for instance, the actual count every second. You need to be careful that the latching happens before the counters are reset or all you'll get will be 0000's. So some subtleties abound here...

You might be able to find counters with built-in latches...I'm not sure as I haven't used much discrete logic in the last 20 years. By searching more, you may also be able to find better schematics for something that will actually work the way you want. I suspect that the frequency you are counting is not _way_ high, so you might have more success with CMOS logic (40xxx series) where there may be more options than good'ole 74xx TTL.

Another approach would be to use a PIC micro-controller to do all the counting and display driving, but that means learning to program along with everything else.

In any case I recommend that you get some parts and their data-sheets and a breadboard and start experimenting.
 

Similar threads

Replies
10
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
8K
  • · Replies 12 ·
Replies
12
Views
7K
  • · Replies 2 ·
Replies
2
Views
5K
Replies
9
Views
8K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 8 ·
Replies
8
Views
8K