OK!! This did make things work better. I was able to build a distribution llb of the second VI, and ftp it to the RT controller. I then targeted the top level VI to the RT box, and ran it, with execution highlighting on. This time, the complete sequence of steps, through the Invoke and Close Reference, executed, and each returned 'OK' in the error status. The target VI started up, as evidenced by its writing to a log file I added for the purpose.
Then, it stopped. Completely. It got through one iteration of its infinite loop, writing a trace to the log file, and quit... I considered the possibility that it failed due to the front panel not being open, per the one Boolean parameter passed to the Property Node. However, Property Nod
e always returns an error (-1), if the OpenFP param is set to True.
Today, I'm adding further trace log outputs, to try to see just where in the sub-VI tree it is halting...