From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

updating dynamiclly subvi indicator in main

I've learned to parse a string in general,however, why does main vi update after subvi is finished? Solution for problem? see attached. thankz
0 Kudos
Message 1 of 3
(2,390 Views)
A subVI is not supposed to return values until it's done. That's the way it works in other languages as well. There are ways to update the main while a subVI is executing but I think the biggest problem is that your subVI is just slow and ineffecient. From your post in another forum, I've modified your VI to do it a little differently and get the results that you said you want.
0 Kudos
Message 2 of 3
(2,385 Views)
Thanks Dennis, trying to spend this week to get more familair with lv
0 Kudos
Message 3 of 3
(2,379 Views)