Snelephant Posted March 16, 2010 Report Share 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 Link to comment
hooovahh Posted March 16, 2010 Report Share 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? 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.zip Quote Link to comment
Snelephant Posted March 17, 2010 Author Report Share Posted March 17, 2010 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 Link to comment
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.