LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

open reference / output in the same window

I want a vi (opened and started at runtime per reference) to display
its data on the frontpanel of the calling VI. How can this be done?

Thanks,
Andre
0 Kudos
Message 1 of 2
(2,455 Views)
THis can be done using control references.

Pop-up on the control you want the sub-VI to update. Create a reference to the control. Pass this reference to the called sub-VI when it is called (via its connector pane).

Inside the sub-VI, use a property node>>>value to update the indicator when required.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 2
(2,455 Views)