DESIGN USING IC 74193 (IN THE QUANTITY REQUIRED) AND COMBINATIONAL LOGIC TO DESIGN A BCD COUNTER FOR COUNTS 12 TO 75.
I managed to make it count from 12 to 75 but there are two details.
First
Once I start the simulation, I have to set the entries for the tens to one so that it counts from 12 to 75, because if it stays at 0 it only does this count:
12,13,14,15,16,17,18,19,10,11...19,10
Second, when the count reaches 75, on the next UP pulse it resets to 02 but not 12, and then counts: 02,03,04,05,06,07...75,02,03,04...
Tens Units
0 0 0 1 0 0 1 0 (12)
0 1 1 1 0 1 0 1 (75)
0 1 1 1 0 1 1 0 (76) --- (Which is where the ones of the tens are connected in the AND gate U6 )
What I wish is that when starting the simulation it counts from 12 to 75 without having to set the tens entries to one and once it reaches 75, it goes to 12 and counts again.
I am attaching the schematic of the circuit in PROTEUS (The units are on the counter on the left and the tens on the right).


I managed to make it count from 12 to 75 but there are two details.
First
Once I start the simulation, I have to set the entries for the tens to one so that it counts from 12 to 75, because if it stays at 0 it only does this count:
12,13,14,15,16,17,18,19,10,11...19,10
Second, when the count reaches 75, on the next UP pulse it resets to 02 but not 12, and then counts: 02,03,04,05,06,07...75,02,03,04...
Tens Units
0 0 0 1 0 0 1 0 (12)
0 1 1 1 0 1 0 1 (75)
0 1 1 1 0 1 1 0 (76) --- (Which is where the ones of the tens are connected in the AND gate U6 )
What I wish is that when starting the simulation it counts from 12 to 75 without having to set the tens entries to one and once it reaches 75, it goes to 12 and counts again.
I am attaching the schematic of the circuit in PROTEUS (The units are on the counter on the left and the tens on the right).


Last edited by a moderator: