Snelephant Posted March 16, 2010 Report Posted March 16, 2010 A.vi calls B.vi. Is there a way to acquire the path to A.vi from within B.vi without explicitly supplying this to B.vi? Quote
hooovahh Posted March 16, 2010 Report Posted March 16, 2010 On 3/16/2010 at 12:22 AM, Snelephant said: A.vi calls B.vi. Is there a way to acquire the path to A.vi from within B.vi without explicitly supplying this to B.vi? Attached is a zip, in that zip is two VIs A and B. A calls B, and B gets the path of A using a reference to the VI and using a property node. A Calls B Path.zipFetching info... Quote
Snelephant Posted March 17, 2010 Author Report Posted March 17, 2010 On 3/16/2010 at 2:44 AM, hooovahh said: Attached is a zip, in that zip is two VIs A and B. A calls B, and B gets the path of A using a reference to the VI and using a property node. Perfect! The key here is the 'Call Chain' function, which I had not been aware of. Thanks a lot. Snelephant Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.