Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/07/10 16:21
From version 131.1
edited by Xiaoling
on 2025/04/27 10:31
on 2025/04/27 10:31
Change comment:
There is no comment for this version
To version 134.1
edited by Mengting Qiu
on 2025/05/12 14:46
on 2025/05/12 14:46
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 2 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.ting - Content
-
... ... @@ -468,7 +468,6 @@ 468 468 469 469 PS-LB/LS has different kind of probe, 4~~20mA represent the full scale of the measuring range. So a 12mA output means different meaning for different probe. 470 470 471 - 472 472 For example. 473 473 474 474 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) ... ... @@ -480,6 +480,23 @@ 480 480 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. 481 481 482 482 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 + 484 +**Examples for decoder implementation:** 485 + 486 +~1. For AT+PROBE=0005, the corresponding modifications in the decoding are as follows. 487 + 488 +[[image:image-20250512144042-1.png]] 489 + 490 +[[image:image-20250512144122-2.png]] 491 + 492 +2. For AT+PROBE=0102, add the following processing in your decoder(Corresponding to the position shown in the above screenshot). 493 + 494 +bytes[i]=0x01;bytes[1+i]=0x02; 495 + 496 +bytes[2]=0x01;bytes[3]=0x02; 497 + 498 + 483 483 === 2.3.5 0~~20mA value (IDC_IN) === 484 484 485 485
- image-20250512144042-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.ting - Size
-
... ... @@ -1,0 +1,1 @@ 1 +471.4 KB - Content
- image-20250512144122-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.ting - Size
-
... ... @@ -1,0 +1,1 @@ 1 +572.9 KB - Content