From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control reference of modified element present in array of cluster ?

Solved!
Go to solution

Hi All,

I want to get the reference of the modified element in the array of cluster. I have an event case for that particular control, but it gives only the reference of array, not the element present in the array of cluster.

 

below is control hierachy

 

Array

- Cluster

    - Controls

    - Cluster

       -Controls        <------- I want to know the reference of this control if it is get modified by user.

 

Hope will someone help me to solve this issue.

Thanks

0 Kudos
Message 1 of 2
(2,080 Views)
Solution
Accepted by topic author GRamy

Hi Ramy,

 

you will not get a reference to that special control. You may get references for the clusters and their contents in general…

 

To check which element has changed you need to compare "Old Value" with "New Value", both are given by the event case terminals!

Best regards,
GerdW


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