Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

I need a way of differentiating between IMAQ driver VIs & Vision Development Module VIs

Hi,

I have an application that contains both IMAQ driver VIs & also Vision Development Module VIs.  I want to remove the Vision Development Module VIs from my application but need some way of differentiating between the two.  Are they saved to a different place on my hard disc?  If so, I could recurse my project and sort based on hard disc location...  If not, are there any other options?

 

Thanks,

Jonathan

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

IMAQ and IMAQdx driver VIs are located in the following folder: <LabVIEW>\vi.lib\vision\driver.

However, both drivers ship with some common Vision VIs (basic functionality to for example create an image), with are located in various llbs in vi.lib\vision.

If you're just looking into getting rid of the VIs that are protected by a license there is a simple way, which is to look for the VIs in your application that belong to the NI_Vision_Development_Module.lvlib. Those are the licensed VDM VIs.

 

Hope this helps.

 

Christophe

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