Solve Logic Circuit Troubleshooting Problem

  • Thread starter Thread starter dfriedman
  • Start date Start date
  • Tags Tags
    Circuit Logic
AI Thread Summary
The discussion revolves around troubleshooting a digital circuit involving an 8561 fast comparator that fails to output a high signal despite receiving a negative pulse from a photomultiplier. The user has carefully followed assembly instructions and verified the photomultiplier's output with an oscilloscope. Suggestions include adjusting the input common mode range of the comparator by reducing bias voltage and checking the connection to the Latch Enable (LE) input, which may be floating high and causing the output to latch. The user plans to ground the LE input and investigate the bias resistor values to address potential oscillation issues. Overall, the focus is on resolving the input-output relationship in the circuit to achieve the desired functionality.
dfriedman
Messages
2
Reaction score
0
I'm struggling with a digital circuit that seems to be defying my ability to troubleshoot and would appreciate any suggestions.

I received a pcb and parts list and followed the assembly instructions; I've done lots of kits before and I inspected my solder joints pretty carefully.

The gif attached shows the circuit, which feeds a pair of logic gates that control a counter. The IC is an 8561 fast comparator; a negative pulse at the jumper input is supposed to result in the output going high, which does not happen. The input device is a photomultiplier (pmt) which detects small pulses of light. I've looked at the pmt output on a scope and it is in fact a negative voltage pulse.

Initially, the input pins are both low. When I apply a light pulse to the pmt, the input goes high. The output of the comparator (according to my logic probe) does not change. What's going on between the input and the comparator that should make the negative pulse send the comparator high?

Thanks.
 

Attachments

  • comparator.gif
    comparator.gif
    4.7 KB · Views: 598
Engineering news on Phys.org
It's a little hard to read the gif, but here are a couple of thoughts:

-- The input common mode range of that comparator only appears from the datasheet to go up to about half of the power supply voltage. It looks in your circuit like the inputs are being biased up pretty close to Vcc/2, so you could try reducing that bias down closer to just 1V or so to see if the comparator acts better.

-- Is there any chance that the connection to the Latch Enable input is not being made? If there is no pulldown attached, then the Latch Enable pin will float high, and the output of the comparator will be latched and not reflect any changes at the inputs. It looks like your kit is trying to use the LE input as a way to cut down on oscillations at the output, since they are not using explicit hysteresis feedback. If it were me, I'd lose the LE stuff, just ground the LE input, and add your own explicit hysteresis feedback as part of the bias circuit.

Hope that helps some. -Mike-
 
To reduce the bias, would you increase a resistor value?
There is some oscillation, visible as pulsing in my logic probe when the comparator's output (pin 7) is low. I will try grounding LE as you suggest.
Thanks,
Dan
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top