You are on page 1of 4

Department of Biomedical Technology

Electrical Skills 2

Changing the temperature using LabVIEW


1-The goal of this project:
changing the temperature from Celsius to Fahrenheit and vice versa using
LabVIEW.
LabVIEW makes it so much easier to convert the temperature just by putting
the number it will convert in a matter of seconds.
2- List of requirement:
1- LabVIEW software
2-The mathematical equation to temperature conversion
F= 1.8C+32
C= ((F-32)*5)/9

3-Procedure:
LabVIEW consist of two major tabs:
1- Block diagram
2- Front panel
In the Front Panel you put a two Thermometer and one knob or a
numeric display
In the block Diagram you are going to need to connect one of the
thermometers with the knob with the mathematical equation (+ - *
/) and at the other end the thermometer
4-Output
By just changing the number you will get the result
1- Changing the temperature from Fahrenheit to
celsius
2- Changing the temperature from Celsius to
Fahrenheit

You might also like