10-05-2005 03:41 PM
10-05-2005 05:42 PM
Hi Peter,
With a little more view to the left in "CreatingClu..." and a clue as to which node is flagging the error I would not have to guess.
I suspect the issue is that you are attempting to us a reference opened on the server side and use it on the client side. I believe you may get away with this if both the server adn client were the same machine but not across the network.
Sorry if I am guessing wrong.
If not please post larger iamges of the entire refnum data path start to end.
Trying to help,
Ben
10-06-2005 01:10 AM
Hi Peter,
I liked your idea - having faced exactly the same situation, it never occured to me to do this. I built a simple example of one VI calling another as you've shown.
In my example, IF the caller terminates after invoking the callee, the reference [in the callee] is bad as soon as it can be checked, however, if I put a loop in the caller (to keep caller running,) the TCP reference is valid when the callee checks it. So your idea seems to work (for me, and assuming callee is on local machine.)
Thanks for the post!