07-06-2009 01:52 PM
Hello,
I am using 16 color boxes to indicate how 16 channels are behaving. If a color box is blue, its respective channel is running correctly, red means it has failed etc. I am continuously checking each channel using a loop, and I wanted to update the channel colors every loop. I have made an array of 16 numbers corresponding to the color I wish to have (which are blue = running, red = failed, green = completed, black = not in use). However, I cannot find a way to pull these 16 numbers out of the array and to the color boxes short of 16 index arrays connected to the color boxes.
I understand how to convert each individual number to a color, I just don't know how to use a 16 times for loop to communicate with a different color box each pass through. Is there any way to do this or should I just go for brute force?
Thank you.
Solved! Go to Solution.
07-06-2009 01:59 PM - edited 07-06-2009 02:00 PM
07-06-2009 02:16 PM
07-06-2009 02:54 PM
07-06-2009 03:26 PM