I don't know if it's possible.
I have a program that send me one random number each loop (1, 13, 35, 24, ... max number 50) and only once. I need know this numbers, herefore I though to assign each number to one led respectively ( number 1 - led1, number 2 - led2, number 3 - led3, ..., and number 50 - led50). This method implies create 50 leds in the front panel!! (hide indicator is not the solution)
I should wish in each loop show only the leds received.
Example:
start
loop 1:
- I receive the number 3
- switch on led3
loop 2:
- I receive the number 12
- switch on led12 and led3 keeps switched on.
loop 3:
- I receive the number 8
- switch on led8 and led3 and led12 keeps switched on.
Thank you
LV 7.1 / Win XP