How to Cascade Two Sets of 4-bit JK Flip-Flop Counters?

  • Thread starter Thread starter KAS90
  • Start date Start date
  • Tags Tags
    Counter Digital
AI Thread Summary
To cascade two sets of 4-bit JK flip-flop counters for an up-down counter from 0 to 99, the first set should be configured as a BCD counter, producing outputs that trigger the second set. The output from the fourth JK counter can be used as a clock signal for the second set, specifically using the falling edge when transitioning from 9 to 0. For simplicity, using an integrated circuit like the 74LS192 or 4510, which can count both up and down and provide BCD outputs, is recommended. If only counting up is needed, alternatives like the 4518 or 40110 can be utilized. The user is still working on connecting the two ICs effectively.
KAS90
Messages
22
Reaction score
0
hi there...
I wanted to ask about a way to cascade or let's say connect two sets of 4-bit flipflop JK counters together..
I want to create a circuit that is an up-down counter from 0 to 99..but as it is known, its difficult to use 8 inputs ofcourse.. so the best way is to have two sets of 4 jk flipflops..the first set will be connected to a 7seg and will count up and down, while the other one will not count up or down unless the first one has finished 10 counts..I hope u get what I mean..
the problem is that I didnt know how to connect the first circuit with the other one, in order for the first one to trigger the second one..do u guys have any idea how can I apply this? thanks a looot in advance :)
 
Engineering news on Phys.org
The output of the 4th JK counter (X3 in the diagram below) falls when it clocks over from 9 to 0.
You can use this falling pulse to clock the next set of flip flops. You could invert it if the counter needed a rising edge.

You would wire the 1st 4 JKs as a BCD counter so that it divided by 10 but gave outputs from each stage as powers of 2.
So the 1st stage would give a 0 or a 1 and this would be worth 0 or 1.
But if the next stage gives a 1 it is worth 2. The next stage's 1 is worth 4 and the last one is worth 8.

So, 1 0 0 1 is worth 9.
Note the values from 10 to 15 cannot occur as this is a BCD counter.


deccount.gif


This would only count up as shown.


However, to do what you want, you could just get a 74LS192 chip or the 4510 which can count up or down, and already give BCD out.

If counting down wasn't important, you could get a 4518 which already has two BCD counters in the one chip, or the 40110 which already has 7 segment drivers in the counter chip. These only count up though.
 

Attachments

  • deccount.gif
    deccount.gif
    14.3 KB · Views: 434
Last edited:
You can easily design any such counter using the K-mapping tutorial given in the instruction section of this site.

KM
 
Thanx guys that was a lot of help :) I really appreciate it..
but now I am having a problem connecting the two IC's.. I hope I figure it out..
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top