Maker Pro
Maker Pro

3 JK FF in Counter Circuit - Count Sequence = 3, 1, 2, 6, 4

TNC5097

Dec 3, 2015
1
Joined
Dec 3, 2015
Messages
1
I have the following count sequence 3, 1, 2, 6, 4. I am trying to design a counter circuit to generate this count with NI Multisim. I have attached my supporting data (i.e. state diagram, present state table, and K-maps). Please, if there is any help and/ or tips you can give me, it would be greatly appreciated. I have also attached my current standings with NI Multisim. Thank you for your time.
Circuit Info.jpg
Circuit Info 2.jpg
 

dorke

Jun 20, 2015
2,342
Joined
Jun 20, 2015
Messages
2,342
1.
You have "3 invalid counts" (yellow in the pic below).
You should prevent them.
two approaches can be taken:
a)Reset the counter by async Pr/Clr, on power up,
to a valid count value.
b) Jump the counter to any valid count in the state diagram from those un-valid states.

I assumed a) is the case.

2.
Use the JK excitation table to build the required J,K for the next state of the counter.
create the truth tables and get the Ji,Ki terms
I showed only an example of J2,K2

3.
In order to get a correct BCD read from the 74LS47 you should connect the Qs of the F.F not the Q' !
 

Attachments

  • JK.jpg
    JK.jpg
    103.2 KB · Views: 167
Top