Where Can I Find Details on IMAQ or Vision Error Codes?
Primary Software: Driver Software>>NI-IMAQ
Primary Software Version: 3.5.1
Primary Software Fixed Version: N/A
Secondary Software: LabVIEW Toolkits>>IMAQ Vision for LabVIEW, Driver Software>>NI-IMAQ for IEEE-1394
Problem: I am receiving an error from my program that includes IMAQ and Vision functions, but the error does not include a detailed description of what the error means. I can not find a lot of information about the IMAQ or Vision error codes. Where can I find more detailed information about my IMAQ or Vision errors?
Solution: For NI-IMAQ, NI-IMAQdx, NI-IMAQ for IEEE 1394, and Vision you can find information about an error in the header file (or include file). You can also find a description of the error in the help documentation for NI-IMAQ, NI-IMAQdx, NI-IMAQ for IEEE 1394, or Vision. Below is a list of where you can find further information about the error codes, examples of the different errors you might receive, and a range of the different error types:
NI-IMAQ Errors
- niimaq.h
Found in the following directory: C:\Program Files\National Instruments\NI-IMAQ\Include
- NI-IMAQ Function Reference Help
Found in the following directory: C:\Program Files\National Instruments\NI-IMAQ\Docs
- Example:
(-1074397137) IMG_ERR_NEPK: No pixel clock detected from camera
- Range:
[-1074396886 through -1074397183] or [0xBFF6012A through 0xBFF60001]
NI-IMAQdx Errors
- niimaqdx.h
Found in the following directory: C:\Program Files\National Instruments\NI-IMAQdx\Include
- NI-IMAQdx Function Reference Help
Found in the following directory: C:\Program Files\National Instruments\NI-IMAQdx\Docs
- Example:
(-1074360286) IMAQdxErrorFormat7Parameters: For format 7: The combination of speed, image position, image size, and color coding is incorrect.
- Range:
[-1074360320 through -1074360277]
NI-IMAQ for IEEE 1394 Errors
- niimaq1349.h
Found in the following directory: C:\Program Files\National Instruments\NI-IMAQ for IEEE-1394\include
- NI-IMAQ Function Reference Help
Found in the following directory: C:\Program Files\National Instruments\NI-IMAQ for IEEE-1394\Docs
- Example:
(0xBFF68025) IMG_ERR_NEPK: Camera is already in use
- Range:
[0xBFF68000 through 0xBFF68035]
Vision Errors
- nivision.h
Found in the following directory: C:\Program Files\National Instruments\Vision\Include
- IMAQ Vision for LabVIEW VI Reference Help
Found in the following directory: C:\Program Files\National Instruments\Vision
- IMAQ Vision for Visual Basic Reference Help
Found in the following directory: C:\WINDOWS\system32\cwimaq.chm
- Example:
LabVIEW: (-1074396077) ERR_INCOMP_TYPE - Incompatible image type
VB: (Error 31083) ERR_INCOMP_TYPE - Incompatible image type
- Range:
LabVIEW: [-1074396160 through -1074395233] or [0xBFF60400 through 0xBFF6079F]
VB: [30200 through 31927]
Related Links: KnowledgeBase 3H485EL6: Error Codes with NI-IMAQ
Attachments:
Report Date: 12/21/2005
Last Updated: 08/28/2008
Document ID: 3SK8ALHB