11-25-2008 09:55 AM
I have a large Labview program (1000+ vis) which does image and motion acquisition and then processing of the image. I am splitting this into 2 seperate parts. Acquisition and Analysis. The acquisition does some simple image manipulation and the analysis extensivly uses the vision processing vis. How do I findout which vis can be called with the vision acquisition liscence and which require the vision development runtime? I would like for each part of the program to only require one lisence since they will be distributed over two physical PCs.
11-25-2008 10:11 AM
Hi, Paul,
Refer to this KB Article: Which VIs are Installed with NI-IMAQ and Vision Acquisition Software?
Then you should check dependencies - that you haven't used Vision VIs in the acquisition part.
Andrey.
11-25-2008 10:19 AM
Thanks This was what I was looking for.