
10
(1)Set the distance calibration:
If the distance between the device and detected object the R718X detects is 490mm and the actual distance is 500mm, it means
the calibration we want to make is +10mm.
SensorType =0x36, Channel 1= 00, Multiplier = 000A, Divisor = 0000, DeltValue=0001
Downlink:013600000A000000010000
Response:
8136000000000000000000(Configuration success)
(2)Check whether the setting in (1) calibration
Downlink:0236000000000000000000
Response:
823600000A000000010000 (Current configuration)
(3)Set the temperaturecalibration:
If the temperature the R718X detects is 26° and the actual temperature is 27°, it means the calibration we want to make is +1°.
SensorType =0x01 ,Channel 2= 01, Multiplier = 000A, Divisor = 0000, DeltValue=0001
Downlink:010101000A000000010000
Response:
8101010000000000000000(Configuration success)
(4)Check whether the setting in (3) calibration
Downlink:0201010000000000000000
Response:
820101000A000000010000(Current configuration)
(5)Set the angle sensor calibration:
The calibration we want to make Xaxis angle is +10°
SensorType =0x37,Channel 3= 02, Multiplier = 000A, Divisor = 0000, DeltValue=0001
The calibration we want to make Yaxis angle is +10°
SensorType =0x37,Channel 4= 03, Multiplier = 000A, Divisor = 0000, DeltValue=0001
Downlink:
013702000A000000010000 //X axis
013703000A000000010000 //Y axis
Response:
8137020000000000000000 //X axis (Configuration success)
8137030000000000000000 //Y axis (Configuration success)