Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

custom interface cannot have dependencies

Hello all,

 

         I'm trying to program a custom inferace for VBAI using VI. In the VI I'm trying to plot a histogram. However as soon as I provide the path for the VI under inspection interface configuration in VBAI it throws an exception " custom interface cannot have dependencies such as sub VI... ". If I take out the histogram everything works fine. Please provide me inputs as to if there is any work around to display the histogram on the interface.

 

 

thanks.

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

Vision Builder AI cannot import VIs that have dependencies, such as sub VIs, DLL calls, or control type definitions.

 

see here

0 Kudos
Message 2 of 3
(3,459 Views)
You can check out the example here that illustrates how to calculate histograms for your Custom UI without needing dependencies (i.e. calculate the histogram yourself) Example 2 - Statistics is what you want. http://zone.ni.com/devzone/cda/epd/p/id/5734?submitted=yes Hope this helps, Brad
0 Kudos
Message 3 of 3
(3,449 Views)