LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Compile to .exe

Is there a way to compile a whole library to an EXE file.
I've heard it was possible, but don't find it in the menu's.
This is the situation.

I wrote a library with a main VI in it.
This VI start automatically when double clicked on the library ICON,
and when I press the Exit but in this VI, labVIEW automatically shuts
completely down.

But when I remove labview from the PC, my library doesn't work anymore.

Every hint, tip is welcome !

Thanks !!

Kristof
0 Kudos
Message 1 of 5
(2,795 Views)
Kristof,

To build an EXE, you have to have Application Builder. This is part of the LV Professional Development System, or you can buy it separately.

If you don't have App Builder, you have to have the LV development system on the computer.

Bruce
Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 5
(2,795 Views)
Hi Kristof,

for building an executable file out of you library you have to use the
application builder. After compiling you always need the LabView drivers
to run the executable. If you have deleted all LabVIEW components you
have to install the LabVIEW Runtime Engine on that PC for running your
program.

Henrik


Kristof Poppe schrieb:
>
> Is there a way to compile a whole library to an EXE file.
> I've heard it was possible, but don't find it in the menu's.
> This is the situation.
>
> I wrote a library with a main VI in it.
> This VI start automatically when double clicked on the library ICON,
> and when I press the Exit but in this VI, labVIEW automatically shuts
> completely down.
>
> But when I remove labview from the PC, my library doesn't work anymore.

>
> Every hint, tip is welcome !
>
> Thanks !!
>
> Kristof
0 Kudos
Message 3 of 5
(2,795 Views)
I don't have the option 'Application Builder' so I have to buy that add-on !
Thanks for the support !

Kristof

Henrik Skupin wrote:

> Hi Kristof,
>
> for building an executable file out of you library you have to use the
> application builder. After compiling you always need the LabView drivers
> to run the executable. If you have deleted all LabVIEW components you
> have to install the LabVIEW Runtime Engine on that PC for running your
> program.
>
> Henrik
>
> Kristof Poppe schrieb:
> >
> > Is there a way to compile a whole library to an EXE file.
> > I've heard it was possible, but don't find it in the menu's.
> > This is the situation.
> >
> > I wrote a library with a main VI in it.
> > This VI start automatically when double clicked on the library I
CON,
> > and when I press the Exit but in this VI, labVIEW automatically shuts
> > completely down.
> >
> > But when I remove labview from the PC, my library doesn't work anymore.
> >
> > Every hint, tip is welcome !
> >
> > Thanks !!
> >
> > Kristof
0 Kudos
Message 4 of 5
(2,795 Views)
"Kristof Poppe" wrote in message
news:3AC05AB9.D41166B@sipex.be...
> I don't have the option 'Application Builder' so I have to buy that add-on
!
> Thanks for the support !

Kristof

If you are using LabVIEW 6i and you application is "simple" (i.e. no DAQ,
TCP, etc), you can also use the free LabVIEW player to run it without having
LabVIEW installed.

http://zone.ni.com/devzone/conceptd.nsf/webmain/87392D1CB3C49DDE86256AE30049CE55?OpenDocument

The LabVIEW player is mainly designed to share programming ideas, not to
built industrial strength application. One advantage with the player is the
fact that you can actually look at the diagram.

Cheers
Christian
0 Kudos
Message 5 of 5
(2,796 Views)