LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

issue with deployment utility

hello,

i tried to convert our project into deployment installer so that it can run on test system which has on Labview RTE and TS but it fails and shows an error on test sytem that missing sub vis. how can we include library vis (vi.lib, user.lib) to into installer as our vi use those as subvis. 

 

Actually we have a very big project with so many sequences all used vis witch used shared vis from(vi.lib) for that project i have tried to covert deployment utility but it fails with error that its cant find files from div.lvproj, also throw the error that subvis are missing.

we have one system vi LV and TS development env. and want to run this project on deployment env. which have LV RTE and TS. 

 

so can u please answer what is probleam with that?

 

can we include labview project(.lvproj) in teststand deployment utility?

 

can we include those vi.lib file in so that it can run on test system.

 

thank you.

0 Kudos
Message 1 of 2
(2,550 Views)

You mention that the machine on which you will run your code has the LabVIEW Run Time Engine installed.  Am I correct that this machine is not running the LabVIEW Development System, i.e. you can't program LabVIEW on this machine?

 

If that is the case, then what you need to do on your Development System is build an Executable (or an Application) from your code.  When you do this, the necessary functions from vi.lib and user.lib will be included in the Build.

 

Oops, I just noticed that you are also talking about TestStand.  I don't have experience with the TestStand environment, so I can't give specific recommendations.  However, there are several articles on the Web about TestStand Deployment -- see if any of them are helpful.

 

Bob Schor

0 Kudos
Message 2 of 2
(2,511 Views)