Version 1.08 (04/07) Manual: CMOS Industrial Camera LOGLUX i5Page 36 of 46 KAMERA WERK DRESDEN GmbHExample: w $14C #1 ;permanent prechargingPROFILE_DESCRIPTIONThe register contains a string of 32 ASCII characters that identify the profile.Function group ‚Working parameters‘This function group provides various camera service registers, among them registers specifying thefirmware of the camera as well as functions for setting the trigger register, for initializing and copyingcamera profiles, and for reading a temperature sensor inside the camera. Please note that theseregisters are volatile, i.e. the register values are not saved when the power is turned off.Register Address Format Description Value range Meaning AccessPARAM_VERSION $900 1 long Firmware version read onlyPARAM_EVENT $904 1 byte Event generation for triggerand switchport $01$02$04Write access releases a triggersignal, switchport 1 event orswitchport 2 eventwriteonlyPARAM_INITPROFILE $905 1 byte Initializes a profile $1x ... 4x$x1$x2$x3Initializes profile 1 ... 4 with theInit values forSingle integration slope modeDual integration slope modeQuadr. integration slope modewriteonlyPARAM_COPYPROFIL $906 1 byte Copies a profile $1x ... $8x$x1 ... $x8Target profile 1 ... 4Source profile 1 ... 4writeonlyPARAM_TEMP0 $908 1 word Temperature sensor 0 218 .. 398 Temperature in [Kelvin] read onlyPARAM_TEMP1 $90A 1 word Temperature sensor 1 218 .. 398 Temperature in [Kelvin] read onlyTable 6 : Registers of function group 'Working parameters'PARAM_VERSION This register allows the camera to be identified from the host register.PARAM_EVENT Events can be generated in the camera by entering data in this register.These events are sent to various modules such as the trigger or switchportmodule. Functions can be triggered in the respective module if the eventregister had been specified in the module's event source parameter. Example:If the value $04 (event register) had been entered in registerPROFILE_TRGSOURCE, a write access to register PARAM_EVENT usingthe value $01 will trigger a framegrabbing process. This could be done tosimulate the response of the camera to an external trigger signal.PARAM_INITPROFILEThe register permits the factory (default) settings of camera profiles 1 to 4 tobe reset. The register content of the respective target profile will be irrevocablyoverwritten by the register content of the source profile.Example: w $905 $13 ;initializes P1 with P3PARAM_COPYPROFILEThe register permits camera profiles 1 to 8 to be given identical registercontents. The register content of the respective target profile will beirrevocably overwritten by the register content of the source profile.Example: w $906 $62 ;copies Profil2 to Profil6