Assignment
Create a VI that simulates a temperature-monitoring device. Use the signal simulator to simulate temperatures between 90 and 100 degrees C. Show the temperatures on a thermometer with a digital display. Create a subVI (with its own unique icon) that converts the Celsius temperature to both Kelvin and Fahrenheit. The converted temperatures should be displayed on the front panel as well.
Download
Working version of VI (no block diagram access)
Textbook sections
SubVIs (pp. 161-170)
Signal simulator (p. 174)
Programming hints
The Simulate Waveform express VI can be found on the functions palette [Programming » Waveform » Analog Waveform » Waveform Generation » Simulate Signal]. Set the signal type to DC, with an offset of 95. Click the "Add Noise" box, set the noise type to "Uniform White Noise," and set the noise amplitude to 5. The other settings can remain at the default values.
The thermometer can be found in the controls palette [Modern » Numeric » Thermometer].
Front panel (example)