Launching additional Application at LabView Startup
#1
Posted 16 February 2006 - 08:15 PM
#2
Posted 16 February 2006 - 08:56 PM
Is it possible to run a LabView VI or an .exe automaticlly when Launching Labview. I do not want it dependent on the shortcut that is used to launch LabView. The use case is for sychronizing may reuse librarys with my source code control. Using the SCC VI's in Labview 8.0 I have writen code that will do the sync., I just want it to run automaticalyy when LV is launched, so I know I am working with the latest and greatest reuse VI's. I was thinking maybe somthing in the LabView ini.
In the vi.lib folder, put a VI named lv_init.vi. This VI is called at LabVIEW launch. You can use this VI to launch other executables or any other task.
#3
Posted 16 February 2006 - 10:43 PM
In the vi.lib folder, put a VI named lv_init.vi. This VI is called at LabVIEW launch. You can use this VI to launch other executables or any other task.
That's slick! :thumbup:
The only reference that I've found to this is an article in Google's cache from Jim Kring (kudos!) coming from the OpenG tiki (which is currently down probably due to their recent upgrade). There are a lot more of these event callback VI's listed, here's a copy out of the cache (in rtf):
Download File:post-3266-1140129786.rtf
#4
Posted 17 February 2006 - 09:45 PM
In the vi.lib folder, put a VI named lv_init.vi. This VI is called at LabVIEW launch. You can use this VI to launch other executables or any other task.
Thanks a lot, It worked just as I had hoped.
#5
Posted 18 March 2011 - 05:46 AM

POPULAR
http://labviewwiki.o...nt_Callback_VIs
#6
Posted 18 March 2011 - 07:04 PM
Added a LabVIEW Wiki page that covers this. Anyone can edit and improve it if they desire.













