Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

7 segment display

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. 

0 Kudos
Message 1 of 2
(2,291 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,275 Views)