Turn ON Transistor: Requirements & TTL Inverter Circuit

  • Thread starter likephysics
  • Start date
  • Tags
    Transistor
In summary, the conversation discusses the operation of a TTL inverter circuit and the confusion surrounding the connection of the collector of one transistor to the base of another. The conversation also touches on the function of a pullup resistor in the circuit and the behavior of the output voltage in different states. The output voltage of a TTL inverter is typically around 3.5 volts, but with an open collector output and pullup resistor, it can be 5 volts. The conversation also references a resource for further information on the theory of Transistor-Transistor Logic (TTL).
  • #1
likephysics
636
2
What is the requirement to turn on a transistor. I always thought Base-Emitter junction should be forward biased.
But I was looking at the TTL inverter and in that ckt, the collector of one transistor is connected to base of another transistor. How do you find out the voltage on the collector?
Ic=beta*Ib - is it valid even when B-E junction is not forward biased?
I am normally used to seeing B-E junction fwd biased and C-B reverse biased. The TTL inverter is a bit confusing.

Link - fig 10-16, page 159.
http://books.google.com/books?id=Qq...Ni1Cw&sa=X&oi=book_result&ct=result&resnum=10
 
Engineering news on Phys.org
  • #2
You might be confused that the TTL input is normally high "1", and needs to be pulled down to get a "0". For inverters with an open collector output, the output is an open npn collector with the emitter grounded. It likes to pull down about 1k 9depending on TTL series).
 
  • #3
I couldn't load the link but I think that when the collector of the first transistor is connected to the base of the second transistor, the first transistors B-E junction will be forward biased until the emitter is brought low.

Check out http://en.wikipedia.org/wiki/Transistor-transistor_logic#Theory".
 
Last edited by a moderator:
  • #4
In TTL, one of the transistors operates in the reverse mode of operation, i.e. the base-collector junction gets forward biased, and current flows from emitter to collector. The "current gain, beta", is not "hfe", but "hfc", which is typically 0.01 to 0.02. A good textbook on TTL will elaborate.

Claude
 
  • #5
dlgoff, so the input transistor's emitter is 0V, the current flows from its base to emitter.
When its emitter is connected to 5v, the current from base flows to collector and also thru the Base-emitter of transistor V2. correct?
In the second case, there is a base resistor, CB junction diode, BE junction diode and emitter resistor in the current's path.
 
  • #6
The first transistor is initially behaving like a diode. If you test a NPN transistor's collector base junction, it conducts when the base is made positive relative to the collector.

So, there is a base resistor feeding a diode feeding the base of the second transistor, which will turn on as a result.

If you ground the input, the first transistor behaves like two diodes, one of which is grounded and takes all the bias current to ground and another diode which is now reverse biassed and carries no current at all. This is because the first diode's anode (the base of the transistor) is now 0.6 volts above ground but the collector has to be two diode voltages above ground before it will conduct.

So, the second transistor can't turn on when there isn't enough voltage to turn it on.
 
  • #7
likephysics said:
dlgoff, so the input transistor's emitter is 0V, the current flows from its base to emitter.
When its emitter is connected to 5v, the current from base flows to collector and also thru the Base-emitter of transistor V2. correct?
Yes.
 
  • #8
Thanks guys.
Going back to the original question, I still don't understand the rationale of connecting pull up resistor between diode cathode and 5v.
 
  • #9
likephysics said:
Thanks guys.
Going back to the original question, I still don't understand the rationale of connecting pull up resistor between diode cathode and 5v.
Well backup, forget the mechanism for a moment. What behaviour do you want to see there? (what voltage under what states). Then start asking yourself what the pull up when connected.
 
  • #10
Going back to the original question, I still don't understand the rationale of connecting pull up resistor between diode cathode and 5v.

There is no diode cathode connected to a pullup resistor.
The transistor base acts as an anode for two diodes connecting to collector and emitter.

The diode from the bottom of the resistor to the second transistor is conducting and delivers base current to the second transistor. That is what the resistor is for. It is just a base bias resistor.
 
  • #11
See attached PDF showing open collector NPN with resistor pullup.
 

Attachments

  • NPN_Open_collector.pdf
    4.8 KB · Views: 199
  • #12
VK6kro,

If you look at this link - http://books.google.com/books?id=Qq0...sult&resnum=10
The output of the gate is taken at the collector of the bottom transistor(say T4). When T4 is ON, output is LOW. When T4 is OFF, output is HIGH. When T4 is OFF, one way of looking is that the output terminal is connected to diode cathode. Agree?
Now, a pull up resistor is connected between gate output and +5V. Gate output is nothing but the cathode of diode. So the resistor sees 3.3V on one end and 5V one the other. Why do we see 5V at the output?
 
Last edited by a moderator:
  • #13
That link doesn't work here.

With the original circuit you asked about, I have given you an explanation:

The first transistor is initially behaving like a diode. If you test a NPN transistor's collector base junction, it conducts when the base is made positive relative to the collector or the emitter.

