LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing indicator properties when in an array of clusters

Solved!
Go to solution

I have a cluster with a numeric, boolean and string indicator (total of 3 indicators). This cluster is in an array with 5 rows. How do I set (for example) the  blinking property of the boolean in the 3rd row to true?

0 Kudos
Message 1 of 2
(2,453 Views)
Solution
Accepted by topic author S-T-G

Hi S-T-G,

 

the general way of getting the right reference is shown in the attachment.

 

BUT:

In an array all elements have the same properties (beside the value). So you cannot set just one boolean in a cluster element to blinking!

Message Edited by GerdW on 12-14-2008 07:50 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,452 Views)