A LabView Thermometer

        The goal of this laboratory is to produce a simulated thermometer in LabVIEW.  Here are the specifications that you need to satisfy.

  1. The system should measure two temperatures.
    1. One temperature should be measured using a thermocouple.  Use terminals 21 & 22 as before.
    2. One temperature should be measured using an LM35.  The LM35 should be connected to the front panel.  (You may want to refer to an earlier laboratory.)
  2. The system should display both temperatures using "Vertical Fill Slides", colored the traditional thermometer red.
  3. The system should display both temperatures on a chart - to show time variation.
  4. The system should display the difference between the two measurements (thermocouple measurement - LM35 measurement) using a Vertical Fill Slide with a green slider.
  5. The system should allow the user to control the time interval between measurements.  The time interval should be input in seconds.
  6. The system should display the elapsed time in seconds.
After you have written the program, do the following in your report.   Please note that the report for this week will be part of a larger report that you will hand in after you modify your program to add provision for storing data in files next week.  So, start writing this up, but hand it all in together after next week's lab.