LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Live Data from SubVI in LabVIEW NXG?

Hello, 

I'd like to update a progress bar on my main VI using live data from a subVI.  I see there is a solution for non-NXG versions of LabVIEW (which I found at the link below) that involves wiring to "Value" on the Ctl refnum property node.  However, "Value" is not an option for the same property node in NXG.  Is there a different way to do this? 

 

Thank you!

 

 

found solution for non-NXG: https://forums.ni.com/t5/LabVIEW/How-do-I-get-live-data-from-a-subvi-while-it-is-running/td-p/563805...

0 Kudos
Message 1 of 3
(2,186 Views)

You could create a loop on your main VI that reads from a notifier to update the progress bar and use a send notification from the subVI to update it.

 

 

0 Kudos
Message 2 of 3
(2,155 Views)

Okay I will give that a shot, thank you!

0 Kudos
Message 3 of 3
(2,146 Views)