Question: Create a LabVIEW VI that has the following functionalities: Calculate the value of a missing parameter of an object ( shape ) selected by the
Create a LabVIEW VI that has the following functionalities:
Calculate the value of a missing parameter of an object shape selected by the user. There are four parameters: b b h and v and all parameters are held in String Controls.
Your VI must detect which parameter is blank missing parameter and calculate for that parameter.
This.is understood, your VI must convert string to numeric and vice versa to be able to compute and to produce the correct result, which is to be displayed as a String.
Your VI can assume that only one of the four parameters is blank the string control has an empty string and the others are not blank.
The user has the choice of selecting one from two D objects shapes from a Text Ring: shape with Parallelogram base, and shape with triangular base.
The formulas for the shapes are given as follows:
Parallelogram: and triangular:
You do not need to have pictures of the shapes in your work.
Your VI must include a Boolean switchbutton for computing the missing parameter of the chosen D object, on demand. It must run continuously when the user clicks the RUN button not RUN CONTINUOUSLY button and stop when the user clicks a stop button.
The VI must not alter any of the parameters without the user's command.
Use the following example values for your submission: and h respectively: Use the following test value for :for parallelogramfor the triangular
You can run your VI with whichever shape you wish to choose for submission, but your VI must work for both shapes.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
