12-05-2012 04:44 AM
Yes, that is kind of the requirement I have... how you do that? there is any tutorial in order to make the color part? Then I have to read the communication side and make as a table for the ranges from 0 to 255 on intensity....
12-05-2012 04:49 AM
You may try Labview Examples for better understanding.
Right click to LED on fron panel search for color in that, It is array of cluster of two elemets (Foreground and Background).
I filled random no.s in those cluster and given to color. you may place your decimal no. in that.
12-06-2012 05:13 AM - edited 12-06-2012 05:13 AM
Instead of using 16 individual booleans, use an array of colorbox indicators, and just update the appropriate element in the array. The image below is a trivial modification of Aojha's VI that's simpler, easily expanded, and avoids sequence structures. You will want to store the colorbox array in a shift register so you can easily update an individual element when the corresponding value arrives on the serial port.