LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i display 7 segment dispay on front panel using any kind of input

Hi,

 

I need help..!! I need to dispay the numeric data in 7 segment format. Is it possible to do in labview?

Message 1 of 9
(6,531 Views)

Search on "seven segment font" to see where others have acked the same thing and learned how to do this using the right font.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 9
(6,528 Views)

you need to display the number onto a 7 segment display?

i think you would need sometype of microcontroller board like the AVR or the aurdino. and use the visa usb port to display out into the 7 segment display.

i am new to this too. but that's what i would do.

i hope someone with more expertise can  give better advice.

 

 

Arduino and 7 Segment LED

Digg!

Del.icio.us!

 

7 Segment LED

7 Segment LED


 

The seven segment display is a pretty simple device.  Its actually just 7 LEDs (8 really including the decimal point) arranged so different combinations can be used to make numerical digits.  This tutorial will show you how to wire one up and drive it with an Arduino.

 

Message Edited by krispiekream on 07-23-2009 11:48 AM
Best regards,
Krispiekream
Message 3 of 9
(6,527 Views)

Or use a DAQ card, 4 digital output lines and a 7447 or 7448 🙂

 

http://pdf1.alldatasheet.com/datasheet-pdf/view/27444/TI/SN7447.html

 

-AK2DM

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
Message 4 of 9
(6,498 Views)

wouldn't the DAQ card cost more?

when i was going to school, it was tough because most labview cards are really expensive. so i went with the arduino board to learn due to cost.

 

Best regards,
Krispiekream
Message 5 of 9
(6,488 Views)

how could you connect labview to arduino using four seven segment display?

 

thanks 🙂

 

 

0 Kudos
Message 6 of 9
(5,280 Views)

@wilms wrote:

how could you connect labview to arduino using four seven segment display?

 

thanks 🙂

 

 


You need USB interface for that

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 7 of 9
(5,264 Views)

@Ranjeet_Singh wrote:

@wilms wrote:

how could you connect labview to arduino using four seven segment display?

 

thanks 🙂

 

 


You need USB interface for that


And LIFA

0 Kudos
Message 8 of 9
(5,213 Views)

I sure hope OP has solved the issue by now, 4 years down the road ...

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 9 of 9
(5,190 Views)