Question: VI PROBLEMS Save each problem as Lab 1 ProblemNumberLastname.vi Instead of 'Lastname' use your actual last name; and instead of 'Number' use the number of

VI PROBLEMS
Save each problem as
Lab1ProblemNumberLastname.vi
Instead of 'Lastname' use your actual last name; and instead of 'Number' use the number of the
problem.
Create a VI that takes a number representing degrees Celsius and converts it to a number representing
degrees Fahrenheit and other representing Kelvin and show the three of them on separate
thermometers.
Design a VI that keeps calculating the average value of A,B,C,D as long as knob D is in the range 2
to 5. As soon as the value of this knob is less than 2 or more than 5 the average calculation should
stop and a green led should turn on if less than 2 and a red led should turn on if more than 5, when
the knob its back on range it should resume calculating the average. Try using one single led that
changes colors
Design a VI that calculates the value of the following Boolean operations.
Out =A+B(?bar(C)+Dbar(E))(Fo+G)
Where A, B, C, D, E, F, G are Boolean inputs. + means OR,?-means invert, and o+ means XOR.
Use a while loop and a waveform chart to build a VI that graphs a random number every X seconds.
(timing is adjustable between 100 ms to 3 s )
Inputs A,B and C are numbers between 0 and 10, create a program that calculates the following
formula:
Output =sin(2(A2+B22C2))
Design one VI of your own that uses one of the following: At least one structure, one sub VI, a
mathematical calculation and a logic circuit. Explain in detail your design and all the steps involved.
VI PROBLEMS Save each problem as Lab 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!