05-29-2013 05:10 AM
Hi,
May I know how to get the variable from the subpanel VI?
Please see my VI, when I start the test in any of the subpanel, I can't get any variable in the "Get All Control Values Variant" indicator.
Is there any wrong?
Thanks.
Solved! Go to Solution.
05-29-2013 05:12 AM
Just a short guide for my VI here, kindly start from 2x2.vi, and load the sequencer.vi in the path to run.
05-29-2013 05:37 AM
Try this:
Put a For Loop at the end, just before you close the reference to the VIs. like shown below.
05-29-2013 08:13 PM
Hi 1983,
If I would like to get the variable before the exit button is pressed, how can I do it?
Thus I can see the variable will be keep varying in the "Get All Control Values Variant" indicator.
I would like to do that, because I wish to put the array indicator into another tab page.
I tried to move your new for loop to the front of the event loop, it is not worked.
Thanks.
05-29-2013 10:31 PM
Pass a queue, notifier, or user event into the subpaneled VI, and listen for it in the calling VI.
05-29-2013 11:32 PM
Try this:
05-30-2013 12:51 AM
Hi 1983,
Thanks my problem is solved!