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

From version 134.1
edited by Mengting Qiu
on 2025/05/12 14:46
Change comment: There is no comment for this version
To version 130.4
edited by Xiaoling
on 2025/04/27 09:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ting
1 +XWiki.Xiaoling
Content
... ... @@ -376,7 +376,7 @@
376 376  Users can also use the downlink command(0x26 01) to ask PS-LB/LS to resend this uplink.
377 377  
378 378  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
379 -|(% colspan="6" style="background-color:#4f81bd; color:white" %)**Device Status (FPORT=5)**
379 +|(% colspan="6" style="background-color:#4f81bd; color:white" %)Device Status (FPORT=5)
380 380  |(% style="background-color:#f2f2f2; width:103px" %)Size (bytes)|(% style="background-color:#f2f2f2; width:72px" %)1|(% style="background-color:#f2f2f2" %)2|(% style="background-color:#f2f2f2; width:91px" %)1|(% style="background-color:#f2f2f2; width:86px" %)1|(% style="background-color:#f2f2f2; width:44px" %)2
381 381  |(% style="background-color:#f2f2f2; width:103px" %)Value|(% style="background-color:#f2f2f2; width:72px" %)Sensor Model|(% style="background-color:#f2f2f2" %)Firmware Version|(% style="background-color:#f2f2f2; width:91px" %)Frequency Band|(% style="background-color:#f2f2f2; width:86px" %)Sub-band|(% style="background-color:#f2f2f2; width:44px" %)BAT
382 382  
... ... @@ -446,8 +446,8 @@
446 446  
447 447  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
448 448  |(% style="background-color:#4f81bd; color:white; width:97px" %)(((
449 -**Size(bytes)**
450 -)))|(% style="background-color:#4f81bd; color:white; width:50px" %)**2**|(% style="background-color:#4f81bd; color:white; width:71px" %)**2**|(% style="background-color:#4f81bd; color:white; width:98px" %)**2**|(% style="background-color:#4f81bd; color:white; width:73px" %)**2**|(% style="background-color:#4f81bd; color:white; width:122px" %)**1**
449 +Size(bytes)
450 +)))|(% style="background-color:#4f81bd; color:white; width:50px" %)2|(% style="background-color:#4f81bd; color:white; width:71px" %)2|(% style="background-color:#4f81bd; color:white; width:98px" %)2|(% style="background-color:#4f81bd; color:white; width:73px" %)2|(% style="background-color:#4f81bd; color:white; width:122px" %)1
451 451  |(% style="width:97px" %)Value|(% style="width:48px" %)[[BAT>>||anchor="H2.3.3BatteryInfo"]]|(% style="width:71px" %)[[Probe Model>>||anchor="H2.3.4ProbeModel"]]|(% style="width:98px" %)[[0 ~~~~ 20mA value>>||anchor="H2.3.507E20mAvalue28IDC_IN29"]]|(% style="width:73px" %)[[0 ~~~~ 30v value>>||anchor="H2.3.607E30Vvalue28pinVDC_IN29"]]|(% style="width:122px" %)[[IN1 &IN2 Interrupt  flag>>||anchor="H2.3.7IN126IN226INTpin"]]
452 452  
453 453  [[image:1675144608950-310.png]]
... ... @@ -468,10 +468,11 @@
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" %)
474 -|(% style="background-color:#4f81bd; color:white" %)**Part Number**|(% style="background-color:#4f81bd; color:white" %)**Probe Used**|(% style="background-color:#4f81bd; color:white" %)**4~~20mA scale**|(% style="background-color:#4f81bd; color:white" %)**Example: 12mA meaning**
475 +|(% style="background-color:#4f81bd; color:white" %)Part Number|(% style="background-color:#4f81bd; color:white" %)Probe Used|(% style="background-color:#4f81bd; color:white" %)4~~20mA scale|(% style="background-color:#4f81bd; color:white" %)Example: 12mA meaning
475 475  |(% style="background-color:#f2f2f2" %)PS-LB/LS-I3|(% style="background-color:#f2f2f2" %)immersion type with 3 meters cable|(% style="background-color:#f2f2f2" %)0~~3 meters|(% style="background-color:#f2f2f2" %)1.5 meters pure water
476 476  |(% style="background-color:#f2f2f2" %)PS-LB/LS-I5|(% style="background-color:#f2f2f2" %)immersion type with 5 meters cable|(% style="background-color:#f2f2f2" %)0~~5 meters|(% style="background-color:#f2f2f2" %)2.5 meters pure water
477 477  |(% style="background-color:#f2f2f2" %)PS-LB/LS-T20-B|(% style="background-color:#f2f2f2" %)T20 threaded probe|(% style="background-color:#f2f2f2" %)0~~1MPa|(% style="background-color:#f2f2f2" %)0.5MPa air / gas or water pressure
... ... @@ -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 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  
... ... @@ -549,8 +549,10 @@
549 549  
550 550  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
551 551  |(% style="background-color:#4f81bd; color:white; width:65px" %)(((
552 -**Size(bytes)**
553 -)))|(% style="background-color:#4f81bd; color:white; width:35px" %)**2**|(% style="background-color:#4f81bd; color:white; width:400px" %)**n**
536 +
537 +
538 +Size(bytes)
539 +)))|(% style="background-color:#4f81bd; color:white; width:35px" %)2|(% style="background-color:#4f81bd; color:white; width:400px" %)n
554 554  |(% style="width:94px" %)Value|(% style="width:43px" %)[[BAT>>||anchor="H2.3.3BatteryInfo"]]|(% style="width:367px" %)(((
555 555  
556 556  
image-20250512144042-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.ting
Size
... ... @@ -1,1 +1,0 @@
1 -471.4 KB
Content
image-20250512144122-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.ting
Size
... ... @@ -1,1 +1,0 @@
1 -572.9 KB
Content