Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -354809 occurred at VBAI Interface - Open Inspection.vi

I am using a NI Smart Camera 1722 and am stuck at Open Inspection.vi of my code.  It throw this error:

 

Error -354809 occurred at VBAI Interface - Open Inspection.vi

Possible reason(s):

Vision Builder AI: (Hex 0xFFFA9607) The validation of the inspection returns errors.

 

Very basic code here.  Not sure what the path is supposed to be for the .vi to work correctly.  I do not have Real-Time so I need a full path name.  Any help on this issue would be appreciated.

 

Attached is the simple test vi.

0 Kudos
Message 1 of 2
(5,036 Views)

This typically happens if the inspection you try to open is using resources (cameras, frame grabbers, serial ports, etc.) that are reserved by another process (or the simulate acquisition step can't find the image file to open). Try opening the inspection in the regular VBAI executable, which may provide more detailed information about which step in particular is failing. If this works without errors, make sure to shut down VBAI, it may be reserving the device the inspection needs to open. Make sure MAX is shut down as well. Once no other process is using resources the inspection needs to reserve, it will work. You can also try opening one of the shipping examples that don't use any resources.

 

Hope this helps,

Brad

0 Kudos
Message 2 of 2
(5,029 Views)