06-02-2010 06:38 AM
Suppose we have a vi name "example.vi" and this vi calls anothe vi name "SUBVI.vi". eaxmple.vi has an indicator name Boolean1. I want to set Boolen1 WHILE (this is very important) SUBVI is executing.
I attached the above vi's. Can you suggest a way to solve this problem?
Solved! Go to Solution.
06-02-2010 06:46 AM
Well you can update the reference to the boolean control in the mainVI from the subVI. Have a look at the following KB aricle:
How Can I Update the Changes Made to a Control/Indicator from a SubVI on the Main VI?
So, when the subVI starts execution, set the boolean to TRUE and when done, set it to FALSE.
06-02-2010 12:50 PM
Thanks Adnan, that's what i want 🙂
Are you Turk? your name is used in Turkish.
06-03-2010 03:08 AM