GregFreeman Posted April 24, 2012 Report 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
GregFreeman Posted April 24, 2012 Author Report Posted April 24, 2012 found getUserAppReference.vi in LabVIEW 2011\vi.lib\Utility\allVisInMemory.llb 1 Quote
Francois Normandin Posted April 24, 2012 Report Posted April 24, 2012 This one might be of interest also... <resource\plugins\templatebrowser.llb\NewDlg GetActiveProject.vi> Quote
Aristos Queue Posted April 24, 2012 Report 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
Zou Posted September 15, 2014 Report 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
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.