Jump to content


Photo
- - - - -

Launching additional Application at LabView Startup


  • Please log in to reply
5 replies to this topic

#1 LAVA 1.0 Content

LAVA 1.0 Content

    <customize this text>

  • Members
  • PipPipPipPipPipPip
  • 2,827 posts
  • Version:LabVIEW 8.6
  • Since:2009

Posted 16 February 2006 - 08:15 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.

#2 jpdrolet

jpdrolet

    Extremely Active

  • Members
  • PipPipPipPip
  • 368 posts
  • Version:LabVIEW 2009
  • Since:2009

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 orko

orko

    The 500 club

  • JKI
  • 577 posts
  • Location:Tulsa, OK
  • Version:LabVIEW 2012
  • Since:2005

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
Joe "orko" Sines

#4 LAVA 1.0 Content

LAVA 1.0 Content

    <customize this text>

  • Members
  • PipPipPipPipPipPip
  • 2,827 posts
  • Version:LabVIEW 8.6
  • Since:2009

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 Michael Aivaliotis

Michael Aivaliotis

    MindFreak

  • JKI
  • 2,662 posts
  • Version:LabVIEW 2012
  • Since:1994

Posted 18 March 2011 - 05:46 AM

*
POPULAR

Added a LabVIEW Wiki page that covers this. Anyone can edit and improve it if they desire:

http://labviewwiki.o...nt_Callback_VIs
Thank You
Michael Aivaliotis

VI Shots

#6 crelf

crelf

    I'm a LAVA, not a fighter.

  • V I Engineering, Inc.
  • 5,742 posts
  • Version:LabVIEW 2012
  • Since:1993

Posted 18 March 2011 - 07:04 PM

Added a LabVIEW Wiki page that covers this. Anyone can edit and improve it if they desire.

:cool:

post-181-1170858537.png