Introduction

In this exercise, you will create a program using the Analog Express VI that measures temperature data. The program will allow you to display the data in Celsius or Fahrenheit units. The code that performs the selection of the units will be a separate VI, called by your program as a subVI.

Objectives

In this exercise, you will

  • Create a LabVIEW VI to collect temperature data.
  • Incorporate code that allows the user to view the data in Celsius or Fahrenheit units.
  • Create a subVI to perform the temperature selection and conversion.