View Full Version : wiring boolean gates
Is it possible to wire a 'invert gate'. 'AND' gate is easy to wire
VCC
|
|
----------------out
| |
| |
| |
A B
----------------GND
If a or b or both are grounded (is 0/low) then output is 0. No matter how hard I try I still can't build a circut that will function as a 'NOT' gate. Anyone know how to wire a 'NOT' gate?
Thanks in advance!
christinono
Jan24-05, 06:40 PM
the "not" gate is one of the main gates. Isn't it a single gate on it's own, looking like a sideways triangle with a little circle at the end?
NeutronStar
Jan24-05, 09:57 PM
I don't know what you are trying to do, but a 7400 NAND gate can easily be used as a NOT gate by simply tying the two inputs together and using them as a single input.
I'm not sure how you would wire an AND gate to behave as a NOT gate if that's what you are trying to do.
Iam trying to wire the circut of a 'NOT' gate using wires not other "pre wired" chips such as 74...
NeutronStar
Jan25-05, 10:42 AM
Iam trying to wire the circut of a 'NOT' gate using wires not other "pre wired" chips such as 74...I can see wiring up an AND gate or an OR gate using just wires and switches. But I don't see how you could wire up an effective NOT gate without at least using a relay.
Unless you simply take a switch and just re-label it's ON and OFF labels so that it does the opposite of what it says it's doing. :rofl:
Seriously though. How else are you going to do it?
NeutronStar
Jan25-05, 11:58 AM
Here you go,... Logic Gates (http://library.thinkquest.org/12666/switches.html)
This site just uses N.O. (normally open) and N.C. (normally closed) push-button switches.
They simply call the N.C. switch a NOT gate. When there's no signal (i.e. the button is NOT being pressed) then the output is high. If there is a signal (i.e. the button is pressed) the output goes low.
This is basically the same thing that I've suggested about having the switch do the opposite of what it is marked. (i.e. pushing it turns it OFF vs. pushing it turns it ON.)
Averagesupernova
Jan28-05, 11:36 AM
You cannot wire any combination of AND gates to produce a NOT function. However, you can come up with any function using a single or combination of NAND gates with the possible exception of XOR and XNOR. But I could be wrong on that last part.
Felix83
Feb11-05, 11:48 AM
hes asking how to make a NOT gate from scratch. if you think for a few minutes u can figure out how to create an AND or and OR gate simply with 2 transistors, but how do you construct a NOT gate? ive been trying to figure this out myself. this is assuming u cant use switches - aka the input is from the output of another gate. how would you invert this using transistors, diodes, etc (no mechanical devices such as a relay)?
Francis M
Feb11-05, 03:01 PM
YOu're trying to do this with just wires and switches? No use of relays or solid state devices (transistors, diodes, ect...)
Felix83
Feb11-05, 06:38 PM
how do u do it with solid state devices but NO relays?
Francis M
Feb14-05, 08:33 AM
Don't know, that's why I'm asking.
Mr Jake
Feb20-05, 07:11 AM
you can do it with a resistor and a transistor as follows
. vcc
. -----
. |
. R
. |
. Vin-----T
. |
. -----
. gnd
hope thats clear.
Manchot
Feb20-05, 10:57 PM
Yeah, I believe that NOTs are the simplest gates. They're basically a single transistor, along with any resistors appropriate to preventing it from burning, of course. Basically, all you have to do is connect the input voltage across the base and emitter, and take the output voltage across the collector and emitter. If the input voltage is high, current will flow through the transistor, and there won't be a large voltage drop across the collector and emitter: hence, the output voltage is low. Conversely, a low input voltage will not allow current to flow, and the output will be high. Thus, we have a NOT gate.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.