LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Another Bitey LV Quirk

ovor.png

If you're looking for a front panel object, you can wire a Front Panel Reference (or even a VI Reference) to the "owner refnum" input ... as long as the VI has only 1 pane.  If it has more than 1 pane, you must wire a reference to the specific pane on which the control resides.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 1 of 2
(1,471 Views)

Never use the Open VI Object Reference function. It doesn't do well when looking for nested objects. Instead, use this hidden gem:

 

[LabVIEW 20xx]\vi.lib\Utility\traverseref.llb\TRef Find Object By Label.vi

Message 2 of 2
(1,436 Views)