As the previous post stated, the boolean on the lower _right_ of the connector pane is a control, which in LabVIEW is an input to the subvi. When you say "t/f output to the loop test of a while loop" what do you mean? It is a the t/f control for the loop that it is in, and pressing it will cause the loop to stop and the sub-vi it is in will return to the higher level calling vi. You really don't need to pass its value out, it is implied by the fact that the sub-vi finishes. If you had some means of data flow control, like error in/out you could just use its return to continue the program (you can anyway, but probably not as controlled). What are you attempting to do?
Putnam Monroe
PutnamCertified LabVIEW Developer
Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5

LabVIEW Champion