Hi, we are making a 3 minute timer circuit using 7 segment display and ic 7447 and 74190. The time starts to count but up to 99. How can we make it up to 59 then back to 00? Thanks!
Hi, we are making a 3 minute timer circuit using 7 segment display and ic 7447 and 74190. The time starts to count but up to 99. How can we make it up to 59 then back to 00? Thanks!
you have to make a logic high when logic state of 2nd counter just changing to 6 and connect it to reset both counters, you may need to use few AND / NAND gates to get logic high for reset.
you have to make a logic high when logic state of 2nd counter just changing to 6 and connect it to reset both counters, you may need to use few AND / NAND gates to get logic high for reset.
thanks.I try that before i write the first post.i Use nand gate.when Q1 and Q2 turns to 1 (0110=6) Nand gate turns to 0 and left 7seg must turn to 0(if pl=0 then 7seg resets).But when number turns 3 to 4 nand gate recognize that both of the pins are 1 and resets the segment (1100--->0010)
thanks.I try that before i write the first post.i Use nand gate.when Q1 and Q2 turns to 1 (0110=6) Nand gate turns to 0 and left 7seg must turn to 0(if pl=0 then 7seg resets).But when number turns 3 to 4 nand gate recognize that both of the pins are 1 and resets the segment (1100--->0010)
thanks.I try that before i write the first post.i Use nand gate.when Q1 and Q2 turns to 1 (0110=6) Nand gate turns to 0 and left 7seg must turn to 0(if pl=0 then 7seg resets).But when number turns 3 to 4 nand gate recognize that both of the pins are 1 and resets the segment (1100--->0010)