- #1
smuscat
- 31
- 0
I need some help how to build 8 bit up/down counter for my tracking ADC. All ideas are welcome.
smuscat said:I need some help how to build 8 bit up/down counter for my tracking ADC. All ideas are welcome.
berkeman said:Check out the first thread listed below in the "Similar Threads" section. Does it help?
smuscat said:It didn't help me so much,his circuit is more complex than mine. I need how to connect the two 74191 to built an 8 bit up/down counter.My idea of the counter is to use it as DAC as binary weighted resistors network.Finally I want to built Tracking ADC.
berkeman said:We don't do your school project work for you, smuscat. You need to do the bulk of the work. Show us your ideas about how to do the counter, and how you are going to use it as part of an ADC. Once you show us your work, we can offer tutorial comments that may help. You are required to do the bulk of the work on your project.
smuscat said:I tried to build the 8bit up down counter but didn't works well.I used two 74191 ,4 input NOR gate an AND gate.The circuit is attached. The problem is when counting down.
berkeman said:Why are you using an opamp as a gate? Can you post your equations and K-Map that you used to design this? How did you derive that gate arrangement?
skeptic2 said:Why don't you get one counter working first and then add on the second one. Off hand it seems to me you have a number of errors. Have you looked for some application notes for the 74191? (AN 74191)
skeptic2 said:Which is your first 191 and which is your second?
skeptic2 said:I should have asked which is the lower 4 bit counter and which is the higher 4 bit counter?
It also might help if you could describe how it is supposed to work count by count. What is the state of the inputs and outputs when you start? What happens when your clock ripples from the first counter to the second one?
To build an 8 bit UP/DOWN counter using two 74191 ICs, you will need to connect the outputs of the first IC (Q0-Q3) to the inputs of the second IC (A1-A4). Additionally, you will need to connect the clock input (CP) of both ICs together, and connect the UP/DOWN (U/D) input of the second IC to a control signal which will determine the counting direction.
The 74191 IC is a synchronous 4-bit binary UP/DOWN counter. This means that it can count up or down based on a control signal, and the outputs will change simultaneously at each clock pulse. In an 8 bit UP/DOWN counter, two 74191 ICs are cascaded together to create a larger counter with 8 bits.
To set the initial value for the counter, you will need to connect the desired binary number to the parallel data inputs (D0-D3) of the first IC. This will determine the starting value of the counter. It is important to note that this value should be within the range of 0-15 for a 4-bit counter, and 0-255 for an 8-bit counter.
Yes, there are other ICs available that can be used to build an 8 bit UP/DOWN counter. Some examples include the 74LS191, 74HC191, or the 74HCT191. These ICs have similar functions and can be substituted in the circuit, but it is important to check the datasheet for any differences in pinouts or operating conditions.
The direction of the counter is determined by the UP/DOWN (U/D) input. If this input is connected to ground, the counter will count up, and if it is connected to a voltage source, the counter will count down. It is important to double check the connections and ensure that the control signal is set to the desired direction before powering on the circuit.