You need to set the threshold at the -input to 3*Vcc/4, because with one input high and one input low, the +input will be at Vcc/2.I'm sure there are ways to do an op-amp as an and gate. For instance, set the (-) input at half of Vcc and use resistors so that it takes 2 high signals to insert enough current to get more than 1/2 Vcc volts across a resistor to ground, give that to the (+) input, no feedback on the amp, and the amp will flop like a comparator.
Reverse the terminals and it's a NAND.
No, I got the reset circuit down after drawing some stuff on actual paper, it makes sense now.CD 4081 is a quad 2 input AND. CD4073 is a triple 3 input AND. CD4082 is a dual 4 input AND. CD4068 is an 8 input gate with AND and NAND outputs.
You can make an AND gate by following a NAND with an inverter. You can make an inverter with a NAND gate by tying both inputs together, or by tying one input to VCC.
If you are having trouble understanding the RESET circuit I posted for your Nixie clock, come back here with questions and I will try to help you understand it.
NAND and NOR gates are the most versatile. In fact, you can implement any logic function using only NAND gates. Having said that, if you have the budget, an assortment is always nice to have on hand. Flip-flops, counters, etc., are also good to have in your stock of goodies.No, I got the reset circuit down after drawing some stuff on actual paper, it makes sense now.
I was wanting some for an alarm circuit, the dual 4 input should work great.
I also just wanted some so I have them available to use in stuff. As you said, transistor logic sucks quite badly.
Thanks for the info on the op-amps.
Very useful site there, thanks.NAND and NOR gates are the most versatile. In fact, you can implement any logic function using only NAND gates.
So true, I'm beginning to develop a bit of a soft spot for the 4013Having said that, if you have the budget, an assortment is always nice to have on hand. Flip-flops, counters, etc., are also good to have in you stock of goodies.
I can remember back in the mid '70's that General Electric marketed a new Numerical Control called the Mark Century. Literally hundreds of transistor/diode/resistor 2 input NOR gates wired in various configurations. The control used negative logic where a low level was true and high was false. Like Ron H said, they are very flexible devices.NAND and NOR gates are the most versatile. In fact, you can implement any logic function using only NAND gates. <snip>.
Hey, is there a 40xx series AND gate IC?
I would really like some, but can't seem to find any.
If there isn't, does anyone have any favorite and gate chips?
And could an op-amp be wired as an and gate?
Yes. Look at the truth tables:So the procedure for making a simple inverter is the same for both a NOR gate and a NAND gate?
Just tie the inputs together?
NAND
A B Out
0 0 1
0 1 1
1 0 1
1 1 0
*****
NOR
A B Out
0 0 1
0 1 0
1 0 0
1 1 0
| Thread starter | Similar threads | Forum | Replies | Date |
|---|---|---|---|---|
|
|
Minimum voltage at gates | General Electronics Chat | 23 | |
| S | Draw State Machine with Logic Gates and D-Flip-Flops | Homework Help | 5 | |
| A | EDP Optimization - How to size off-path gates? | Homework Help | 0 | |
|
|
Gates of the transistors and the truth table | Homework Help | 9 | |
|
|
MULTIPLEXER/DEMULTIPLEXER | Homework Help | 1 |