FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

advise to modify a item from a cluster

FP advise function works fine but I wanted to direct the value to a led from an array of cluster.
I don't know how to do that. I'm unable to create a value property node from a item inside an array of cluster.
Thank you for any pointer.

My data's  structure is the following:
array [5]:
    cluster:  
          Led 1
          Led 2
          Led 3
          string1,
          ......


0 Kudos
Message 1 of 2
(3,531 Views)

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

Message 2 of 2
(3,528 Views)