LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"system launch" specific modules inside a library

Bonjour,


I use a large library (let's say this is necessary there) to store a large application with many user screens in it.
The modules all fall out into one application tree. Thus the root module is the one to be launched as "library top module" and I declared it appropriately.

But sometimes I would like to launch only one specific sub-module, not the "top" one, using a command line / system call. Is there a Labview command or tool to "system launch" specific modules inside a library ?


Thanks - oz
0 Kudos
Message 1 of 3
(2,689 Views)
LabVIEW accepts as a command line option the name of a VI to open or a library and a VI to open. So if in the \temp directory you have a library called lib_test.llb in whict there are the first.vi and second.vi, you can create a shortcut to LabVIEW with the property
'labview.exe c:\temp\lib_test.llb\first.vi'
and LabVIEW will launched opening directly first.vi
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(2,689 Views)
Thank you very much ! - oz
0 Kudos
Message 3 of 3
(2,689 Views)