Boolean LED indicators (which give the best appearance) have only 2 standard states (T/F) of which you can have each state be any color. But when you need 3 colors, you have to use property nodes.
If you can keep all your property nodes and the actual booleon LED Indicator (they reference) on the same VI, then its much easier. If you need to get the G/Y/R info from a subvi, you have to use RefNums to pass properties (vs. just property nodes).
I'm attaching a neat VI which I use for a few applications needing 3-colored LEDs. Basically, I convert 3 mutually exclusive boolean inputs into a boolean number (000 to 111) and let the numbers (1 or 2 or 4) feed a case of the 3 numbers. Each case has the property node of the LED with a chosen color.
If you need ve
rsion 5, let me know.
Good Luck with it, Doug