GregFreeman Posted April 24, 2012 Report Share Posted April 24, 2012 (edited) When a new VI is created, what is the best method, from within lv_new_vi.vi, for determining which project is owning this new VI? Edited April 24, 2012 by for(imstuck) Quote Link to comment
GregFreeman Posted April 24, 2012 Author Report Share Posted April 24, 2012 found getUserAppReference.vi in LabVIEW 2011\vi.lib\Utility\allVisInMemory.llb 1 Quote Link to comment
Francois Normandin Posted April 24, 2012 Report Share Posted April 24, 2012 This one might be of interest also... <resource\plugins\templatebrowser.llb\NewDlg GetActiveProject.vi> Quote Link to comment
Aristos Queue Posted April 24, 2012 Report Share Posted April 24, 2012 I would just get the project property of the new VI. That would also allow you to know which target within the project. Quote Link to comment
Zou Posted September 15, 2014 Report Share Posted September 15, 2014 How to get the application instance for current target so that I can start the new VI in the RT target ? 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.