LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Find selected instances of polymorphic vi

Solved!
Go to solution

Hi,

 

Is it possible to find all instances of a polymorpic vi that specific vi?

 

I have a database object (FGV + variant. Data elements are stored by name as variant attributes). To abstract data access and also to prevent typos I have get- and set- vis for each element wrapping the FPV.

To make coding easier all get- and set- vis are bundled in a polymorphic vi.

It's working nicely and choosing the data-object of interest by dropdown of the polymorphic vi is nice. But now I realized there I cannot find all instances that e.g. write a specific data element.

 

Makes sense? Hope so.

 

Thank you

0 Kudos
Message 1 of 4
(2,190 Views)
Solution
Accepted by topic author ChristophHS

Hi Christoph,

 

in the VI hierarchy window you should see your polymorphic VI with its "child" instances.

You can right-click the "child" and select "Find all instances":

check.png

Best regards,
GerdW


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

@GerdW wrote:

Hi Christoph,

 

in the VI hierarchy window you should see your polymorphic VI with its "child" instances.

You can right-click the "child" and select "Find all instances":

check.png


SUPER!  I always forget the hierarchy window.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 4
(2,176 Views)

Oh cool and thank you very much!

Exactly what I was looking for.

0 Kudos
Message 4 of 4
(2,147 Views)