Lab .2(a): Basic Example

1. Build a VI to add and multiply two given numbers and display the results

2. To write a VI for the Multiplication of a random number with 10 and displaying the result continuously, until it is stopped.


3. Write a VI to convert a given temperature value from Degrees C to Degrees F. This VI will teach you:
(a) Methodology for writing small VIs targeting a conversion in units.
(b) The procedure for using a small program as a sub VI in another program by creating Icons. You will use this VI as a sub VI in another program later to build a thermometer demo VI.

4. Build a thermometer, which measures temperature and displays temperature values using the C to F converter you built in the earlier exercise.

5. Create a thermometer using the above two VIs and plot the output temperature values on a chart to display the variation of temperature values. At same time show the mean of the temperature values on a thermometer.

6. To build a VI to monitor the temperature continuously

7. To Build a VI to chart the average temperature of multiple measurements, graph the current sample and calculate the rate of change of temperature in degrees/second (display on a gage).

No comments:

Post a Comment