LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting: Show node/structure/object in BD

Solved!
Go to solution

Clicking a row in conventional list of Search Results opens BD of corresponding VI and brings the found item in area of view.

 

Is there a simple way to do the same in LabVIEW scripting? I need to show a BD object to user.

 

Of course, I can implement traversing through all BD structures, calculating relative positions, etc. etc. However it could be discovering of a wheel.

 

Thank you

_____________________________________
www.azinterface.net - Interface-based multiple inheritance for LabVIEW OOP
0 Kudos
Message 1 of 3
(2,011 Views)
Solution
Accepted by topic author _Y_

The Object Highlight method using an invoke node should do what you want.

LabVIEW_2018-05-09_15-31-56.png



Using LV2018 32 bit

Highly recommended open source screen capture software (useful for bug reports).

https://getsharex.com/
Message 2 of 3
(1,946 Views)

Thank you, it works (LV2016 32bit)

_____________________________________
www.azinterface.net - Interface-based multiple inheritance for LabVIEW OOP
0 Kudos
Message 3 of 3
(1,940 Views)