Wiki

This version (03 Jan 2021 22:24) was approved by Robin Getz.The Previously approved version (23 Aug 2019 14:14) is available.Diff

Activity: Temperature Control using Window Comparator

Objective

The objective of this lab activity is to use two high speed voltage comparators as a Window-Comparator and program the TMP01 Low Power Programmable Temperature Controller using this approach.

A Window-Comparator is a circuit configuration, usually consisting of a pair of voltage comparators (inverting and non-inverting), in which the output indicates whether an input signal is within the voltage range bounded by two different thresholds. One which triggers an op-amp comparator on detection of some upper voltage threshold, VREF(HIGH) and one which triggers an op-amp comparator on detection of a lower voltage threshold level, VREF(LOW). The voltage levels between these two upper and lower reference voltages is called the “window”.

Materials

ADALM2000 Active Learning Module
Solder-less breadboard, and jumper wire kit
2 – AD8561 Comparators
1 – 2N3904 NPN transistor
2 – 1N914 small signal diodes
1 – LED ( any color )
3 – 10KΩ resistor
1 – 20KΩ resistor
1 – 470Ω resistor

Window Comparator

Background

Consider the circuit presented in Figure 1.

Figure 1 Window Comparator

The circuit uses a voltage divider network, formed of three equal value resistors R1 = R2 = R3. The voltage drops across each resistor will also be equal at one-third of the reference voltage (VREF). Therefore, the upper reference (VREF(HIGH)) is set to 2/3VREF and the lower reference to 1/3VREF.

Considering that we use the When VIN is below the lower voltage level, (VREF(LOW)) which equates to 1/3VREF, the output will be HIGH and D2 will be forward biased. Due to the positive voltage at base the npn transistor, Q1 moves into the saturation. Thus, the output voltage is zero, and the supply voltage will drop on R5 and D3, turning the LED on.

When VIN exceeds this 1/3VREF lower voltage level and it is below 2/3VREF (VREF(HIGH)), both comparators' outputs will be LOW and the diodes reverse-biased. No voltage is applied to the base of Q1,the transistor is in cut-off and no collector current flows through R6 or R5, D3. The output voltage is the supply voltage V+.

When VIN is above the upper voltage level, (VREF(HIGH)) which equates to 2/3VREF, the output will be HIGH and D1 will be forward biased. Due to the positive voltage at base the npn transistor, Q1 moves into the saturation. Thus, the output voltage is zero, and the supply voltage will drop on R5 and D3, turning the LED on.

Hardware Setup

Build the following breadboard circuit for the window comparator circuit.

Figure 2. Window Comparator breadboard circuit

Procedure

Use the first waveform generator (W1) as source to provide a Triangular signal with 5V amplitude peak-to-peak, 100Hz frequency and 2.5V offset.

Use the second waveform generator (W2) as 5V constant reference voltage.

Supply the circuit using the 5V power supply.

Configure the scope so that output signal is displayed on channel 2 and the input signal is displayed on channel 1.

A plot example is presented in Figure 3.

Figure 3. Window Comparator waveforms

On the plot the “windows” can be noticed when the input voltage is between the upper and the lower voltage references.

Temperature Control

Background

An example of a window comparator application is a simple temperature controller circuit (Figure 2). The temperature sensor, TMP01, has the dual comparator configuration of figure 1 built in. By choosing the proper values for R1, R2 and R3 the circuit monitors if the temperature holds in the required range (25 ± ~10 °C).

The TMP01 is a linear voltage-output temperature sensor, with a window comparator that can be programmed by the user to activate one of two open-collector outputs when a predetermined temperature set point voltage has been exceeded. A low drift voltage reference is available for set point programming. By connecting the two open collector outputs together as a single wire OR output we can obtain a signal which is at a logic high when the ambient temperature is within the target window.

Figure 4 Temperature sensor window comparator

Programming TMP01

In the basic fixed set point application utilizing a simple resistor ladder voltage divider, the desired temperature set points are programmed in the following sequence:

1. Select the desired hysteresis temperature.

2. Calculate the hysteresis current IVREF.

3. Select the desired set point temperatures.

4. Calculate the individual resistor divider ladder values needed to develop the desired comparator set point voltages at SET HIGH and SET LOW.

The hysteresis current is readily calculated. For example, for 2 degrees of hysteresis, IVREF = 17 μA. Next, the set point voltages, VSETHIGH and VSETLOW, are determined using the VPTAT scale factor of 5 mV/K = 5 mV/(°C + 273.15), which is 1.49 V for 25°C. Then, calculate the divider resistors, based on those set points. The equations used to calculate the resistors are:

VSETHIGH = (TSETHIGH+ 273.15) (5 mV/°C)

VSETLOW = (TSETLOW + 273.15) (5 mV/°C)

R1 (in kΩ) = (VVREF−VSETHIGH)/IVREF= (2.5 V −VSETHIGH)/IVREF

R2 (in kΩ) = (VSETHIGH−VSETLOW)/IVREF

R3 (in kΩ) = VSETLOW/IVREF

The total R1 + R2 + R3 is equal to the load resistance needed to draw the desired hysteresis current from the reference, or IVREF.

IVREF = 2.5V/( R1 + R2 + R3)

Since VREF = 2.5 V, with a reference load resistance of 357 kΩ or greater (output current 7 μA or less), the temperature setpoint hysteresis is zero degrees. Larger values of load resistance only decrease the output current below 7 μA and have no effect on the operation of the device. The amount of hysteresis is determined by selecting a value of load resistance for VREF.

Tasks

1. Build the following circuit:

Figure 5 Temperature Measurement

Measure VPTAT output value and compute the actual measured temperature in degrees Kelvin and degrees Celsius.

2. Build the following circuit:

Figure 6 Temperature Control

2.a. Identify the components and try to draw the circuit schematic.

2.b. Using the information provided by the breadboard circuit, compute the following parameters:

  • IVREF
  • VSETHIGH
  • VSETLOW
  • TSETHIGH
  • TSETLOW

2.c. How many degrees is the temperature setpoint hysteresis? How can you change this value?

2.d. How does the circuit work? When will LED1 (red) and LED2 (blue) turn on? Explain your answer.

Lab Resources:

Further Reading

university/courses/electronics/electronics-lab-window-comp-tmp01.txt · Last modified: 03 Jan 2021 22:21 by Robin Getz