So, there is a base resistor feeding a diode feeding the base of the second transistor, which will turn on as a result.

If you ground the input, the first transistor behaves like two diodes, one of which is grounded and takes all the bias current to ground and another diode which is now reverse biassed and carries no current at all. This is because the first diode's anode (the base of the transistor) is now 0.6 volts above ground but the collector has to be two diode voltages above ground before it will conduct (because two diode junctions follow it.)

So, the second transistor can't turn on when there isn't enough voltage to turn it on.
 
  • #14
See attached picture. Is this the one you are talking about?

Incidentally, the output of TTL is never 5 volts. It is more like 3.5.
 

Attachments

  • TTL.JPG
    TTL.JPG
    12.2 KB · Views: 379
  • #15
vk6kro said:
Incidentally, the output of TTL is never 5 volts. It is more like 3.5.
Only the TTL totem pole output has a 3.5 v output for high state. The open collector output with a pullup has a 5 volt output (@ no current).
 
  • #16
Thanks Bob.

I forgot about the open collector TTLs.
They could not OUTPUT 5 volts but they could STAND up to 36 volts if you put that on their output transistor.

One was the 7406.
 
  • #17
Guys, I am asking why the output is 5V when a pull up is connected to the cathode of diode and supply voltage(5v).
I have no doubt about open collector.
vk6kro, that's the ckt i am talking about.
 
  • #18
I guess I already answered your question...

Incidentally, the output of TTL is never 5 volts. It is more like 3.5.

But this was your original question:
What is the requirement to turn on a transistor. I always thought Base-Emitter junction should be forward biased.
But I was looking at the TTL inverter and in that ckt, the collector of one transistor is connected to base of another transistor. How do you find out the voltage on the collector?
Ic=beta*Ib - is it valid even when B-E junction is not forward biased?
I am normally used to seeing B-E junction fwd biased and C-B reverse biased. The TTL inverter is a bit confusing.


How did it become this:

Guys, I am asking why the output is 5V when a pull up is connected to the cathode of diode and supply voltage(5v).
 
Last edited:
  • #19
vk6kro, let me apologize first.
I had posted a question on pull up resistor in another post. I thought this was that.
Anyway, here's the question - the simplest way to interface TTL to cmos is to connect a pull up resistor to the output of TTL. If the output is open collector type, then I don't have a problem understanding how it works. But if the gate is like the one in your attachment, then how does a pull up resistor actually work. One end is connected to supply and the other, where we take the output is connected to the diode cathode. I say diode cathode bcoz the lower transistor is off.
Thanks.
 
  • #20
ok. Got it. When a pull up resistor is connected to the diode cathode. The upper transistor base needs 2 diode drops plus 5v to turn it on. So basically, upper transistor never turns on when a pull up resistor is connected.
 

1. What is a transistor and how does it work?

A transistor is a semiconductor device that is used to amplify or switch electronic signals. It consists of three layers of a semiconductor material, with the middle layer being either positively or negatively charged. By applying a small signal to the middle layer, the flow of electricity can be controlled through the device, allowing it to function as an electronic switch.

2. What are the requirements for a transistor to turn on?

In order for a transistor to turn on, there must be a sufficient voltage applied to the base terminal, and there must be a complete circuit connected between the collector and emitter terminals. Additionally, the base-emitter junction must be forward-biased, meaning that the base must be more positive than the emitter.

3. What is a TTL inverter circuit?

A TTL (transistor-transistor logic) inverter circuit is a digital logic circuit that uses transistors to implement the logical operation of inversion. It typically consists of one or more transistors and resistors connected in a specific configuration to produce an output signal that is the opposite (inverted) of the input signal.

4. How does a TTL inverter circuit work?

A TTL inverter circuit works by taking an input signal, which can be either a high voltage or a low voltage, and passing it through a transistor that is connected to the output. If the input is a high voltage, the transistor will be turned off and the output will be a low voltage. If the input is a low voltage, the transistor will be turned on and the output will be a high voltage. This results in an inverted output signal.

5. What are the applications of a TTL inverter circuit?

TTL inverter circuits are commonly used in digital electronics to perform logical operations such as inversion, AND, OR, and NOT. They are also used in microprocessors, computers, and other electronic devices to control the flow of electricity and process information. Additionally, they are used in communication systems, audio amplifiers, and other electronic equipment to amplify and manipulate electronic signals.

Similar threads

  • Electrical Engineering
Replies
3
Views
795
Replies
5
Views
2K
  • Electrical Engineering
Replies
5
Views
3K
Replies
15
Views
7K
  • Electrical Engineering
Replies
5
Views
2K
Replies
12
Views
2K
Replies
5
Views
4K
  • Electrical Engineering
Replies
2
Views
1K
  • Electrical Engineering
Replies
4
Views
15K
  • Electrical Engineering
Replies
11
Views
5K
Back
Top