Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/06/10 15:28
From version 49.1
edited by Edwin Chen
on 2023/02/25 15:49
on 2023/02/25 15:49
Change comment:
Uploaded new attachment "image-20230225154759-1.png", version {1}
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Edwin1 +XWiki.Xiaoling - Content
-
... ... @@ -58,7 +58,6 @@ 58 58 * Uplink on periodically 59 59 * Downlink to change configure 60 60 * 8500mAh Battery for long term use 61 -* Controllable 3.3v,5v and 12v output to power external sensor 62 62 63 63 == 1.3 Specification == 64 64 ... ... @@ -304,8 +304,18 @@ 304 304 After join success, it will start to upload messages to TTN and you can see the messages in the panel. 305 305 306 306 306 + 307 307 == 2.3 Uplink Payload == 308 308 309 + 310 +Uplink payloads have two types: 311 + 312 +* Distance Value: Use FPORT=2 313 +* Other control commands: Use other FPORT fields. 314 + 315 +The application server should parse the correct value based on FPORT settings. 316 + 317 + 309 309 === 2.3.1 Device Status, FPORT~=5 === 310 310 311 311 ... ... @@ -387,17 +387,28 @@ 387 387 |(% style="width:97px" %)((( 388 388 **Size(bytes)** 389 389 )))|(% style="width:48px" %)**2**|(% style="width:71px" %)**2**|(% style="width:98px" %)**2**|(% style="width:73px" %)**2**|(% style="width:122px" %)**1** 390 -|(% style="width:97px" %)Value|(% style="width:48px" %)[[BAT>>||anchor="H2.3. 4BatteryInfo"]]|(% style="width:71px" %)[[Probe Model>>||anchor="H2.3.5ProbeModel"]]|(% style="width:98px" %)[[0 ~~~~ 20mA value>>||anchor="H2.3.607E20mAvalue28IDC_IN29"]]|(% style="width:73px" %)[[0 ~~~~ 30v value>>||anchor="H2.3.707E30Vvalue28pinVDC_IN29"]]|(% style="width:122px" %)[[IN1 &IN2 Interrupt flag>>||anchor="H2.3.8IN126IN226INTpin"]]399 +|(% 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"]] 391 391 392 392 [[image:1675144608950-310.png]] 393 393 394 394 395 -=== === 404 +=== 2.3.3 Sensor value, FPORT~=7 === 396 396 397 397 398 -=== 2.3.3 Battery Info === 407 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:508.222px" %) 408 +|(% style="width:94px" %)((( 409 +**Size(bytes)** 410 +)))|(% style="width:43px" %)2|(% style="width:367px" %)n 411 +|(% style="width:94px" %)**Value**|(% style="width:43px" %)[[BAT>>||anchor="H2.3.3BatteryInfo"]]|(% style="width:367px" %)((( 412 +Voltage value, each 2 bytes is a set of voltage values. 413 +))) 399 399 415 +[[image:image-20230220171300-1.png||height="207" width="863"]] 400 400 417 + 418 +=== 2.3.4 Battery Info === 419 + 420 + 401 401 Check the battery voltage for PS-LB. 402 402 403 403 Ex1: 0x0B45 = 2885mV ... ... @@ -405,27 +405,25 @@ 405 405 Ex2: 0x0B49 = 2889mV 406 406 407 407 408 -=== 2.3. 4Probe Model ===428 +=== 2.3.5 Probe Model === 409 409 410 410 411 -PS-LB 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.431 +PS-LB has different kind of probe, 0~~20mA represent the full scale of the measuring range. So a 15mA output means different meaning for different probe. 412 412 413 413 414 414 For example. 415 415 416 416 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 417 -|**Part Number**|**Probe Used**|**4~~20mA scale**|**Example: 12mA meaning** 418 -|PS-LB-I3|immersion type with 3 meters cable|0~~3 meters|1.5 meters pure water 419 -|PS-LB-I5|immersion type with 5 meters cable|0~~5 meters|2.5 meters pure water 420 -|PS-LB-T20-B|T20 threaded probe|0~~1MPa|0.5MPa air / gas or water pressure 437 +|(% style="width:111px" %)**Part Number**|(% style="width:158px" %)**Probe Used**|**0~~20mA scale**|**Example: 10mA meaning** 438 +|(% style="width:111px" %)PS-LB-I3|(% style="width:158px" %)immersion type with 3 meters cable|0~~3 meters|1.5 meters pure water 439 +|(% style="width:111px" %)PS-LB-I5|(% style="width:158px" %)immersion type with 5 meters cable|0~~5 meters|2.5 meters pure water 421 421 441 +The probe model field provides the convenient for server to identical how it should parse the 0~~20mA sensor value and get the correct value. 422 422 423 -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. 424 424 444 +=== 2.3.6 0~~20mA value (IDC_IN) === 425 425 426 -=== 2.3.5 0~~20mA value (IDC_IN) === 427 427 428 - 429 429 The output value from Pressure Probe, use together with Probe Model to get the pressure value or water level. 430 430 431 431 (% style="color:#037691" %)**Example**: ... ... @@ -433,7 +433,7 @@ 433 433 27AE(H) = 10158 (D)/1000 = 10.158mA. 434 434 435 435 436 -=== 2.3. 60~~30V value ( pin VDC_IN) ===454 +=== 2.3.7 0~~30V value ( pin VDC_IN) === 437 437 438 438 439 439 Measure the voltage value. The range is 0 to 30V. ... ... @@ -443,7 +443,7 @@ 443 443 138E(H) = 5006(D)/1000= 5.006V 444 444 445 445 446 -=== 2.3. 7IN1&IN2&INT pin ===464 +=== 2.3.8 IN1&IN2&INT pin === 447 447 448 448 449 449 IN1 and IN2 are used as digital input pins. ... ... @@ -465,24 +465,7 @@ 465 465 466 466 0x01: Interrupt Uplink Packet. 467 467 468 -=== (% id="cke_bm_109176S" style="display:none" %) (%%)2.3.8 Sensor value, FPORT~=7 === 469 469 470 - 471 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:508.222px" %) 472 -|(% style="width:94px" %)((( 473 -**Size(bytes)** 474 -)))|(% style="width:43px" %)2|(% style="width:367px" %)n 475 -|(% style="width:94px" %)**Value**|(% style="width:43px" %)[[BAT>>||anchor="H2.3.4BatteryInfo"]]|(% style="width:367px" %)((( 476 -Voltage value, each 2 bytes is a set of voltage values. 477 -))) 478 - 479 -[[image:image-20230220171300-1.png||height="207" width="863"]] 480 - 481 -Multiple sets of data collected are displayed in this form: 482 - 483 -[voltage value1], [voltage value2], [voltage value3],…[voltage value n/2] 484 - 485 - 486 486 === 2.3.9 Decode payload in The Things Network === 487 487 488 488 ... ... @@ -563,6 +563,7 @@ 563 563 [[https:~~/~~/www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0>>url:https://www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0]] 564 564 565 565 567 + 566 566 = 3. Configure PS-LB via AT Command or LoRaWAN Downlink = 567 567 568 568 ... ... @@ -630,14 +630,14 @@ 630 630 |(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)((( 631 631 0 632 632 OK 633 -the mode is 0 = DisableInterrupt635 +the mode is 0 = No interruption 634 634 ))) 635 635 |(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)((( 636 636 Set Transmit Interval 637 - 0. (Disable Interrupt),638 - ~1. (Trigger by rising and falling edge)639 - 2. (Trigger by falling edge)640 - 3. (Trigger by rising edge)639 +~1. (Disable Interrupt), 640 +2. (Trigger by rising and falling edge) 641 +3. (Trigger by falling edge) 642 +4. (Trigger by rising edge) 641 641 )))|(% style="width:157px" %)OK 642 642 643 643 (% style="color:blue" %)**Downlink Command: 0x06** ... ... @@ -721,40 +721,28 @@ 721 721 == 3.4 Set the Probe Model == 722 722 723 723 724 - Usersneed to configure thisparameter according to the type of externalprobe. In this way, the servercan decode according to this value, and convert the current valueoutputby the sensor into waterdepthorpressure value.726 +(% style="color:blue" %)**AT Command: AT** **+PROBE** 725 725 726 -**AT Command: AT** **+PROBE** 727 - 728 -AT+PROBE=aabb 729 - 730 -When aa=00, it is the water depth mode, and the current is converted into the water depth value; bb is the probe at a depth of several meters. 731 - 732 -When aa=01, it is the pressure mode, which converts the current into a pressure value; 733 - 734 -bb represents which type of pressure sensor it is. 735 - 736 -(A->01,B->02,C->03,D->04,E->05,F->06,G->07,H->08,I->09,J->0A,K->0B,L->0C) 737 - 738 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 739 -|**Command Example**|**Function**|**Response** 740 -|AT +PROBE =?|Get or Set the probe model.|0 728 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:448px" %) 729 +|=(% style="width: 154px;" %)**Command Example**|=(% style="width: 204px;" %)**Function**|=(% style="width: 85px;" %)**Response** 730 +|(% style="width:154px" %)AT +PROBE =?|(% style="width:204px" %)Get or Set the probe model.|(% style="width:85px" %)((( 731 +0 741 741 OK 742 -|AT +PROBE =0003|Set water depth sensor mode, 3m type.|OK 743 -|((( 744 -AT +PROBE =000A 733 +))) 734 +|(% style="width:154px" %)AT +PROBE =0003|(% style="width:204px" %)Set water depth sensor mode, 3m type.|(% style="width:85px" %)OK 735 +|(% style="width:154px" %)AT +PROBE =0101|(% style="width:204px" %)Set pressure transmitters mode, first type.|(% style="width:85px" %)((( 736 +OK 737 +))) 738 +|(% style="width:154px" %)AT +PROBE =0000|(% style="width:204px" %)Initial state, no settings.|(% style="width:85px" %)((( 739 +OK 740 +))) 745 745 746 - 747 -)))|Set water depth sensor mode, 10m type.|OK 748 -|AT +PROBE =0101|Set pressure transmitters mode, first type(A).|OK 749 -|AT +PROBE =0000|Initial state, no settings.|OK 742 +(% style="color:blue" %)**Downlink Command: 0x08** 750 750 751 - 752 -**Downlink Command: 0x08** 753 - 754 754 Format: Command Code (0x08) followed by 2 bytes. 755 755 756 -* Example 1: Downlink Payload: 080003 757 -* Example 2: Downlink Payload: 080101 746 +* Example 1: Downlink Payload: 080003 **~-~-->** AT+PROBE=0003 747 +* Example 2: Downlink Payload: 080101 **~-~-->** AT+PROBE=0101 758 758 759 759 == 3.5 Multiple collections are one uplink(Since firmware V1.1) == 760 760 ... ... @@ -763,34 +763,23 @@ 763 763 764 764 (% style="color:blue" %)**AT Command: AT** **+STDC** 765 765 766 -AT+STDC=aa,bb,bb 767 - 768 -(% style="color:#037691" %)**aa:**(%%) 769 -**0:** means disable this function and use TDC to send packets. 770 -**1:** means enable this function, use the method of multiple acquisitions to send packets. 771 -(% style="color:#037691" %)**bb:**(%%) Each collection interval (s), the value is 1~~65535 772 -(% style="color:#037691" %)**cc:**(%%)** **the number of collection times, the value is 1~~120 773 - 774 774 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 775 -|**Command Example**|**Function**|**Response** 776 -|AT+STDC=?|Get the mode of multiple acquisitions and one uplink.|1,10,18 757 +|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 137px;" %)**Function**|=**Response** 758 +|(% style="width:156px" %)AT+STDC=?|(% style="width:137px" %)((( 759 +Get the mode of multiple acquisitions and one uplink 760 +)))|((( 761 +1,10,18 777 777 OK 778 -|AT+STDC=1,10,18|Set the mode of multiple acquisitions and one uplink, collect once every 10 seconds, and report after 18 times.|((( 779 -Attention:Take effect after ATZ 780 - 781 -OK 782 782 ))) 783 -|AT+STDC=0, 0,0|((( 784 -Use the TDC interval to send packets.(default) 785 - 786 - 787 -)))|((( 788 -Attention:Take effect after ATZ 789 - 764 +|(% style="width:156px" %)AT+STDC=1,10,18|(% style="width:137px" %)Set the mode of multiple acquisitions and one uplink|((( 790 790 OK 766 +**(% style="color:#037691" %)aa:**(%%) 767 +**0** means disable this function and use TDC to send packets. 768 +**1** means enable this function, use the method of multiple acquisitions to send packets. 769 +**(% style="color:#037691" %)bb:**(%%) Each collection interval (s), the value is 1~~65535 770 +**(% style="color:#037691" %)cc:**(%%)the number of collection times, the value is 1~~120 791 791 ))) 792 792 793 - 794 794 (% style="color:blue" %)**Downlink Command: 0xAE** 795 795 796 796 Format: Command Code (0x08) followed by 5 bytes.
- image-20230222174559-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bei - Size
-
... ... @@ -1,1 +1,0 @@ 1 -19.4 KB - Content
- image-20230225154759-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Edwin - Size
-
... ... @@ -1,1 +1,0 @@ 1 -468.9 KB - Content