Question: LabView Problem Create VI to display the maximum and minimum numbers among the generated random numbers between 1 to 6 (double precision number, DBL) until
Create VI to display the maximum and minimum numbers among the generated random numbers between 1 to 6 (double precision number, DBL) until a user presses the stop button. Use "random number (range)" terminal available in the numeric terminal. 6 0 DBL Delay each iteration by 500 milliseconds. Then, display the elapsed time (by seconds) in an indicator Create the first shift register for finding the minimum value. (Please think of what must be the initial value? Note that the value must converge to 1.) Create the second shift register for finding the maximum value. (Please think of what must be the initial value? Note that the value must converge to 6.) Please report how fast both indicators reach to their convergences. Elapsed Time (seconds) Maximum Value 0 0 Current Random Number Minimum Value 0 0 STOP Figure 1: Front Panel of the Problem 1 Create VI to display the maximum and minimum numbers among the generated random numbers between 1 to 6 (double precision number, DBL) until a user presses the stop button. Use "random number (range)" terminal available in the numeric terminal. 6 0 DBL Delay each iteration by 500 milliseconds. Then, display the elapsed time (by seconds) in an indicator Create the first shift register for finding the minimum value. (Please think of what must be the initial value? Note that the value must converge to 1.) Create the second shift register for finding the maximum value. (Please think of what must be the initial value? Note that the value must converge to 6.) Please report how fast both indicators reach to their convergences. Elapsed Time (seconds) Maximum Value 0 0 Current Random Number Minimum Value 0 0 STOP Figure 1: Front Panel of the Problem 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
