LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing indicators for LED matrix display: how do I Reduce element spacing and achieve a round colour "box"

In my application I wish to create a control  that mimics a full colour LED matrix sign (for purposes of editing the the physical LED display itself.. via LabVIEW).
 
Despite much experimentation with attempting to customize controls in LabVIEW I cannot seem to achieve the following results I need....
 
(1) LED's are round AND multicoloured but the existing Boolean LED only (which only has two states and so does not allow for multiple (24 Bit) colours) ) and Colour box indicators (which is square not round) are also unsuitable. I need a colour box that looks like a LED!
 
(2) The space between ecah LED indicator when the are within an array is problematic as when the LED's are made very small (to fit overall array matrix on the screen) the space between them remains constant. How can I reduce the space or pitch between each LED and can it be done independantly for X and Y?...so that, for instance the LED's could appear to be almost touching.
 
At present they have a small round boundary which I cannot fathom how to remove or reduce..
 
Thanks in anticipation for your help...
 
ATE Man
0 Kudos
Message 1 of 6
(4,921 Views)
You might want to look at the LCD / VFD Indicators located here:

http://members.lycos.co.uk/sgctek/
0 Kudos
Message 2 of 6
(4,911 Views)

The color box can be customized to look round.

Even if you customized the color box, you will still run into issues using an array since you can't over-lap elements so...

The Picture Control will do what you are asking.

We have been collecting Picture Control examples in this thread.

In message # 4 of that thread , I included a link to "Random Walk" Example (posted 4-3-2005). Don't let the code scare you!

In that example I use a boolean control as my template and manipulate it's colors before grabbing its image. A collection of these image are inserted into the picture and moved around simulating a random walk.

That should give you what you need to achieve your goal.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 6
(4,904 Views)
Ugh. Didn't finish my edit to post in time. The example site shows some controls to mimic a matrix display on the FP of your program.

You could try using classic controls (2D array and color box) to create a control as I've attached...
0 Kudos
Message 4 of 6
(4,902 Views)


ATE Man wrote:
I need a colour box that looks like a LED!

You can customize a colorbox indicator to look exactly like an LED.
 
See the two links in the following post for some ideas:
 
To reduce the spacing, you could customize it and remove the surrounding frame. This will make the size exactly the size of the glowing part of the LED or color box..
0 Kudos
Message 5 of 6
(4,873 Views)

Here's an image of a quick draft of the idea presented above:

It is an array of colorbox indicators with no frame and made to look like LEDs via the control editor.

 



Message Edited by altenbach on 01-10-2008 10:17 AM
0 Kudos
Message 6 of 6
(4,868 Views)