04-19-2006 02:24 AM
04-19-2006 09:49 AM - edited 04-19-2006 09:49 AM
Hello Pierre,
Since you have the LEDs inside an array of clusters, you will want to use Bundle by Name, and write to each LED in the array in a loop. As shown below:
If you want to write to just one LED, then you could Index out that particular cluster and use the Bundle function.
Avoid property nodes in general (affects performance), especially on RT where they won't even work!
Regards,
-Khalid
Message Edited by Khalid on 04-19-2006 08:49 AM