LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ArrElem.Blinking

I need to control the apperance of a single element of an array.  'ArrElem.Blinking' set to True does result in one element of the array to blink.

 

I can use the index to set the value,

  ?? But I do not see how to select index of the array to set this property 'ArrElem.blinking.??

0 Kudos
Message 1 of 2
(2,572 Views)

You can't.  All elements of the array must have the same properties, and that includes blinking.  The only difference allowed between array elements is value.

 

What you can do is build your data structure so that instead of an array, it is a cluster, then access that particular element of the cluster and have it blink.

0 Kudos
Message 2 of 2
(2,571 Views)