Please enable JavaScript to view this site.

FALCON/EAGLE user manual 4.62

Syntax

INT is_WriteEEPROM (HIDS hf, INT Adr, char* pcString, INT Count)

Description

On the frame grabber there is a rewritable EEPROM, where 64 bytes of information can be written. With the is_ReadEEPROM() function the contents of this 64 byte block can be read.

hint_info

Attention: Writing to EEPROM is only allowed if the live image acquisition has stopped!

Parameters

hf

Frame grabber handle

Adr

Start address to where data will be written. Value range (0...63)

pcString

String, which contains certain data

Count

Number of writable characters (1...64)

Return value

IS_SUCCESS, IS_NO_SUCCESS