LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to display numbers in LED form

        I am doing  a demo software of HP33120.In this case,I will display the number and unit in LED form according to the real instrument.I don't know how to do it ,please help me.Thanks. 
0 Kudos
Message 1 of 8
(3,692 Views)
Hi,
 
The simplest way to do this, is to download the "7 segment font" from the following link.
Creating your own customized indicator is also an option, but far more time demanding.
 
 
Let me know is this is not what you are looking for.
 
Regards
 
Meister
NIDK
0 Kudos
Message 2 of 8
(3,686 Views)

Hi

A good place to learn about led and lcd displays is this:

 
You can download some different types.
 
Cheers
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 3 of 8
(3,679 Views)

I am sorry for the necropost, but does anyone know where to find the VI's from SGC-Tek these days?

 

Thanks!

0 Kudos
Message 4 of 8
(171 Views)

@pjlaskey wrote:

I am sorry for the necropost, but does anyone know where to find the VI's from SGC-Tek these days?

 

Thanks!


Did you check https://web.archive.org/web/20250000000000*/https://members.lycos.co.uk/sgctek/ ?

0 Kudos
Message 5 of 8
(148 Views)

I did, thanks. It looks like files are not archived, just page content. At least in this case.

0 Kudos
Message 6 of 8
(103 Views)

@pjlaskey wrote:

I am sorry for the necropost, but does anyone know where to find the VI's from SGC-Tek these days?

 

Thanks!



Well, I had these VIs on my various hard drives for the last 20 years, so someone at least might enjoy it. It looks like the actual VIs are password protected.

 

Shouldn't be too hard to implement on your own. Whether it's a 7 segment display or pixel based, you could build a 3D array or a 1D array of clusters with boolean constants and just index what you want to display out of there. There have been various examples of this posted over the years.


___________________
Try to take over the world!
Message 7 of 8
(82 Views)

Fantastic! Thak you. This is why I never throw anything away 🙂

0 Kudos
Message 8 of 8
(61 Views)