Electrical – Logic Gate using Transistor and Diode not working on Proteus

logic-gatesnandproteus

Logic Gate using Transistor and Diode not working on Proteus, just show ON light different on MultiSims is always work as the Logic Gate's Schematic.
For example Logic NOT :
PROTEUS just Light "ON" never show "OFF"
PROTEUS just Light "ON" never show "OFF" at "NOT Logic Gate".
Please help me What the best schematic for Logic Gates only use Transistor and Diode without IC 7400 etc can work as good as Multisim.

Best Answer

This is a NOT gate:

schematic

simulate this circuit – Schematic created using CircuitLab

When In is 0V, Out is 5V.

When In is 5V, Out is 0V.


To make an LED show the output state, you will need an LED driver.

Like this:

schematic

simulate this circuit

When LogicIn is 0V then the LED is off.

When LogicIn is 5V then the LED will light.


Now, combine the two.

schematic

simulate this circuit

When In is 0V, then the LED lights.

When In is 5V, then the LED will go out.