Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I am not sure how to solve this problem. Please create in LabView, thank you! LabVIEW Exercise a . Design a LabVIEW user interface to
I am not sure how to solve this problem. Please create in LabView, thank you!
LabVIEW Exercise
a Design a LabVIEW user interface to manage the capture of reaction times to a visual stimulus
b Record these reaction times in a spreadsheetcompatible file
PART A LabVIEW Exercise:
Create a LabVIEW user interface UI that will
Illuminate an LED, set the color of an LED, or show an image after a Start button is pressed The delay between the button press and the UI change should be randomized with an algorithm such as:
delay seconds RANDOM seconds, where RANDOM is a number between and generated by the LabVIEW random number generator. You can adjust the fixed and variable delays as you see fit, but neither value can be zero. Provide a Stop button to be pressed when the screen image LED or graphic changes color or appears
Provide screen displays for the delay time and reaction time
PART B Create a LabVIEW block diagram that will generate a spreadsheetcompatible result file with The date and time of the experiment, For each test run, record: The start delay, and the subject reaction time
PART C With this interface, capture at least tests. They do not have to be done consecutively. To write this VI you should review local variables, flat or stacked structures, the Format into String VI text file IO and how to programmatically change the appearance of items:
Step 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