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: 

Newbie question

In general, I would like to create an executable only version of my VI, so I can run this VI without having the developmental version of LabVIEW installed on the PC?

0 Kudos
Message 1 of 14
(1,505 Views)

Yes, possible, though LabVIEW development environment is not required on the PC it is run on, LabVIEW runtime engine is required.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 14
(1,489 Views)

You need the application builder to create standalone applications. (included in some versions. What do you have?)

0 Kudos
Message 3 of 14
(1,467 Views)

You have to understand lot more on the LabVIEW Environment.

 

1. You should have a properly structured Project Files mapped with your Developed Code Module, which will look something like below

PalanivelThiruvenkadam_0-1664778593295.png

2.You need to Create Application (EXE)

3.If you want to install in a PC where no LabVIEW Platform (NI Runtime Engine) you should create Installer.

 

Note: Input to your Installer will be your application.

 

Check Below image for better understanding.

PalanivelThiruvenkadam_1-1664778733780.png

 

Note: You should have application builder license to carry out above process.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 4 of 14
(1,395 Views)

hello thank you for the reply.

 

I have two different LabVIEW developmental installations to work with:

LabVIEW 2020.. Full development system

 

And

LabVIEW base development system, version 21.0.1f2(64-bit)

0 Kudos
Message 6 of 14
(1,344 Views)

@LED47 wrote:

hello thank you for the reply.

 

I have two different LabVIEW developmental installations to work with:

LabVIEW 2020.. Full development system

 

And

LabVIEW base development system, version 21.0.1f2(64-bit)


To use the application builder, you need LabVIEW professional or add the application builder to what you have

 

You can compare versions, especially the "code deployment and distribution" section here.

0 Kudos
Message 7 of 14
(1,327 Views)

The easiest and surest way to find out if you have the Application Builder, is to open the NI Licence Manager and see...

 

lm2Capture.PNG

========================
=== Engineer Ambiguously ===
========================
Message 8 of 14
(1,302 Views)

okay thank you very much,

 

yours was the best help of all

0 Kudos
Message 9 of 14
(1,236 Views)

I have LabVIEW 2020,I have a green dot for application builder.

I have a single VI (.vi), I want to convert that to a run time version?

Can I do it?

0 Kudos
Message 10 of 14
(1,170 Views)