LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a custom display for data

Hi all!

Is there a way to create a field which is divided by lines in separate blocks along the horizontal and vertical axis. The amount of horizontal and vertical blocks can be set in the program.

I want to give my separate blocks a color depending on my data. Is there anyone who could help me? Thanks in advance!
0 Kudos
Message 1 of 5
(2,817 Views)
Hi Xander,
perhaps this is made easiest with a picture- indicator. Draw the lines and filled rectangles with the VIs in the "picture functions"- palette. If you want to have scales, you should have a look into the "picture plot"- palette, there are some VIs to handle a scale (it then looks like the scales in a graph- indicator).
Hope this helped,
Dave
Greets, Dave
0 Kudos
Message 2 of 5
(2,809 Views)
Sounds like at that you need is a table. Look at the examples at http://forums.ni.com/ni/board/message?board.id=170&message.id=177703&query.id=0#M177703.
0 Kudos
Message 3 of 5
(2,806 Views)
That's right,
if the blocks have fixed size, but then what about a 2D-Array of Color-boxes?
Dave
Greets, Dave
0 Kudos
Message 4 of 5
(2,801 Views)

And what about an intensity chart, you can draw all kind of colors just by changing the value of a pixel and the pixel size is determined by the array.

Eventually you could use more pixels for one block or even add lines by showing the grid.

greetings from the Netherlands
0 Kudos
Message 5 of 5
(2,795 Views)