45
Firmware version 1.10 - Document version 1.06 - eng
LTDVE1CH-40F | INSTRUCTIONS MANUAL
14.2.42. Register DRIVER_TEMPERATURE
This register contains the measured temperature of the electronic components that implement the
output drivers. The temperature is expressed as a signed sixteen bits integer, with a resolution of
0.1 °C. Given a register value, the corresponding actual temperature can be calculated as follows:
DriverTemperature [°C] = value(DRIVER_TEMPERATURE) * 0.1
This register is continuously updated. This register is read only.
14.2.43. Register REMOTE_TEMPERATURE0
The controller allows for the connection of one 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_TEMPERATURE0) * 0.1
In case an external temperature sensor is not connected, the value in the corresponding register is
not defined. This register is continuously updated. This register is read only.
14.2.44. Register SUPPLY_VOLTAGE
The controller is capable of measuring the actual incoming supply voltage on the +V PWR wire.
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 stage can be calculated as follows:
SupplyVoltage [V] = value(SUPPLY_VOLTAGE) * 0.1
The measured value drops to zero if the supply on the +V PWR wire is removed. The register is
continuously updated and the value is approximate. This register is read only.
14.2.45. Register MEASURED_CURRENT0
The controller is capable of measuring the actual output current for the light output LD.
This register contains the measured output current, expressed as an unsigned sixteen bits integer,
with a resolution of 1 mA. Given a register value, the corresponding actual current for a light output
can be calculated as follows:
MeasuredCurrent [A] = value(MEASURED_CURRENT0) * 0.001
This register is updated as long as the output is activated. The register stop being updated when the
output turns off. This register is read only.
14.2.46. Register MEASURED_VOLTAGE0
The controller is capable of measuring the actual output voltage for the light output LD.
This register contains the measured output voltage, expressed as an unsigned sixteen bits integer,
with a resolution of 0.1 V. Given a register value, the corresponding actual voltage for a light output
can be calculated as follows:
MeasuredVoltage [V] = value(MEASURED_VOLTAGE0) * 0.1
This register is updated as long as the output is activated. The register stop being updated when the
output turns off. This register is read only.