45
LTDVE4CH-20 | INSTRUCTIONS MANUAL
WEB_PASSWORD1
: bytes 2 and 3 of the web password
WEB_PASSWORD2
: bytes 4 and 5 of the web password
WEB_PASSWORD3
: bytes 6 and 7 of the web password
The factory settings can be restored using the INIT button (see
INIT button functionalities).
14.2.41. Register REMOTE_TEMPERATURE
The controller allows for the connection of an external temperature sensor (see
more information).
This register contains the measured temperature, expressed as a signed sixteen bits integer, with a
resolution of 0.1 °C. Given the register value, the corresponding actual temperature for the remote
sensor can be calculated as follows:
RemoteTemperature [°C] = value(REMOTE_TEMPERATURE) * 0.1
In case the external temperature sensor is not connected, the value in the register is undefined.
14.2.42. Register BOARD_TEMPERATURE[0:1]
The controller integrates two temperature sensors. There is a temperature sensor for every couple
of power stages.
BOARD_TEMPERATURE0
: average temperature of LD1 and LD2 power stages
BOARD_TEMPERATURE1
: average temperature of LD3 and LD4 power stages
These registers contain the measured temperatures, expressed as signed sixteen bits integers, with
a resolution of 0.1 °C. Given a register value, the corresponding actual temperature for a couple of
power stages can be calculated as follows:
BoardTemperature[x] [°C] = value(BOARD_TEMPERATURE[x]) * 0.1
The average heatsink temperature may be estimated by averaging the temperatures measured by
the two temperature sensors.
14.2.43. Register SUPPLY_VOLTAGE
The controller is capable of measuring the actual supply voltage for the power stages.
This register contains the measured supply voltage, expressed as an unsigned sixteen bits integer,
with a resolution of 0.1 V. Given the register value, the corresponding actual supply voltage for the
power stages can be calculated as follows:
SupplyVoltage [V] = value(SUPPLY_VOLTAGE) * 0.1
The measured value drops to zero if the supply for the power stages is removed.
14.2.44. Registers MEASURED_CURRENT[0:3]
The controller is capable of measuring the actual output currents for the four light outputs.
MEASURED_CURRENT0
: measured current for light output LD1
MEASURED_CURRENT1
: measured current for light output LD2
MEASURED_CURRENT2
: measured current for light output LD3
MEASURED_CURRENT3
: measured current for light output LD4
These registers contain the measured output currents, expressed as unsigned sixteen bits integers,
with a resolution of 1 mA. Given a register value, the corresponding actual current for a light output