Taret - Intro To LabVIEW - Exercises
Taret - Intro To LabVIEW - Exercises
Introduction to LabVIEW
Exercises
February, 2007
Author:
Darko Hercog
Contact:
Project:
Introduction to LabVIEW
TABLE OF CONTENT
TABLE OF CONTENT
1.
1.1.
1.2.
1.3.
1.4.
1.5.
LABVIEW EXERCISES....................................................................................1
EXERCISE 1 (CONVERT C TO F) .............................................................................
EXERCISE 2 ....................................................................................................
EXERCISE 3 (THERMOMETER) ................................................................................
EXERCISE 4 (TEMPERATURE MONITOR) .....................................................................
EXERCISE 5 (TEMPERATURE ANALYSIS).....................................................................
1
1
1
2
3
TABLE OF FIGURES
ii
TABLE OF FIGURES
Figure
Figure
Figure
Figure
Figure
Figure
Figure
Figure
Figure
Figure
Figure
1
1
1
1
2
2
2
3
3
4
4
1. LabVIEW exercises
1.1. Exercise 1 (Convert C to F)
Create VI that will take a numeric value representing degrees Celsius and converts it to
degrees Fahrenheit (Figure 1 and Figure 2). Save VI as Convert C to F.vi.
List of functions
Add
Function palette > Numeric > Add
Multiply
Function palette > Numeric > Add
1.2. Exercise 2
Create icon (Figure 3) and connector (Figure 4) for virtual instrument created in Exercise 1
(Convert C to F.vi). Assign Deg C as input and Deg F as output.