There is a stop button on my main vi and the boolean value could be passed to subvi using control reference. So the subvi could stop when the stop button on main vi's front panel is pressed. My question is how I can pass that boolean value to nested subvi, so once the stop button in main vi is pressed, all nested subvi stop?
Thanks.