User Manual
Digital Command Set
CSlaser Commands
Decimal HE
X
Binary/ ASCII Command Data
A
nswer Result Unit
1 0x01 binary READ Temp - Target keine byte1 byte2 = (byte1 x 256 + byte2 - 1000) / 10 °C
2 0x02 binary READ Temp - Head keine byte1 byte2 = (byte1 x 256 + byte2 - 1000) / 10 °C
3 0x03 binary READ current Temp - Target keine byte1 byte2 = (byte1 x 256 + byte2 - 1000) / 10 °C
4 0x04 binary READ Emissivity keine byte1 byte2 = (byte1 x 256 + byte2) / 1000
5 0x05 binary READ Transmission keine byte1 byte2 = (byte1 x 256 + byte2) / 1000
9 0x09 binary READ Processor Temperature keine byte1 = (byte1 x 256 + byte2 - 1000) / 10
14 0x0E binary READ Serial number keine byte1 byte2 byte3 = byte1 x 65536 + byte2 x 256 + byte3
15 0x0F binary READ FW Rev. keine byte1 byte2 = byte1 x 256 + byte2
129 0x81 binary SET DAC mA byte1 byte1 byte 1= mA x 10 (z.B. 4mA = 4 x 10=40) °C
130 0x82 binary RESET of DAC mA output
132 0x84 binary SET Emissivity byte1 byte2 byte1 byte2 = (byte1 x 256 + byte2) / 1000
133 0x85 binary SET Transmission byte1 byte2 byte1 byte2 = (byte1 x 256 + byte2) / 1000
EXAMPLES (all bytes in HEX)
Readout of object temperature
Send: 01 Command for readout of object temperature
Receive: 04 D3 Object temperature in tenth degree + 1000 04 D3 = dec. 1235
1235 - 1000 = 235
235 / 10 =
23,5 °C
Set of emissivity
Send: 84 03 B6 03B6 = dec. 950
Receive: 03 B6
950 / 1000 = 0,950
optris CSlaser – E2010-07-B
27