LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy program from lab window

I use vision assistance generate c code

 

then i add a code for aquire video from webcam

 

If i want to run this program in another computer how can i do it?

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

This is not quite an easy question!

 

Basically, to run a CVI application on a separate computer you must install the CVI Run-Time Engine and all needed libraries / toolkits on the target machine. CVI integrates tools to create distribution disks that pack up all these piece in a single installer, so you can create a distribution that solves all this matter.

This topic is discussed in the online help: here the starting point for this argument, which you should find on your machine as well. Here a tutorial on distributing applications.

This is the easy side Smiley Wink

 

You need no user licence to run a pure CVI program on a target computer, but since your application uses libraries out of CVI core libraries, you need to understand if the target machine needs a separate license for them: if you are using NI toolkits, here you can find a listing of all toolkits and details on user licenses needed for each of them, if any. This is really a crucial point, as the necessity of a separate license is not so clear in some cases (i.e. when you are using some third party ActiveX controls not enough documented on this subject).



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,982 Views)