LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Find all property nodes in memory

It would really be helpful to be able to use the find utility to search through all VIs in memory for any Property Nodes of a certain Reference. Is this possible? It is simple to find References, but many times I pass references to VIs through clusters. Besides, I want to narrow my search to just see if properties were accessed, not just present.
0 Kudos
Message 1 of 3
(2,541 Views)
No, LabVIEW does not expose any tools to do this.

-Jim
0 Kudos
Message 2 of 3
(2,541 Views)
> It would really be helpful to be able to use the find utility to
> search through all VIs in memory for any Property Nodes of a certain
> Reference. Is this possible? It is simple to find References, but many
> times I pass references to VIs through clusters. Besides, I want to
> narrow my search to just see if properties were accessed, not just
> present.

If you have a specific set of properties, then search for the text in
the property node. This doesn't work for Class names, just property
names, but hopefully it will be a small number of properties with
relatively unique names.

Greg McKaskle
0 Kudos
Message 3 of 3
(2,541 Views)