ArticleslgStudy

engineering

Open collector

Open collector is a engineering topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Open collector rather than just read about it. In short: Open collector, open drain, open emitter, and open source refer to integrated circuit (IC) output pin configurations that process the IC's internal function through a transistor with an exposed terminal that is internally unconnected (i.e. "open"). One of the IC's internal high or low voltage rails typically connects to another terminal of that transistor.

Open collector — main illustration
Open collector — illustration

Key takeaways

  • Open collector belongs to engineering; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Open collector to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Open collector from memory before moving on to harder problems.

Reference excerpt

Open collector, open drain, open emitter, and open source refer to integrated circuit (IC) output pin configurations that process the IC's internal function through a transistor with an exposed terminal that is internally unconnected (i.e. "open"). One of the IC's internal high or low voltage rails typically connects to another terminal of that transistor. When the transistor is off, the output is internally disconnected from any internal power rail, a state called "high-impedance" (Hi-Z). Open outputs configurations thus differ from push–pull outputs, which use a pair of transistors to output a specific voltage or current. These open outputs configurations are often used for digital applications when the transistor acts as a switch, to allow for logic-level conversion, wired-logic connections, and line sharing. External pull-up/down resistors are typically required to set the output during the Hi-Z state to a specific voltage. Analog applications include analog weighting, summing, limiting, and digital-to-analog converters. The NPN BJT (n-type bipolar junction transistor) and nMOS (n-type metal oxide semiconductor field effect transistor) have greater conductance than their PNP and pMOS relatives, so may be more commonly used for these outputs. Open outputs using PNP and pMOS transistors will use the opposite internal voltage rail used by NPN and nMOS transistors.

Open collector

An open collector output processes an IC's output through the base of an internal bipolar junction transistor (BJT), whose collector is exposed as the external output pin. For NPN open collector outputs, the emitter of the NPN transistor is internally connected to ground, so the NPN open collector internally forms either a short-circuit (technically low impedance or "low-Z") connection to the low voltage (which could be ground) when the transistor is switched on, or an open-circuit (technically high impedance or "hi-Z") when the transistor is off. The output is usually connected to an external pull-up resistor, which pulls the output voltage to the resistor's supply voltage when the transistor is off. For PNP open collector outputs, the emitter of the PNP transistor is internally connected to the positive voltage rail, so the collector outputs a high voltage when the transistor is on or is hi-Z when off. This is sometimes called "open collector, drives high".

Open emitter Open emitter output exposes the emitter as the output. For an NPN open emitter output, the collector is connected to the positive voltage rail, so the emitter outputs a high voltage when the transistor is on and is hi-Z when off. For a PNP open emitter output, the collector is connected to the low voltage supply, so the emitter outputs a low voltage when the transistor is on and is hi-Z when off.

Open drain

Open drain output uses MOS transistor (MOSFET) instead of BJTs, and expose the MOSFET's drain as output. An nMOS open drain output connects to ground when a high voltage is applied to the MOSFET's gate, or presents a high impedance when a low voltage is applied to the gate. The voltage in this high impedance state would be floating (undefined) because the MOSFET is not conducting, which is why nMOS open drain outputs require a pull-up resistor connected to a positive voltage rail for producing a high output voltage. Microelectronic devices using nMOS open drain output may provide a 'weak' (high-resistance, often on the order of 100 kΩ) internal pull-up resistor to connect the terminal in question to the positive power supply of the device so their output voltage doesn't float. Such weak pullups reduce power consumption due to their lower V 2 / R {\displaystyle V^{2}/R} ohmic heating and possibly avoid the need for an external pull-up. External pullups may be 'stronger' (lower resistance, perhaps 3 kΩ) to reduce signal rise times (like with I²C) or to minimize noise (like on system RESET inputs). Modern microcontrollers may allow programming particular output pins to use open drain instead of push–pull output, the strength of the internal pull-up, and allow disabling internal pullups when not desired. For pMOS open drain, the output instead connects to the positive power rail when the transistor is on, and is hi-Z when off. This is sometimes called "open drain, drives high".

Open source Open source output exposes the MOSFET's source as the output. For a nMOS open source output, the drain is internally connected to the positive voltage rail, so the source outputs a high voltage when the transistor is on and is hi-Z when off. For a pMOS open source output, the drain is internally connected to the low voltage rail, so the output instead connects to the low voltage rail when the transistor is on, or is hi-Z when off.

Summary of configurations

Configurations that internally connect to a high voltage are source drivers. Configurations that internally connect to a low voltage are sink drivers.

Schematic symbol

Open output is indicated on schematics with these IEEE symbols:

⎐ – NPN open collector or similar output that can supply a relatively low-impedance low voltage when not turned off. Requires external pullup. Capable of positive-logic wired-AND connection. ⎒ – variant with internal pull-up resistor to provide a high voltage when off. ⎏ – NPN open emitter or similar output that can supply a relatively low-impedance high voltage when not turned off. Requires external pulldown. Capable of positive-logic wired-OR connection. ⎑ – variant with an internal pull-down resistor to provide a low voltage when off.

Applications Note: this section primarily deals with npn open collectors, however nMOS open drain generally applies as well.

… excerpt ends here. Continue reading the full article.

Illustrations

Open collector: nMOS open drain output is pulled Low when the nMOS is conducting. In the nonconducting hi-Z state, an external resistor pulls the output High so the output's voltage does not float.
nMOS open drain output is pulled Low when the nMOS is conducting. In the nonconducting hi-Z state, an external resistor pulls the output High so the output's voltage does not float.
Open collector: Schematic symbol for a buffer with open-collector output[6]
Schematic symbol for a buffer with open-collector output[6]
Open collector: Four inputs are connected to open-collector buffers. If all inputs are low, each buffer will be in a high-impedance state and the pull-up resistor will pull the output high. But if any input is high, the output will be pulled low by the buffer for that input. This corresponds to wired AND in active-high logic, or to wired OR in active-low logic, and allows multiple inputs to share the same output wire.
Four inputs are connected to open-collector buffers. If all inputs are low, each buffer will be in a high-impedance state and the pull-up resistor will pull the output high. But if any input is high, the output will be pulled low by the buffer for that input. This corresponds to wired AND in active-high logic, or to wired OR in active-low logic, and allows multiple inputs to share the same output wire.
Open collector: Pseudo open drain usage in DDR interfaces
Pseudo open drain usage in DDR interfaces

Worked examples

Example 1 — a first encounter with Open collector

Start with the simplest possible case. Write down what Open collector claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In engineering, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Open collector before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Open collector ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Open collector

In research
Open collector appears in engineering research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Open collector in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Open collector is common in secondary-school and first-year university syllabi. It links to neighbouring topics Digital circuits, so understanding it makes those chapters shorter.
In everyday life
Look for Open collector outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Open collector in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Open collector means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Open collector out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Open collector in simple terms?

Open collector, open drain, open emitter, and open source refer to integrated circuit (IC) output pin configurations that process the IC's internal function through a transistor with an exposed terminal that is internally unconnected (i.e. "open"). One of the IC's internal high or low voltage rails…

Why does Open collector matter?

Because it connects several engineering ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Open collector?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Open collector.

Tags

  • Digital circuits

Keep exploring