Question
LabVIEW please! Create a VI that generates simulated temperature data in degrees Fahrenheit and converts the temperature to degrees Celcius. The temperature data should be
LabVIEW please!
Create a VI that generates simulated temperature data in degrees Fahrenheit and converts the temperature to degrees Celcius. 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 simuation. 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 (user can change this value while the program is running).
Also:
1. Add an enum control to the Front Panel that controls a property node on the Block diagram for the waveform chart. The property node will change the chart type displayed between the following choices: Strip, Scope, Sweep --use this control to update the chart type so that it is configurable programmatically
2. Use the "simulated temperature" VI (attached below) to generate your temperatures
Simulated Temperature (deg F).vi Front Panel File Edit View Project Operate Tools Window Help Simulated Temperature (deg F).vi Block Diagram File Edit View Project Operate Tools Window Help 100 80 60 40 20 Simulated Temperature 0 79.58984375 79.58984375 79.58984375 79.58984375 79.58984375 79.58984375 80.56640625 82.51953125 83.984375 ??I 100 e simulated temperature data value s generated for each call to this subVI. Simulated data repeats in cycles of 100 Simulated Temperature (deg F).vi Front Panel File Edit View Project Operate Tools Window Help Simulated Temperature (deg F).vi Block Diagram File Edit View Project Operate Tools Window Help 100 80 60 40 20 Simulated Temperature 0 79.58984375 79.58984375 79.58984375 79.58984375 79.58984375 79.58984375 80.56640625 82.51953125 83.984375 ??I 100 e simulated temperature data value s generated for each call to this subVI. Simulated data repeats in cycles of 100Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started