Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please show how you created the lab view block diagram and explain PURPOSE Construct a LabVIEW program that displays on a waveform chart in real

image text in transcribedimage text in transcribedimage text in transcribedPlease show how you created the lab view block diagram and explain

PURPOSE Construct a LabVIEW program that displays on a waveform chart in real time the value set by the user on a dial control and turns LED indicators according the rules below. The user must enter a decimal integer on a numeric control box. A string indicator box displays the word valid or invalid. If the number written on the numeric control box is in the range of the dial control ( 0 to 10), the box displays the word "Valid". If the number entered is out of that range it displays the word "Invalid". The LED indicators turn ON according to the following rules: All LEDs start OFF as a dull grey color. Four LEDs display the binary number that corresponds to the integer decimal number set on the dial. When a binary digit is a " 1 ", it turns ON blue. If it is a "0", it remains OFF as grey. If the dial number is below "5", an LED turns ON with the color cyan. If the dial number is set as "5" or above, a separate LED turns ON with the color yellow. The cyan LED turns OFF. If the decimal integer entered in the numeric control box is out of the dial range, a specific LED turns ON red. This LED remains OFF if the numbered entered is within the dial range. If the number entered on the numeric control box matches the number set on the dial, an LED indicating the match turns ON green. A stop button should be used to stop the program. Front panel before starting running the program: vald/Invald Number Invaid Number? Match Dis>n5 Dia Number to match Dal y8 Front panel appearance when the dial control is set at 3 : Front panel appearance when the dial control is set at 7 and matches the number entered by the user in the numeric control box: Front panel appearance when the number entered by the user in the numeric control box is out of the range of the dial control

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions