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

From version 135.1
edited by Mengting Qiu
on 2025/05/12 14:51
Change comment: There is no comment for this version
To version 132.1
edited by Mengting Qiu
on 2025/05/12 14:40
Change comment: Uploaded new attachment "image-20250512144042-1.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -468,6 +468,7 @@
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 +
471 471  For example.
472 472  
473 473  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
... ... @@ -479,23 +479,6 @@
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.
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 -
499 499  === 2.3.5 0~~20mA value (IDC_IN) ===
500 500  
501 501  
image-20250512144122-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.ting
Size
... ... @@ -1,1 +1,0 @@
1 -572.9 KB
Content