Answered step by step
Verified Expert Solution
Question
1 Approved Answer
LABVIEW. This VI is to be created in LABVIEW. Create a VI that uses the Event Structure to do the following o The VI has
LABVIEW. This VI is to be created in LABVIEW.
Create a VI that uses the Event Structure to do the following o The VI has three buttons for the user to choose either Monday, Tuesday or Wednesday Day of the week. o Each of the three days have a random number generator from 0 to 10.. o When you start the VI, it should wait until you select one of the days. o The value of the random number generator for that selection should be displayed on a numeric indicator and the day displayed on a String Indicator. o If the value of the random generator is greater than 7, the VI should turn on an LED for 1 sec and then should automatically move to the next day and display it's random number and day (Mon->Tues; Tues-> Wed, Wed => Mon etc.) else it should wait for the user to select another day with the LED OFF. : oUse a 500 ms delay for each of the days. Create a VI that uses the Event Structure to do the following o The VI has three buttons for the user to choose either Monday, Tuesday or Wednesday Day of the week. o Each of the three days have a random number generator from 0 to 10.. o When you start the VI, it should wait until you select one of the days. o The value of the random number generator for that selection should be displayed on a numeric indicator and the day displayed on a String Indicator. o If the value of the random generator is greater than 7, the VI should turn on an LED for 1 sec and then should automatically move to the next day and display it's random number and day (Mon->Tues; Tues-> Wed, Wed => Mon etc.) else it should wait for the user to select another day with the LED OFF. : oUse a 500 ms delay for each of the daysStep 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