LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a function listing for the LabVIEW runtime engine available?

I wanted to know if there was a function listiing for the LabVIEW runtime engine. I know that I can create an executable and launch it to open a VI on my machine and run it. I also want to be able to programmatically launch the runtime engine and run a VI as well. Is there a way to get the function listing for the runtime engine and also to be able to progammatically launch the runtime engine to run a VI rather than creat an executable to do so? I am aware that the runtime engine is actually a DLL and I want to know what functions a compiled LabVIEW executable calls in the DLL to get the runtime engine up and running to enable me to run a VI.

Thanks
0 Kudos
Message 1 of 2
(2,533 Views)
bwoltz,

Why do you not want to use an exe?

Any calls to the LV RTE are known only by NI R&D and are probably not for public release. The application builder and an exe is the only way to distribute your VI to a machine without LabVIEW on it.

-Brett
0 Kudos
Message 2 of 2
(2,510 Views)