Task 3: High cholesteral and high triglycerides have been assicuated with cardiovascular disease. During yearly medical visits a doctor might recommend certain actions if certain test results are received (see Table 1). Write a program that allows the user to enter the numeric cholesteral and triglyceride results and the gives the doctor a recommendation. Please show step-by-step on LabVIEW. Table 1 Recomendation Triglyceride (mg/fL) Total cholesteral Suggest a full workup >886 >240 mg/dL Suggest change in diet 500 to 886 200 to 239 Suggest change in activity 150 to 499 N/A All good <150 <200 Task 4: Create a new version of your file for Task 4. Add two boolean indicators (Round LED). One should light up when both Triglyceride AND Cholesteral levels are in the “All good” range. The other should light up when either Triglyceride OR Cholesteral levels are in the “Suggest a full workup” range. Please show step-by-step on LabVIEW.
Max Function
Statistical function is of many categories. One of them is a MAX function. The MAX function returns the largest value from the list of arguments passed to it. MAX function always ignores the empty cells when performing the calculation.
Power Function
A power function is a type of single-term function. Its definition states that it is a variable containing a base value raised to a constant value acting as an exponent. This variable may also have a coefficient. For instance, the area of a circle can be given as:
Task 3:
High cholesteral and high triglycerides have been assicuated with cardiovascular disease. During yearly medical visits a doctor might recommend certain actions if certain test results are received (see Table 1). Write a
Table 1
Recomendation Triglyceride (mg/fL) Total cholesteral
Suggest a full workup >886 >240 mg/dL
Suggest change in diet 500 to 886 200 to 239
Suggest change in activity 150 to 499 N/A
All good <150 <200
Task 4:
Create a new version of your file for Task 4. Add two boolean indicators (Round LED). One
should light up when both Triglyceride AND Cholesteral levels are in the “All good” range. The
other should light up when either Triglyceride OR Cholesteral levels are in the “Suggest a full
workup” range. Please show step-by-step on LabVIEW.
Step by step
Solved in 4 steps