06-01-2018 04:55 AM
Good Morning all,
I am new to MyDAQ. I am currently using a protoboard with NI MyDAQ. I need to design a program on labview to make a 7 segment display work. Can anyone help me out with a sample program or something? Thank you.
06-01-2018 06:27 AM
The simple solution is to just build up a lookup table (2D array where each row corresponds to the LEDs) and just use Index Array with your number. Then you just use DAQmx Write to output the Boolean array on your 7 digital lines.