LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build Application

Solved!
Go to solution

Hello, I have a vi attached from which I am building an application to install on anther computer without a licence. I am using Labview 7.0 and have installed Run-time 7.0 on the target computer.

 

The only problem is that when I try and run the built application on the target computer it doesn't work like the original vi and fails to report errors or save data, or communicate via the serial port which I have built into the vi as it should.

 

Is there something I am missing when making a build application from a vi. I use the very basic settings in build application and simply save a build to a certain location and hit build. I do not play with any of the settings in build application.

 

Nevica

0 Kudos
Message 1 of 9
(3,470 Views)

 


The only problem is that when I try and run the built application on the target computer it doesn't work like the original vi and fails to report errors or save data, or communicate via the serial port which I have built into the vi as it should.

 

 

The COM port number might be the key. Comp port number which you initially specify might vary from pc to pc. 

0 Kudos
Message 2 of 9
(3,462 Views)

No, its not the com port. I have checked the com port addresses with Hyper Terminal. Definitely not the problem.

 

Nevica

Message Edited by nevica on 08-14-2009 06:56 AM
0 Kudos
Message 3 of 9
(3,460 Views)
0 Kudos
Message 4 of 9
(3,456 Views)
Solution
Accepted by topic author nevica
0 Kudos
Message 5 of 9
(3,454 Views)

I understood from your post that you're building an EXE file, right?

Why don't you build an installer, all needed drivers, dependencies (call it laike you want) will be encapsulated into that installer.

 

You can then install your code like any other software.

Way easier than trying to find out what you have to install besides your exe Smiley Happy

0 Kudos
Message 6 of 9
(3,438 Views)

Hi Muks,

 

Thanks for the advice. It now works properly!!!

 

Nevica

0 Kudos
Message 7 of 9
(3,436 Views)

i have a question.. if i make an installer or application..

the tool bars or the stop button for the program will gone if i installed it to other computer that has no labview?

0 Kudos
Message 8 of 9
(3,090 Views)

You need to install the Labview Runtime program on the target computer.

0 Kudos
Message 9 of 9
(3,062 Views)