Instruction manual

EL_W_WRONGREVISIONCRC 4 Wrong CRC in hardware revision EEPROM
EL_W_ACQWINDOWTOOBIG 3 Acquisition window too big for the camera
selected; will be made smaller automatically
EL_W_INLUTINDEXTOOBIG 2 The requested entry of the input look-up table does
not exist. Valid values are 0..255.
EL_W_HWALREADYOPENED 1 The hardware has been opened without
subsequent close. This may indicate that another
task uses the DLL already, which will lead to
errors. The cause may also be, that the DLL was
not closed properly by an aborted task which can
be tolerated.
Table 5.10. Unknown error codes
EL_UNKNOWNERROR 0 Unknown error
Table 5.11. Error codes
EL_E_WRONGBOARDSELECT -1 Board select parameter in function el_OpenHW
invalid.
EL_E_HWNOTOPENED -2 Hardware has not been opened - call 'el_OpenHW'
prior to the offending call.
EL_E_BIOSNOTCORRECT -3 PCI Bios may not be present. The BIOS call 'Find
PCI Bios' did not return correct values. This call
verifies no hardware access yet, it checks only that
the BIOS can handle PCI functions and that it
complies with PCI rev. 2.0.
EL_E_NOPCEYEFOUND -4 No gabber board could not be found on PCI. This
indicates that the PCI Bios of the computer is not
capable of finding the grabber. Grabbers can be
identified by the driver in a unique way ('Find PCI
device' and software-readable signature string)
EL_E_PCEYESYSTEMMEMORY -5
EL_E_FRAMEBUFALLOC -6 Memory for the frame buffer in the requested size
could not be allocated. Closing other applications
may help.
EL_E_CONTEXTNOTINIT -7 The driver-internal context structure must be
initialized first by calling el_InitContext.
EL_E_HWNOTINIT -8 Call el_InitHW before using other functions.
EL_E_PITCHTOOSMALL -9 The acquisition pitch is smaller than the horizontal
image size.
EL_E_MEMORYALLOC -10 Internal memory allocation failed. Closing other
applications may help.
EL_E_WRONGCAMERASELECT -11 An invalid camera input number (0..3) is given.
EL_E_ACQWINDOWTOOBIG -12 The acquisition window is too big for the camera
selected. May indicate not enough memory. See
82