Error -1074364412 (NI-IMAQ,IEEE1394)

I don't know what happen to this error display.
I use the IEEE-1394 camera(AVT Marlin F-033B) with NI-Imaq for IEEE1394
The grab method is "triggered async grab"
In the inspection mode,
I push the inpect start button, then Code is called that example and grab the image.
and I push the stop button then the example is stopped. then that error is appeared.
I wonder that error is appeared what happen.

Thank you for your advice.
As much as possible, I write about more information what you understand.
First of all I use the LabVIEW V7, Imaq Vision Ver 7, IEEE1394 Driver for LabVIEW V1.5.1, and three cameras at a same time.
Second, I tested in the MAX, but I didn't found that error comment.
Third, as I programmed the application that I refered to the examples of IEEE1394 acqusition part.
I attach the program of aqusition part.
I handle the three cameras by the parallel.
When you press the start button repeatedly,
you may find the error message occasionally
Please, you check my VIs, and give me the error information.
I look forward to hearing from you soon
Thank you.
Sincerely yours
Hyuk Jun, Yang
Manager
DISSE
M
Alliance member in South Korea
Attachments:
Test.zip ‏146 KB
test_main.vi ‏426 KB
triggered_grap_initial.vi ‏62 KB

Similar Messages

  • Error initializi​ng IMAQ hardware

    What are the possible reasons for the message:
    "IMAQ Boot"
    "Error initializing you IMAQ hardware. Please contact National Instruments Technical Support."
    This appears approx. 75% of the time when logging in and, not surprisingly, the hardware does not work after this message appears.
    I have an IMAQ 1409, CVI6 and WinXP on a dual processor Athlon with a dual-head radeon graphics card.

    Hello,
    You may have a defected hardware. Try running the diagnostics on the card in MAX (Right click on the board under devices and interfaces and select Diagnostics). If any of the tests fail call technical support for an RMA. You can generate your service request online at www.ni.com/ask
    Hope this helps!
    Regards,
    Yusuf C.
    Applications Engineering
    National Instruments

  • Error 0xBFF60492 on IMAQ USB snap.vi RT Video not support displaying selected color depth

    Attempting to snap a picture with NI-IMAQ for USB in LabVIEW 8.0  using the following procedure.
    1)I get the first enumerated camera, 2) open a session, with returned
    string [0], 3) start a session, 4) snap a picture and 5) close
    vi.  My problem is that in step 4 with the IMAQ USB Snap.vi, I get
    the following error.
    Error -1074396014 occurred at IMAQ USB snap.vi
    The image passed is not valid.
    Possible Reasons(s):
    IMAQ Vision: (Hex 0xBFF60492) RT Video Out does not support displaying the supplied image type at the selected color depth.
    I give the snap.vi an Image in from rightclick->Create->Control
    or rightclick->Create->Constant.  The output image (on the
    Front Panel) created by rightclick->Create->Indicator.
    LabVIEW should insert the correct data structure to match the expected
    input/output, and there is nothing I can that changes he color
    depth.  The GetImageInfo.vi reports that the camera is set up for
    4 Bytes Per Pixel, with the rectangle 352x288.
    Also the error message refers to RT Video Out, but I am using USB.  This distinction is significant in NI Vision Assistant.

    Hello together,
    I wanted to use a Sanyo Xacti CG 10 video camara in LabView.
    By using the NI-IMAQ for USB Snap I get the following error: IMAQ Vision: (Hex 0xBFF60492) Ungültige Blit-Funktion des Videoausgangs.
    Is it possible, that I can not use this camera in LabView?
    Thanks a lot for your reply

  • Error -1074397163 at IMAQ inti for USB camera

    I plan to use labview to control a Thorlabs DCC1545M camera. Firstly I want to snap a picture or grab pictures. When I run my program, it show me Error -1074397163 occurred at IMAQ at Snap.vi or at IMAQ Grab Setup.vi. It seems the error come from the subvi IMAQ Init.vi whicn is include in both Snap and Grab Setup vi. When the program run at imgInterfaceOpen.vi under the IMAQ Init.vi, it retrue a number --1074397163 form the return parameter:return type. This is the situation I got.
    The interesting thing is that I could run the similar program successly if I replace the all IMAQ by IMAQdx. It is because my camera is a directshow camera which can not connect by IMAQ? Can I use the IMAQ to snap picture not IMAQdx, What should I do? Thank you so much

    First of all you need to check this.
    And if you have any issue with the Direct Show cameras you need to look at this.
    =========================================
    Please remember to accept a solutions and show your appreciation by giving Kudos to helpful messages...
    Mangesh D.
    CLAD | Project Engineer
    ==
    VIPM, LabVIEW 8.2, 2009, 2011SP1, 2012, 2012SP1, 2013, cRIO,cDAQ, PXI, ELVIS, Multisim, Smart Camera....

  • Errors using IMAQ PCI-1409

    I'm getting an error when running a fairly basic VI to acquire a sequence from the PCI-1409 card. It is -1074397110 Exhausted resources (general). It's occurring in the 'generate pulse' bit. As far as resources go, the number of buffers in MAX is still the default 50 and I'm only trying to acquire a sequence of 2 frames at this point. Has anyone got any clues as to where I'm going wrong? If I use grab in MAX it works fine (get's 25fps).
    Attachments:
    1409capturetriggersub.vi ‏72 KB

    Ah, brilliant thank you! That's stopped that error occurring. However, I'm now getting "error -1074397150 in IMAQ Sequence.vi", " Wait timed out; acquisition not complete." I guess this is because my pulse doesn't seem to be being produced as I've got the line trig 0 (and it's associated ground) hooked up to a scope and nothing's happening so the sequence capture is timing out waiting for the pulse. Any ideas what else I'm doing wrong with the pulse to cause this?
    Thanks again!
    Attachments:
    1409capturetriggersub3.vi ‏75 KB

  • Phoenix 1280 USB camera gives IMAQ USB Init error?

    We're trying to use a Phoenix PC-1280 USB video camera with either Labview or the Vision Assistant. In both cases we get an error in the IMAQ USB Init.vi (eg, "IVA Acquisiition Tools palette.vi was stopped at node 0x140 of subVI IMAQ USB Init.vi"). We have the latest version of labview and the vision module. The Mutech people are being totally useless, but I suspect the problem is in their driver which is supposed to use DirectShow and should be compatible. Before we toss this $1000 camera in the trash, can someone suggest a quick fix? ...or even a slow one
    PS -- it's not the language problem, we're all in english

    Hi Cyndeigo,
    One thing to check is to see if your camera is being recognized
    by LabVIEW.  One way to do this is to use
    the USB enumerate cameras.vi.  If this is
    sending back the camera name, then make sure you are connecting the USB Init.vi
    as shown in the attachment.  If the USB
    enumerate cameras.vi isn’t feeding back any data then there is probably something
    wrong with the driver.  I hope this
    helps.   Keep me posted.
    Regards,
    GG 
    Attachments:
    usbinit.jpg ‏4 KB

  • Error 1074397150 in gated IMAQ acquisition

    Hi,
    I have a SUI linescan camera which is read out with an NI 1427 framegrabber. I use an acquisition routine similar to LL ring acquisition. I want to gate the camera externally such that a fixed number of lines is acquired when the gate is high. So I put a TTL signal with duty cycle 50% on the gate of the camera. What should happen is that when I start grabbing the images from the camera, the buffer rate is half as high as without gating.
    This is indeed the case SOMETIMES. In many cases labview doesn't start acquiring images and the acquisition 'while loop' is locked. The error is in IMAQ Extract Buffer->IMAQ Examine buffer->IMAQ img WaitForIMAQOccurence with error code 1074397150. Apparently the occurence is not made by the .dll imgSessionExamineBufferWithOccur This problem occurs even with a gating speed of >1 kHz, so it is no timeout issue I think. If I operate in a mode without gating, there is no problem and the acquisition rate is as expected.
    Thanks in advance for the advise.
    Sincerely,
    Jeroen

    Dear Jeroen,
    Thank you for your post on our discussion forum. or some reason your video signal may be corrupt. If this is the case te following example may be suitable for you; http://sine.ni.com/devzone/cda/epd/p/id/3859 .
    To test that your camera is returning valid images, try running some of the high level IMAQ examples that ship with LabVIEW by going to Help >> Find Examples.  In the middle folder list, browse to Hardware Input and Output, and select the IMAQ folder. Browse to the High Level folder, and try running some of the examples in this folder to verify that the camera is working properly with LabVIEW.
    I hope this helps.
    Best regards,
    Martijn
    Martijn S
    Applications Engineer
    NI Netherlands

  • IMAQ copy error

    Hello All
    I have a VI that write an image to a file. I have an error at the IMAQ COPY. Plaese see the attachment.
    Thanks
    Nghtcwrlr
    ********************Kudos are alwayzz Welcome !! ******************
    Solved!
    Go to Solution.
    Attachments:
    IMAQ COpy error.vi ‏11 KB
    Error.jpg ‏17 KB

    Hi Nght,
    It's because you are trying to copy a reference to an image, not an image itself. 
    See my revised version; you need to use another IMAQ Create so you have one location for the original and one for the copy. You also need to specify filepaths for the original and copy.
    Thanks,
    Eden S
    Applications Engineer
    National Instruments UK & Ireland
    Attachments:
    IMAQ COpy error.vi ‏11 KB

  • IMAQ IEEE 1394

    Hi,
    When am running my application in one of my client place am getting an error pop up saying (ERROR - 1074364412) occurred at IMAQ 1394 Grap.vi and possible reasons are NI-IMAQ IEEE-1394 : (Hex 0xBFF68004) Internal error. I attached the error screen also.Please help me in this
    Attachments:
    Tacho.JPG ‏142 KB

    Hi,
    When am running my application in one of my client place am getting an error pop up saying (ERROR - 1074364412) occurred at IMAQ 1394 Grap.vi and possible reasons are NI-IMAQ IEEE-1394 : (Hex 0xBFF68004) Internal error. I attached the error screen also.Please help me in this
    Attachments:
    Tacho.JPG ‏142 KB

  • How can I get IMAQ ReadFile to read a folder of images?

    Hi,
    So I did read a previous post on an error message of "IMAQ ReadFile access is denied." I think mine is the same one:
    Error -1074395992 occurred at IMAQ ReadFile
      File access denied.
    Possible reason(s):
    IMAQ Vision:  (Hex 0xBFF604A8) File access denied.
    Problem is that I still can't seem to figure out why I can't get the IMAQ ReadFile function to read the entire folder of images. I've attached my VI. My goal is to get the area of a certain part of the image (through thresholding) and export it to a text file, excel, etc in a table format. I will be taking about 1000 images/sec, so batch processing is...very needed.
    For now, my VI just has it reading the image and outputing some statistics (which include the area) with the Particle Analysis Report function. I haven't figured out how to do the export into file - if anyone has insight in that, too, I'd appreciate it.
    Thanks,
    irealityworldi
    Attachments:
    IMAQ3.vi ‏69 KB

    I have the same problem.. How could I fix it? I uploaded my code and 3 pic to use..
    Yasemin Barutçu
    Electrical And Electronics Engineer
    Attachments:
    Camera.zip ‏158 KB

  • My camera won't work with IMAQ vision builder

    I have a Hitachi camera , and a PCI 1407 frame grabber
    the camera works well in MAX under devices , but when I open the IMAQ vision builder , it not visible in the devices , and I can't open MAX from the vision builder. It's gets me that error "1074397163" at the end it has bad interface
    it's not the power supply of the camera since it works well at MAX , so its like the camera's name is img0 in MAX , and another thing in IMAQ vision builder, I tried updating my softwares but nothing happened, can anyone help please ??
    thanks

    Dalia, 
    I think I may need some clarification on what exact program and function you are using. Are you getting this error with the Vision Builder for Automated Inspection (VBAI)? Or are you using LabVIEW and are receiving this error from the IMAQ Init.vi?
    If it is in VBAI, and you are trying to acquire an image, the Devices should auto-populate in the Main tab of the Acquire Image setup. Simply select the camera and press Grab or Snap. 
    If it is in LabVIEW, right-click on the interface input of the IMAQ Init.vi to create either a constant or a control. If it does not auto-populate with the correct camera name as it is in MAX, "img0". Or you can change the interface name in MAX by simply right-clicking on the camera and selecting "Rename"
    Can you elaborate on what you are referring to when you say "the MAX explorer won't work in IMAQ"?
    Huntington W
    National Instruments
    Applications Engineer
    ***Don't forget to give Kudos and Accepted as Solution where it is deserved***

  • Why is this error shwoing up when trying to acquire an image in labview?

    Error -1074396120 occurred at IMAQ AVI Write Frame
      Not an image.
    Possible reason(s):
    IMAQ Vision:  (Hex 0xBFF60428) Not an image.
    This error keeps showing up when i try to acquire an image and save it. the VI being used is attached.
    Attachments:
    ImageAcq.vi ‏49 KB

    Hi bonesaw,
    You're getting this error because the IMAQ AVI is expecting the image type to be the same as what you had specified at the beginning (using the IMAQ Create.vi). At the moment you have wired the channel number to the image type terminal of the IMAQ Create.vi. You should change that property to Image Type instead of Channel.

  • I have errors trying to get a picture with LabVIEW.

    On the property node, there are a whole bunch of different choices that I can choose from if I right click the node. I know that the camera is capable of supporting up to 32 bits of pixel data. I have a PCI-1424 IMAQ card and a Kodak KLI-2113 board I changed the camera chice to Linescan but I don't know what to wire it to. I also tracked down some VI errors, but I don't know why they are happening They are in red. The main VI the Color Snap in picture control.vi goes has errors in the IMAQ Attribute.vi and the IMAQ Configure Buffer.vi. I mean there are errors all the way down, I just went to the 2 deepest Sub Vi's where I found the errors comming from. You have to click on the specific ones I s
    ent you to see all info for those ones. For some reason it doesen't come up if you just go in the main VI the Color Snap in picture control.vi
    Thanks for any help you can give me.
    Brian
    Attachments:
    Color_Snap_in_picture_control.vi ‏41 KB
    IMAQ_Attribute.vi ‏82 KB
    IMAQ_Configure_Buffer.vi ‏163 KB

    Andrew,
    I do get an image on MAX, and I don't know if the KLI-2113 board is supported by NI, but it works in MAX and with the Kodak board driver that I had. Even with the Cohu driver that is imported with the NI software, I can get an image on MAX but still do not get one through a VI. Any ideas?
    Thanks,
    Brian

  • Error 7 - LabView

    hello.
    i have a problem. i'm using labview 2009 and i'm trying to capture a picture and then save it. till block of saving is everythink OK, but from block for saving i get this error 7 (file not found). Do i have to enable my path or what? I dont know where is the problem here, because in tools-->options-->path i add this path where i want that data save.
    Please help me what i have to do, that i will save my data. i need this funcion for my project at work.
    Matjaz
    Attachments:
    ekran1.jpg ‏269 KB
    Direktorij.jpg ‏297 KB

    hei.
    i tried to change \ with / and its still same. but then i tried to just load some picture from disk and i get error File I/O Error (Picture: ekran2.jpg). It is possible that, that its not working, because i have at Project explorer wrong settings(picture splosno.jpg)? I get error when i was working at Smart camera and not on My Computer. Because when i tried to load from disk some picture it was working normal at my computer. it is possible that i add this smart camera to my computer? I will need camera for my later project, because i will have to capture and save picture. When I try now to capture picture with camera at my computer wrote me an error 1074360311(with IMAQ snap). I tried to right click on my computer -->new-->target and device, but there i could not add camera.
    regard,
    Matjaz
    Attachments:
    ekran2.jpg ‏201 KB
    splosno.jpg ‏191 KB

  • IMAQ Match Pattern

    I just cant get my program to work. If I define the structure I'm
    looking for with a ROI it works very nicely, but when I try to load an
    image to look for it just crashes with the following error code:
    -1074396160
    IMAQ Learn Pattern
    System error.
    Do anyone hava a clue what that means?
    thanx

    A couple of things to look at-
    If you are loading an image from disk and trying to use that image directly as the source for the IMAQ Match Pattern 2.vi, you will need to have the image "learned" previously, and then save it as a PNG. The PNG file type can save the extra information associated with a pattern to match.
    If you are loading an image and learning it in your program, you will need to make sure that the image to learn is 8 bit, and that all other settings for the IMAQ Learn pattern are connected.

Maybe you are looking for

  • E73 + ovi maps

    sooo i just downloaded the maps for my e73 and it seems that "my position" is inaccurate. its not too far off like others i've known but mine is like 1 state away. anyone know the cure to this problem? currently running ovi maps 3.04 on my nokia e73

  • I am not able to change the color of my icloud calendar.

    Hi, my icloud calendar changed the color of my personal calender to purple and I have no chance to undo that. Everytime I try to change it back to blue it automatically jumps back to purple. Does anybody have an idea to solve this issue? Kind regards

  • Communication with other applications

    We are currently using software written in HP-Basic, now we want to add some functionallity to our programs but would like to use Labview as our new developement tool. The problem is that we want to communicate with our new programs from HP-Basic, ho

  • Transferring iPhoto Libraries

    Hello, I am upgrading from a Mac G4, OS 10.3.9, iPhoto 5.0.4 to an iMac 21", OS 10.6.7, iPhoto 9.1.1. How should I transfer the iPhoto libraries from the G4 to the iMac? I do not plan to use Migration Assistant. Also, I am puzzled that the new OS Fin

  • Cannot install software getting wierd messege

    I just got a new ipod mini and I tried to install the software and every time it gets up to then I get this messege that says "1607: unable to install Install Shield Scripting Runtime" I don't know what that means but I have itunes already on my comp