LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Port with LabView

Solved!
Go to solution

Aojha

 

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....

0 Kudos
Message 21 of 23
(481 Views)

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.

Labview user
Message 22 of 23
(476 Views)

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.

color box array.png

Message 23 of 23
(460 Views)