Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Display while counting

Status
Not open for further replies.

IvanStefanov

Newbie level 4
Joined
Sep 3, 2013
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
33
It's like an automatic chronometer actually - a digital counter counts the time for the operation and shows it on the display. What I want is to make it display the result from the last count while counting.
 

Hi Ivan,
You can use a NOT logic, so if the forward counting is 0000,0001,0010,0011,.... the reverse counting would be 1111,1110,1101,1100.
The 74LS04 IC which has 6 NOT gates might help.
 

Thank you, Psurya! Problem is I am not sure how the NOT gates help me.

Let's say my counter reaches 0111 and I get a "7" on the screen. Then I reset the counter and it counts to 0100. While it counts the screen still shows "7", but when I'm to reset the counter again I get a "4" on the screen. How does inverting help me do that?
If I was in the university I would use a pic, but I can't get a pic and get it programmed before my deadline... I am sure there is a pretty simple solution like a lot of D triggers with a common clock

What I'm looking for is called Latch Driver ( 74hc4543 for example). Hope This post is useful to other people who have the issue.
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top