08-24-2018 12:59 PM
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...
08-24-2018 04:01 PM
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.
08-24-2018 05:14 PM
Okay I will give that a shot, thank you!