Use LABVIEW to display a number in binary and hexadecimal form.Build a system where the input is any number from 0 to 255 and theoutput is an array of leds displaying the number in binaryform.
Add an indicator with the number in hexadecimal form.
Every time the least significant bit led is ON, a sine wave witha frequency of 180 Hz should be generated that can be seen in agraph.
The program must run continuously and change the leds in realtime. You should be able to change the input in real time.
TIP: The binary number should read from left to right. Forexample: Binary
OR
OR