9
If the current device is used as material level detection, switch it to parking space detection
(1)
Set FillMaxDistance =0
Downlink: 05B1000000000000000000
Device returns:
85B1000000000000000000
(2)
Read FillMixDistance, confirm whether it has been set successfully
Downlink: 06B1000000000000000000
Device returns:
86B1000000000000000000
(3)
Set OnDistanceThreshold= 500mm
Downlink: 03B101F400000000000000
Device returns:
83B1000000000000000000
(4)
Read OnDistanceThreshold, confirm whether it has been set successfully
Downlink: 04B1000000000000000000
Device returns:
83B101F400000000000000
5.4 Example of DeadZoneDistance
(1) SetDeadZoneDistance:
Downlink: 0BB100FA00000000000000 //set the device detection dead zone distance to 250mm
Device returns:
8BB1000000000000000000
(2) GetDeadZoneDistance:
Downlink: 0CB1000000000000000000
Device returns:
8CB100FA00000000000000 //set the device detection dead zone distance to 250mm
Note: Keep the last set value when restoring the factory setting