03-06-2002 03:03 PM
03-06-2002 05:44 PM
03-06-2002 09:06 PM
08-31-2006 04:53 PM
Hi LabView Guru:
First of all, thank you for the post and the solution. I have an identical situation as posted before (unknown number of sensors), but in this case, the indicators are in different locations on the front panel. Do you have any ideas on how I should proceed, when I don't know the number of sensors, but want to create indicators that are located at different positions in the front panel.
Thanks
08-31-2006 05:07 PM
09-01-2006 10:01 AM
Hi Dan: Does this mean that I need to have an unknown number of cases? Here is my situation: I have an array that dynamically changes its size. I am trying to extract each element of this array and check if that element is within a range, say 0-100. If it is below 50, I'd like to display a LED with green light and if it's above 50, the LED turns red. I can do this using the array indexing/comparison functions and get an array/cluster of booleans. But my requirement is that the LEDs are distributed all over the front panel. It will be nice to have a feature that gradually changes the intensity of the color as the value in the array changes, but that's just nice to have... I have attached a picture of the front panel. Any ideas/suggestions? Thanks in advance.
09-01-2006 11:22 AM
09-01-2006 12:40 PM
hi randall:
Thanks for posting the code. Could you explain the logic you've used? I am not able to understand where the numbers 255 and 511 come from and what they do? Thanks again.
km
09-01-2006 01:16 PM
You might be able to simulate this with a picture control. See this thread.
http://forums.ni.com/ni/board/message?board.id=170&message.id=24151
09-01-2006 01:49 PM