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.
Attachments:
NICameraTest.vi ‏20 KB

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

Similar Messages

  • Error -2147217887 occurred at DB Tools Open Connec(string).vi

    LabVIEW 7.1 with db connectivity toolkit is returning this error every few days.
    Error -2147217887 occurred at DB Tools Open Connec(string).vi -> ...
    Possible Reason(s):
    API Error: USER LIMIT EXCEEDED. In DB Tools Open Connec(string).vi -> ...
    I use the db toolkit to open four separate connections in a polymorphic sub vi every minute and retreive new data.  The connections are opened and closed each time in the sub.vi.  This vi needs to run indefinitely. 
    Does anyone have any ideas on how to resolve this issue?
    Thanks,
    dgw

    There are usually 1-3 users on this db.  This is not really a db, it is a process historian with an OLEDB interface.  I am going to check to see how many connections it supports.

  • When trying to work with Agilent 34401A multimeter (serial RS-232 connection), HP34401A Getting Started.vi gives always the message: "Error 1073807369 occurred at Old VISA Open ".

    Baud rate and parity are set correctly, RS-232 cable is also connected correctly. My QuickBasic program has no problems to read and write to the Multimeter. It is obviously a software problem: the same error is persistent if I disconnect RS-232 cable.
    I downloaded NI-VISA 2.6 for Windows 95/98/NT/ME/2000/XP frorm digital.ni.com and installed it. But it did not help.
    Thank you in advance
    Best regards
    Alexei Soloviev

    Hi Steve
    I have problems with the 34401A and serial communication. Do you remember
    where the error was in the code ?
    Thanks
    Klaus
    wrote in message
    news:[email protected]..
    > Alexei,
    > This may or may not help, I was tasked to do something similar
    > recently and found an error in their driver. The GPIB VISA worked
    > fine, but when I tried it on serial it played up. There was an errant
    > carriage return (or CR/LF I can't remember). GPIB liked one and Serial
    > liked the other. It always amuses me that we never have problems with
    > Quickbasic!.
    > If you want me to dig deeper give me a shout.
    >
    > Steve Watts
    >
    > On Thu, 24 Jan 2002 06:16:55 -0800 (PST), "Alexei V. Soloviev"
    > wrote:
    >
    > >When trying
    to work with Agilent 34401A multimeter (serial RS-232
    > >connection), HP34401A Getting Started.vi gives always the message:
    > >"Error 1073807369 occurred at Old VISA Open ".
    > >
    > >Baud rate and parity are set correctly, RS-232 cable is also connected
    > >correctly. My QuickBasic program has no problems to read and write to
    > >the Multimeter. It is obviously a software problem: the same error is
    > >persistent if I disconnect RS-232 cable.
    > > I downloaded NI-VISA 2.6 for Windows 95/98/NT/ME/2000/XP frorm
    > > digital.ni.com and installed it. But it did not help.
    > >Thank you in advance
    > >Best regards
    > >Alexei Soloviev
    >

  • "An error (1502) occurred during the action Open." when opening original .VSD files, but NOT copies!?

    We have a weird situation we're trying to troubleshoot for quite a while: We have multiple .vsd files stored on our network in DFS shares.. We have multiple users who cannot open the files, when they try by navigating to the file and double-clicking it,
    they get "An error (1502) occurred during the action Open. File not found"
    However, if they copy and paste the file to the same exact network folder, THAT file they can open with no problem!
    The problem is very bizarre. I've checked obvious things such as file/folder permissions, versions of Visio installed, things in common between people who can and can't open the files.. I even did some testing today with some strange results...
    Windows 7 x64 machine with Visio 2010 Pro installed (x86):
    1. Opened file by double-clicking it in explorer, "Got the 1502 error"
    2. Tried it again, this time I just get "File not found"
    3. Opened Vizio, did a File --> Open --> navigated to the file and opened it that way... 1502 error.
    4. Copy/pasted the file into the same folder where it's stored, then double-clicked the copy and it opens fine.
    5. Closed the copy, tried to open the original, still get file not found / error 1502.
    The file does exist, it IS there.. sometimes the user just copies it to their local desktop (well, it's not really local, it's redirected) and it opens fine there.. other users email themselves a copy of the file and then open it that way.. it works for
    some, not for others.. and there's no discernible pattern yet to identify who this is affecting. Anyone have any ideas?
    -Keith
    -Keith Elkin

    Hi,
    Based on the error message, the issue may be caused by the Visio file is occupied by some other program in DFS.
    >>4. Copy/pasted the file into the same folder where it's stored, then double-clicked the copy and it opens fine.<< If you did this step, the Visio file would rename in the same folder, like file1.vsd. Thus, it opened well.
    Thus, I recommend you check the file's status in computer management in DFS server, see the below image:
    If the affected Visio files were occupied, please try to clean them(right click>close the file) to test.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Sorry,
    This didn't help, the files are not open, locked open, and the issue still persists. Any other suggestions?
    -Keith
    -Keith Elkin

  • VBAI Interface - Get inspection Image -- Image Dest

    I have a complete Vision algorithm build in Vision Builder AI and programmed a VI in Labview which started the Algorithm and uses the results to compute. This works fine. Connection between Labview and VBAI is OK and results are nicely updated. Now I'd like to show the image from VBAI into my Labview GUI by using the "VBAI Interface - Get Inspection Image" VI from the Vision Builder AI toolkit. Whatever I try to connect to the "Image Dest" input of the VI I'm not able to let it run and give an image to show. See attached screenshot for details.
    - What type of input do I need to link to get this VI working?
    - Where can I find more detailed info than in the Context Help about all these VBAI toolkit VI's?
    Solved!
    Go to Solution.
    Attachments:
    ImageDest.JPG ‏65 KB

    You need to use IMAQ Create to create an image. You can see an example of this in the Vision Builder AI folder under API Examples\LabVIEW Examples\LabVIEW API Example (Local).vi
    Hope this helps,
    Brad

  • "an internal error has occurred" in trying to open newly installed Adobe Reader 10.

    unable to open Adobe Reader 10.1 ; says "an internal error has occurred", I'm using windows Vista 32 bit. Any know fix, or must I go back to using an older, more stable version like 8.1.2.  What's with Adobe if they can't create a better, more stable program? I've seen other have had the same problem and they and I both have trouble trying to find a FREE fix, and nothing found on Adobe site as a clear answer either.

    I was frustrated by this problem as well. I even uninstalled and then resinstalled a fresh download: SAME Problem.
    Now the problem seems to have been RESOLVED on my Windows Vista Laptop.
    Instead of trying to open by double-clicking on file icons, I opened the Adobe Reader from the Windows Explorer. On the first screen appeared the usual Adobe Licence & Terms that I had to ACCEPT. This screen NEVER showed up before after either upgrading to the Adobe Reader X or after reinstalling. After accepting the License and TERMS. this problem does NO longer reproduce.
    I have successfully opened fewer than 10 PDF files without the annoying error so far. I hope others will reproduce this "FIX" before claiming this was the root cause of the problem.
    Hopefully Adobe will display a more meaningfull error message for such a problem.

  • An unknown error has occurred (-42408) when i open itunes

    when i first open iTunes it says "an unknown error has occurred (-42408)" but it plays music fine...it just wont recognize my iPod. i have uninstalled iTunes and reinstalled it and it still keeps giving me the same error.

    ok..so upon reading other issues with this...i no longer get that message...but my iPod still will not show up in iTunes. please help!

  • FW  "An Internal Error Has Occured"

    Talk about frustrating!!!  Adobe Support? What is that?
    I am a newbie, that doesn't mean bend me over?  I have been working on not only learning the Adobe Web Premium software "which is a totally different conversation" but WTF. Back in October I started this new website I am rather passionate about, down loaded Trail Versions from the web. Yea, I know I have alot of programs out there I could have chosen but I wanted the BEST, well that was my thought anyhow. After starting completely backwards I finally got on track to start using the software as it was designed. No thanks to Adobe I found my way through many different articles and blogs and videos. You would think that if they are willing to sell you something for $2,000 they would at least give you direction on how to use this software. Yes I was amazed there was nothing too. Never the less I muddled through it and got beyond the BS. Got through AI with little to no problems then came Fireworks.
    Since, November I have watched all the lessons on how to use it and not once did the the issues that came up ever, and I mean was never  discussed. I got up to maybe 20 pages. I counldn't tell you the exact number because the file won't open. Of course restarted the web design a few times when I found tips on how to make things better. Never the less I WAS IN LOVE, I told everyone I knew that this was the sweetest idea to come along. Develop Complex Graphics in AI and Photoshop and Design Pages with a Master copy in Fireworks all before exporting the whole enchilada to Dreamweaver or Flex Builder. Then it happened.
    About 2 weeks ago a friend of mine call me up and ask me to make a quick Sqeeze Page for him, it took me about 6 hours from start to finish and I was done. Then that same evening I went back to my Original Project. Tried to load it up. HMMMM not enough memory??? Whats that? I have been working on this file and never had problems before. So stupid me thought Hey I know I will just get in contact with the ADOBE SUPPORT TEAM.  Hello, thats where I purchased this program RIGHT? Chirp Chirp Chirp.
    Gave them a complete description of what I just explained here and I got a response back.  It took them 2 days to respond and the response was " CAN YOU SEND ME A SCREEN SHOT OF THE ERROR" your kidding right. OK, I sent them a screen shot "Not enough memory to open file". Again 2 days later I got another response " Have you checked the Forums for your answers yet?" What is That? Are you kidding me. Has ADOBE gotten so big that they are unwilling to help their customers who spend a boat load of money on their software.
    So Here I am. The proud father of a six month endever to sit around and wait.... After reading some forumns and learnig about all the things ADOBE didn't want to know. After searching and deleting fonts I know get FW "An Internal Error has Occurred" while trying to open the file. I know this happened to me awhile ago when I was still using the Trail Version and I just opened a smaller file first and then opened the file without any problems. So I tried that and the earlier version of my file opened just fine. But when I tried it this time, opening the Latest Version the Final Draft of all my revisions countless hours of modifications I simply get " An Internal Error Has Occurred" Simple yet effective, no other information or debugging information just an "Error"
    This is what I have done so far:
    I have moved/delete and modified the following:
    1. FW Preference file
    2. Restarted my stupid machine to clear memory.
    3. Moved or deleted the Adobe Fonts that where installed.
    4. Even Ran My Vista with 3gigs of memory in a lower performance setting to hopefully resolve this problem.
    What am I missing besides buying a really great software from a Company that doesn't have time for its customers that keep them in BUSINESS. 
    Seriously, I have NEVER purchased a program that I was ot able to fix nor was not able to get the Vendor to fix. New experience for me.

    Oldhammer wrote:
    P.S.S. I would like to send this file on an open forum like this one. However, I don't think it a wise idea to openly share any web concept openly (bad business). Any other ideas?
    Put your .png on a Web site or document file share (I like drop.io, myself) and then send a link to the file in a PM to Linda, Michel, or me. I'm still using CS3, so I could have a go at separating your pages. (That would be new for me, though, as I don't use the pages feature.)
    Linda is an Adobe Community Professional and Michel and I try to help out when we can. You can look back in the forums for posts by all of us.
    I've been designing sites for...well...years. I have my own styles and ways of working. I might admire your work, but I won't steal your art. When I want to browse other designers' ideas, there are many great (and guilt-free ) places to go, starting with Smashing Magazine and Design Meltdown:
    http://www.smashingmagazine.com/
    http://www.designmeltdown.com/

  • Unknown Error Has Occurred

    I used my illustrator CS4 just find for who knows how long, at least a year, and then yesterday I went to create a new file upon opening the program and when I clicked new website or even new print document I get an error message that an "Unknown Error Has Occurred" I tried to open an Ai document and I got the same thing. I've looked online and I see this message most of the time with a specific file, but I didn't even have a file. I was just trying to start new. What could have happened? And, what can I do to get my Illustrator working again?

    Erika,
    For rarer cases where the advice given by Monika fails to bring relief, you may
    look through and try out the relevant among the Other options;, maybe with special attention to the font cashes (item 11).
    Even more seriously, you may: uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html
    Hi Monika.

  • Error 7 occurred at Open File+.vi:Open File,NI-488: Nonexistent GPIB interface

    I did some clean-up of my computer and have been having issues ever since.
    I'm not the one that did the programming; the person who did is long gone.
    The VI loads fine but when I hit run I get:
    Error 7 occurred at Open File+.vipen File
    LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    =========================
    NI-488:  Nonexistent GPIB interface.
    All the necessary VIs are available and I've tried changing all the file calls in the VIs to the new locations but the error is the same.
    Any suggestions?
    Thanks.

    Error 7 is a generic file not found.  If it is happening after cleaning up files, more than likely you moved some subVIs called in a main VI to a new location on your computer.  If all the VIs are in a project, a possible solution would be to remove the vis in the project directory and add them back to the project as they may be pointing to a previous location where the files were once stored.  Perhaps this is what Anon123123123 meant by "linking".  Hope this helps.
    Regards,
    Isaac S.
    Regards,
    Isaac S.
    Applications Engineer
    National Instruments

  • Error 42 occurred at Open Applicatio​n Reference in DynamicDow​nload.vi

    Hi! 
    I want to create an executable from a VI wich calls a dll created by Simulink and Simulation Interface Toolkit.
     After I compile the simulink module with MSVC++ 6.0 in MATLAB,and then use this dll in LabVIEW, 
    the following message appears:
    Error 42 occurred at Open Application Reference in DynamicDownload.vi->SIT_InitEstablishTCPConnection​.vi->SIT Initialize.vi->Untitled.vi
    Returning to Select Host dialog.
    Possible reason(s):
    LabVIEW:  Generic error.
    What should I do to have an executable which works correctly?

    I have the same Problem here with the Error 42 on open application reference.
    Can someone pleas explain what this error means, and what the reasons are for this error?
    I have two exe files, and i am trying to open the application reference of the other exe when i get this error.
    First i thought it has something to do with the .ini file settings, which by the way is nowhere explained...
    here my entries:
    server.tcp.acl="290000000A000000010000001D00000003​000000010000002A10000000030000000000010000000000"
    server.tcp.enabled=TRUE
    server.tcp.port=3360
    server.tcp.serviceName=Image Monitoring
    server.tcp.access=+*,"+*","127.0.0.1","Localhost"
    server.vi.access=+*
    server.vi.callsEnabled=TRUE
    server.vi.propertiesEnabled=TRUE
    server.ole.enabled=TRUE
    server.tcp.paranoid=TRUE
    server.tcp.servic=My Computer/VI Server
    tcpServer.log=TRUE
    tcpServer.logPath=c:\TestStand\Tools\Image Monitoring PC\serverlog.txt
    server.app.propertiesEnabled=TRUE
    if i build a simple exe with call on open applicationr eference it works. but not with my main application,
    so this is why i need to know what causes the Generic Error???
    Is there a possibility that there have to be certain entries in the ini file of the calling exe? and what would those entries be?????????

  • Opening Build Specificat​ion - Error 7 occurred at Get LV Class Default Value.vi

    I recently ported my project to a new PC. Everything seems to run fine uncompiled, and I am able to build an executable without issue. However, my build specification shows up in the project explorer with question mark next to it. When I try to build again or edit the properties I get a popup with the information below:
    Error 7 occurred at Get LV Class Default Value.vi
    Possible reason(s):
    LabVIEW: File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
    =========================
    NI-488: Nonexistent GPIB interface.
    Complete call chain:
    Get LV Class Default Value.vi
    AB_UI_Initialize_Framework.vi
    AB_UI_FRAMEWORK.vi
    AB_Item_OnDoProperties.vi
    AB_Item_OnDoProperties.vi.ProxyCaller
    LabVIEW attempted to load the class at this path:
    <Empty Path>
    I've seen messages from people getting the same error when trying to run a compiled executable, but mine actually runs fine. I am just unable to open the build specification to rebuild or edit its properties.

    This application is for a Windows machine, and I am not using the Report Generation Toolkit. However, I shut down my computer last night and when I booted it up this morning my Build Specification now opens fine and I am able to edit it. My only thought as to why it occured in the first place is that I had added several files to user.lib and instr.lib and restarted LabVIEW, but it appears that it required my computer to be restarted as well.

  • Error - 1074360266 occurred at IMAQdx Open Camera.vi

    Hello,
    We're having issues with our LabView vision system; the VI is able to "run" with an unbroken arrow, but there is an error that appears:
    "Error - 1074360266 occurred at IMAQdx Open Camera.vi" with a possible reason of "NI-IMAQdx: (Hex 0xBFF69036) Unable to attach to the kernel mode driver"
    For a little background, we had originally programmed the VI in LV2009 (where it worked fine), but the customer upgraded to LV2010 (where it now comes up with this error), so it would be logical that this has something to do with the problem.  Also, we're using two Basler A601f cameras via Firewire connections, which are both recognized by Basler's Pylon Viewer software, so we're fairly certain this is a LabView-only problem.
    We've tried reinstalling the Vision Acquisition Software drivers, but that didn't fix the issue, so we're kind of at a loss.
    Any help or pointers are appreciated, and I apologize ahead of time if I left out any pertinent information.  Thanks.
    Ben
    Solved!
    Go to Solution.

    Hello
    Sorry if this isn't the right place to post this question, but I'm new here.
    I have a similar problem, I'm trying to operate a Basler A601f camera with Labview trough a IEEE 1394 connection.
    At first I could see the camera in MAX, and manually grab images, but when I tried to create a labview project, it wouldn't recognize my camera. Also, the remote systems tree in MAX wouldn't show anything.
    I tried to do a full re-instal of all NI software, but things got worst. Now MAX can't detect the Basler camera either.
    Also, when I select Devices and Interfaces in MAX, a "Unexpected Internal Warning" appears.
    Anyone can give me some advice on how to solve this? If you need more specific details just ask.
    Thanks in advance!

  • Stand alone application(.exe) : Error 7 occurred at Open File+.vi: Open File (error: L'erreur 7 s'est produite à : Open File+.vi:Open File)

    Dear group members - as i am trying to build a stand alone application , i ran into this problem : "Error 7 occurred at Open File+.vi: Open File" (L'erreur 7 s'est produite à : Open File+.vipen File)
    when i select continue i get this error message: "Error 7 occurred at open/create/replace file in Write spreadsheet string.vi->Write To Spreadsheet File (I64).vi->Mono Com Write ini.vi->mainVI2.vi""   (  "L'erreur 7 s'est produite à : Ouvrir/Créer/Remplacer un fichier dans Write Spreadsheet String.vi->Write To Spreadsheet File (I64).vi->Mono Com Write ini.vi->mainVI2.vi" )
    i didn't get what's the problem with this vi, i have no problem running my VIs  
    Can any one here help me out ? 
    here is the project : 
     

    Neither can I.  When I opened your Project, there were no VIs present on the top level.  The Build Spec refers to a Mainv12, which I finally found buried in the folder Interface 2, but when I tried to open it, there were multiple missing VIs.  I notice you have an Interface 2.llb -- is this the same as the VIs in the Interface 2 folder?  If so, try getting rid of the .llb (at least for the purpose of sharing your code in the Forum) and re-post your code.  As it stands, when I open your Project, virtually every entry is marked "Warning: has been deleted, etc."  The fact that so much is "missing" means that I can't easily see/understand MainV12, hence can't guess where the File Not Found error is arising.  Sorry.
    Bob Schor

  • Suppressing error 8 occurred at open file dialog box

    Hello,
    I am getting randomly occurring "error 8 occurred at open file" dialog
    boxes every couple of days. This is stopping all of the data collection
    on all of the vi's on the pc. In order to continue all that is needed
    to hit continue. Is there a way to suppress this dialog box?

    There's a vi called Clear Error, in the Dialog and User Interface section of the palette.  If you wire the error out of the offending vi to the error in of the clear error, your problem should be solved.
    Technically I think you can wire the error out to just about anything that ends (as in, to the side of a case structure or loop or something, so long as nothing is connected to it further).  I think as long as LV thinks that you've handled the error (i.e. wired anything out of the error out), the dialog box does not come up.
    Message Edited by Novatron on 07-07-2006 11:02 AM
    Attachments:
    No Error.jpg ‏5 KB

Maybe you are looking for

  • Laptop crashes every second after installing Lion. And ideas?

    My laptop is crashing every couple of minutes. I'm relating this issue to lion. I have been facing this problem ever since I installed lion. Also, I noticed that it crashes once I use 2 figures on the track pad and scroll down. Please advice

  • [request] Gaim 1.2.0

    New version of Gaim is out. Don't seem to have an old PKGBUILD to work from... anyone?

  • "Online documentation" customer specific guideline during data entry inHFM

    Hi Community, I am looking for solutions: A customer wants to set up something like an "online documentation", meaning when entering data on an account in HFM they want to "jump" into the Descriptions, Booking examples of their accounting guideline w

  • JSPM error in NW2004s SR1 installation

    Hi, I have just freshly installed NW2004s Application Server SR1. Then I tried to run JSPM to patch it up. When logging onto SDM as the first screen in JSPM, I got the following error: The execution ended in error. com.sap.sdt.util.diag.DevelopmentSu

  • HT201407 can not activate iphone 4

    My phone was working fine then went black and said could not be activated. I have done a full restore and still comes up unable to activate. Help would be appreciated