Last modified by Xiaoling on 2025/07/10 16:21

From version 136.1
edited by Mengting Qiu
on 2025/05/12 14:57
Change comment: There is no comment for this version
To version 134.1
edited by Mengting Qiu
on 2025/05/12 14:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -479,11 +479,11 @@
479 479  The probe model field provides the convenient for server to identical how it should parse the 4~~20mA sensor value and get the correct value.
480 480  
481 481  
482 -When connecting to current sensors sold by our company, you can convert current readings to corresponding values by simply configuring the [[AT+PROBE>>||anchor="H3.3.4SettheProbeModel"]] command. If you prefer not to configure this command on the sensor, you can uniformly handle the conversion in the payload decoder instead.
482 +When connecting to current sensors sold by our company, you can convert current readings to corresponding values by simply configuring the AT+PROBE command. If you prefer not to configure this command on the sensor, you can uniformly handle the conversion in the payload decoder instead.
483 483  
484 484  **Examples for decoder implementation:**
485 485  
486 -~1. For AT+PROBE=0005, add the following processing in your decoder:
486 +~1. For AT+PROBE=0005, the corresponding modifications in the decoding are as follows.
487 487  
488 488  [[image:image-20250512144042-1.png]]
489 489