From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Compile

Hello to all


How compile * llb in file *.exe in LABVIEW? what the program?
I have Labview 5.0
0 Kudos
Message 1 of 4
(2,658 Views)
The add-on that you need is called the LabVIEW Application Builder. Here's a link to an NI KnowledgeBase entry that gives some technical info plus a link to the NI Catalog page for the product:

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/2217d760376348fe862562bd0064547c

Regards,
John Lum
National Instruments
0 Kudos
Message 2 of 4
(2,658 Views)
I believe you can not compile executable files from your basic Labview programming environement. You must buy "Labview application builder" from NI.

Check out
http://www.ni.com/catalog/pdf/1msw086_087a.pdf

-oz
> How compile * llb in file *.exe in LABVIEW? what the program?> I have Labview 5.0
0 Kudos
Message 3 of 4
(2,658 Views)
olivier.zimmermann@isn.in2p3.fr (Olivier Zimmermann) wrote in
<3A881B21.17D94523@isn.in2p3.fr>:

>I believe you can not compile executable files from your basic Labview
>programming environement. You must buy "Labview application builder"
>from NI.
>
>Check out
>http://www.ni.com/catalog/pdf/1msw086_087a.pdf
>
>-oz
> > How compile * llb in file *.exe in LABVIEW? what the program?> I
> > have Labview 5.0
>
>

Actually these terms need clarification. In more common programming
languages there is "compiling" and "linking"; separate steps. All LabVIEW
code in the development environment is compiled! The code is compiled as it
is loaded into memory (if required). Unlike interpreted languages, this
means that the running of the program is quite fast. However, the
defaults
in the development environment include debugging code which will add some
small percentage hit to the overall performance of the application. Using
the application builder or deselecting debug code (see VI properties) will
give you that small performance boost.

In other words it is the LINKING that is done by the application builder to
create the executeable, and this is not possible without the application
builder add on product.

cheers, Alex.

--

Alexander C. Le Dain, PhD
ICON Technologies Pty Ltd
http://www.icon-tech.com.au

******************************************************************
* The LabVIEW FAQ http://www.icon-tech.com.au/thelabviewfaq.html *
******************************************************************
0 Kudos
Message 4 of 4
(2,658 Views)