Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

NEEDED IN LABVIEW ONLY PLEASE 1) In the last line of the problem the term Create

ID: 3553903 • Letter: N

Question

NEEDED IN LABVIEW ONLY PLEASE

1) In the last line of the problem the term

Create a VI that generates simulated temperature data in degrees Fahrenheit and converts the temperature to degrees Celsius. The temperature data should be displayed on a waveform chart and on a digital thermometer on the front panel. Use a While Loop with a Conditional Terminal to stop the simulation. When the simulation ends, compute the average temperature and display the result using a digital indicator. Using a Property Node, provide the capability to configure the plot line color as blue or red as determined by an input on the front panel. The line color should be configurable programmatically while the VI is running.

Explanation / Answer

C/5 = (K-273)/5 = F/9 = R/4

this equation C= celcius temp K= Kelvin temp F= Farenhitee temp R= Reumer temp

use the equation to calculate the K or C or F or R provided you know one value