Where is your data going, to a file, the main vi, or the front panel of the
sub-vi? If it's the fp of the sub-vi, are you opening the fp using an
invoke node? If you can't get the fp to open, there's something wrong with
the inputs to the open vi reference function. Do the open vi ref. function
or the invoke nodes return any errors?
Dan.
"analog" wrote in message
news:50650000000800000005AF0000-1068850981000@exchange.ni.com...
> I used an open reference to open a sub-VI and run it in the Main VI,
> but the sub-VI only runs when I open the sub-VI manually in advance
> and then hit run on the Main VI. If I just run the Main VI without
> opening the sub-VI manually in advance, nothing happens, I do not get
> any data. Does anybody know why this happens?