0 to 9, 9 to 0 counter

Thread Starter

Persian3301

Joined Nov 23, 2020
7
Hi there, got a serious problem about Counters.
i have to create "a circuit that counts from 0 to 9 then from 9 to 0 using two separate counters" and "must consider BUS concept". i used two 74192 and two 74153 Multiplexers ( for BUS ), one of the counters is ascending and another one is descending.
i think i need some kind of SWITCH between these counters at the right time. so i did some works with those A and B pins on multiplexers, tried a few things:
* make it automatic using CLOCK (played with freq and period numbers).
* tried TRIBUFFER.
* LOAD pins.
** those 2 Logicstates down there should be automatic.
** 4 inputs for second counter are also for testing.
*** (as i said in the picture 9=>9=>8 or 9=>8 doesnt matter)
didnt work. can you please help?
1.jpg20201123_140843.jpg
 
Last edited by a moderator:

ericgibbs

Joined Jan 29, 2010
18,849
hi P3301,
Welcome to AAC.
Are you saying that when the UP counter reaches a Count of '9', that a Bus transfer has to happen to Load the DOWN counter with '9', then the down counter counts to zero.?
E

Update:
The circuit you have posted does not use the Bus concept.
 

Thread Starter

Persian3301

Joined Nov 23, 2020
7
hi P3301,
Welcome to AAC.
Are you saying that when the UP counter reaches a Count of '9', that a Bus transfer has to happen to Load the DOWN counter with '9', then the down counter counts to zero.?
E

Update:
The circuit you have posted does not use the Bus concept.
Thank you!
exactly, 9 to 0 then 0 to 9 and again..
oh so what should i do? ( i moved to from 74192 to 74193 and both multiplexers to one 74157, seems better now, 92 start point and reset point was a little confusing)
 
Last edited:

Thread Starter

Persian3301

Joined Nov 23, 2020
7
hi P,
As this is homework I can only give you hints.
Look over this rough draft idea.
Complete the circuit and repost.

E
i'm trying to complete it but the lower 74192 doesn't even count! it doesn't have any clock..
update: so i added a Clock to lower one, now both count in the opposite order to each other, but still the main problem is Switching from one counter to another. 11.gif
 
Last edited:

Thread Starter

Persian3301

Joined Nov 23, 2020
7
hi,
It does not matter which way the 1A and 1B are used, providing the correct Select is set on the 74HC157.
E
ok i changed those A and B wires it seems the 7seg is showing the currect number now, i made that detect circuit still nothing. only for 1 second it switches to second counter and returns to first one, needs be on Descending IC for like 9-10 pulses :C11.jpg
Is there anything that do this job in Proteus??anything like this.png
 

MrChips

Joined Oct 2, 2009
30,806
You need a flip-flop to implement "something" to hold the state of A/B select.

I would not consider a multiplexer to be implementation of a "bus concept".
You need a counter with output enable pin.
 

ericgibbs

Joined Jan 29, 2010
18,849
hi P3301,
Note that on the 9th clock pulse into 74HC192, the TC/Up output pin goes Low and if not clocked again, remains Low.
Consider using that output to control the HC157 Select pin and the Up/Dwn clock control logic.
E
 

Thread Starter

Persian3301

Joined Nov 23, 2020
7
hey, sorry just checked my mailbox few minutes ago, here is the circuit:123.gif
all even numbers have 0 in the lowest value, and odd numbers have 1, i used this to control Multiplexer A/B pin :D
 
Last edited:
Top