0% found this document useful (0 votes)
24 views18 pages

Design of Temperature Sensor

This document summarizes the assembly and design of a temperature sensor project. It consists of 3 main parts: an RTD temperature sensing element, a signal conditioning unit to convert resistance to voltage, and a display unit. The signal conditioning unit uses a Wheatstone bridge and differential amplifier. Temperature and voltage measurements were recorded and plotted to derive a linear equation relating the two. A LabVIEW program was created using a while loop and stop button to read temperature data from the sensor into NI-DAQ.

Uploaded by

kaushikei22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views18 pages

Design of Temperature Sensor

This document summarizes the assembly and design of a temperature sensor project. It consists of 3 main parts: an RTD temperature sensing element, a signal conditioning unit to convert resistance to voltage, and a display unit. The signal conditioning unit uses a Wheatstone bridge and differential amplifier. Temperature and voltage measurements were recorded and plotted to derive a linear equation relating the two. A LabVIEW program was created using a while loop and stop button to read temperature data from the sensor into NI-DAQ.

Uploaded by

kaushikei22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 18

Temperature sensor

assembling
Design Project Laboratory

Temperature Sensor : Parts

RTD (PT 100)


Sensing
Element

Signal
Conditioning
Unit

Display Unit

RTD PT 100

Signal Conditioning Unit


Consist of two part
Wheat stone Bridge (convert Ohm value
to Milli Volt)
Differential Amplifier (Milli Volt ---> (1
5 V) )

Signal Conditioning Unit


Circuit

RT
D
To NI-DAQ
Analog port

Insert RTD in Temp Bath and


Note the Reading
Temperature in deg
Celciuus

Voltage in V

100

80

4.8

90

4.6

70

4.4

60

4.2

50

4.0

40

3.8

30

3.6

Paste this in excel sheet and


plot graph

The linear equation from curve


fitting
y = 0.0198x + 3.0058
Y = Temperature
X = Output voltage form differential
amplifier

LabVIEW program

Block
diagram :
right click ->
Structures
-> while
loop

Create STOP button : right click


red circle -> select create
control

In front panel : STOP button


will be created

DAQ assistant : right click ->


Express -> Input -> DAQ
assistant

Final Program

You might also like