EE 311 LabVIEW Lab Due Wednesday, November 29, 2017
Take a screen show of each front panel and each block diagram and paste each to an MS Word file. Write a few sentences for each design explain how they work. Upload the MS Word doc and the VI’s to Blackboard.
1. Write a LabVIEW program called OddEvenInitials.vi where Initials are the initials of your name. The program will have the user enter an integer and will light one LED for Odd and another LED for even LED. Be sure to include an appropriate text box that provides a title.
2. Write a LabVIEW program called ConvertTemperatureInitials.vi where Initials are the initials of your name. The program will have the user enter a temperature in degrees Fahrenheit, convert to Celsius and display the temperature of the front panel two ways: 1) as a numerical indicator and as a display two thermometers one for degrees C and one for degrees F. Be sure to include an appropriate text box that provides a title.
3. Write a LabVIEW program called BoilerMonitor.vi that determines if a boiler is operating in the correct temperature range. There should be a DBL input for the actual current temperature. All temperatures are in degrees F. There should also be a thermometer indicator with a range of 0 to 1000 F. The program will light a RED LED if the temperature is too hot (greater than 600 F), light a BLUE LED if the boiler is too cold (less than 300 F), or light a GREEN LED if the temperature is between the two thresholds.