You are on page 1of 1

Lab task 5

17BIS0015
JAYANT TEWATIA

Question-
Create a VI that simulates a temperature-monitoring device as per requirements given below.

i) Use the signal simulator to simulate temperatures between 90 and 100 degrees C. (hint: use
simulate signal set to DC type with offset 95 and added with uniform white noise of amplitude 5).
Show the temperatures on a thermometer with a digital display.
ii) Create a subVI (​with its own unique icon​) that converts the Celsius temperature to Fahrenheit. The
converted temperature should be displayed on the front panel.
iii) Modify the temperature monitoring VI so that it runs continuously, allows the user to stop the VI
with a button, and allows the user to set the measurement rate with the number of measurements
per second. A red LED should light up whenever the recorded temperature exceeds the high level,
and a blue LED should light up whenever it goes below the low level. (user specified high level
and low level). Record both the highest and lowest measured temperatures and display the time
elapsed (in seconds) since recording began.

You might also like