03-04-2009 03:56 AM
Hello,
I am programming some hardware and I am having a pretty basic problem. I have a sub VI that controls the data aquistion that has a busy signal boolean which evaluates to true when the equitpiment is on. I would like to pass that signal on to my main vi, but the light in my main vi never turns on. I believe the issue is the sub vi only passes back values when it has finished and it finishes when the equiptment turns off. I created an example vi to demonstate my point. Is there any way around this problem?
Thanks
Solved! Go to Solution.
03-04-2009 04:42 AM - edited 03-04-2009 04:49 AM
Create a control reference to the indicator in the main VI, pass it to the sub-VI (through the connector pane) and write to it there using a Property Node. Bob will be your uncle.

Oh, yeah. Please don't use Stacked Sequence structures. Search these forums for reasons why and alternatives to using these horrible, horrible, horrible things.
03-04-2009 06:04 AM
03-04-2009 06:46 AM