<
From version < 51.2 >
edited by Xiaoling
on 2023/03/15 16:55
To version < 42.32 >
edited by Xiaoling
on 2023/01/31 17:18
>
Change comment: There is no comment for this version

Summary

Details

Page properties
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  
64 64  
... ... @@ -139,8 +139,11 @@
139 139  * Measuring Range: Measure range can be customized, up to 100m.
140 140  * Accuracy: 0.2% F.S
141 141  * Long-Term Stability: ±0.2% F.S / Year
141 +* Overload 200% F.S
142 +* Zero Temperature Drift: ±2% F.S)
143 +* FS Temperature Drift: ±2% F.S
142 142  * Storage temperature: -30℃~~80℃
143 -* Operating temperature: 0℃~~50
145 +* Operating temperature: -40℃~~85℃
144 144  * Material: 316 stainless steels
145 145  
146 146  
... ... @@ -241,6 +241,8 @@
241 241  == 1.11 Mechanical ==
242 242  
243 243  
246 +
247 +
244 244  [[image:1675143884058-338.png]]
245 245  
246 246  
... ... @@ -311,8 +311,18 @@
311 311  After join success, it will start to upload messages to TTN and you can see the messages in the panel.
312 312  
313 313  
318 +
314 314  == 2.3 ​Uplink Payload ==
315 315  
321 +
322 +Uplink payloads have two types:
323 +
324 +* Distance Value: Use FPORT=2
325 +* Other control commands: Use other FPORT fields.
326 +
327 +The application server should parse the correct value based on FPORT settings.
328 +
329 +
316 316  === 2.3.1 Device Status, FPORT~=5 ===
317 317  
318 318  
... ... @@ -394,11 +394,12 @@
394 394  |(% style="width:97px" %)(((
395 395  **Size(bytes)**
396 396  )))|(% style="width:48px" %)**2**|(% style="width:71px" %)**2**|(% style="width:98px" %)**2**|(% style="width:73px" %)**2**|(% style="width:122px" %)**1**
397 -|(% 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"]]
411 +|(% 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"]]
398 398  
399 399  [[image:1675144608950-310.png]]
400 400  
401 401  
416 +
402 402  === 2.3.3 Battery Info ===
403 403  
404 404  
... ... @@ -412,24 +412,23 @@
412 412  === 2.3.4 Probe Model ===
413 413  
414 414  
415 -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. 
430 +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. 
416 416  
417 417  
418 418  For example.
419 419  
420 420  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
421 -|**Part Number**|**Probe Used**|**4~~20mA scale**|**Example: 12mA meaning**
422 -|PS-LB-I3|immersion type with 3 meters cable|0~~3 meters|1.5 meters pure water
423 -|PS-LB-I5|immersion type with 5 meters cable|0~~5 meters|2.5 meters pure water
424 -|PS-LB-T20-B|T20 threaded probe|0~~1MPa|0.5MPa air / gas or water pressure
436 +|(% style="width:111px" %)**Part Number**|(% style="width:158px" %)**Probe Used**|**0~~20mA scale**|**Example: 10mA meaning**
437 +|(% style="width:111px" %)PS-LB-I3|(% style="width:158px" %)immersion type with 3 meters cable|0~~3 meters|1.5 meters pure water
438 +|(% style="width:111px" %)PS-LB-I5|(% style="width:158px" %)immersion type with 5 meters cable|0~~5 meters|2.5 meters pure water
425 425  
426 -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.
440 +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.
427 427  
428 428  
429 429  === 2.3.5 0~~20mA value (IDC_IN) ===
430 430  
431 431  
432 -The output value from **Pressure Probe**, use together with Probe Model to get the pressure value or water level.
446 +The output value from Pressure Probe, use together with Probe Model to get the pressure value or water level.
433 433  
434 434  (% style="color:#037691" %)**Example**:
435 435  
... ... @@ -436,11 +436,6 @@
436 436  27AE(H) = 10158 (D)/1000 = 10.158mA.
437 437  
438 438  
439 -Instead of pressure probe, User can also connect a general 4~~20mA in this port to support different types of 4~~20mA sensors. below is the connection example:
440 -
441 -[[image:image-20230225154759-1.png||height="408" width="741"]]
442 -
443 -
444 444  === 2.3.6 0~~30V value ( pin VDC_IN) ===
445 445  
446 446  
... ... @@ -474,27 +474,9 @@
474 474  0x01: Interrupt Uplink Packet.
475 475  
476 476  
477 -=== (% id="cke_bm_109176S" style="display:none" %) (%%)2.3.8 Sensor value, FPORT~=7 ===
486 +=== 2.3.8 ​Decode payload in The Things Network ===
478 478  
479 479  
480 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:508.222px" %)
481 -|(% style="width:94px" %)(((
482 -**Size(bytes)**
483 -)))|(% style="width:43px" %)2|(% style="width:367px" %)n
484 -|(% style="width:94px" %)**Value**|(% style="width:43px" %)[[BAT>>||anchor="H2.3.4BatteryInfo"]]|(% style="width:367px" %)(((
485 -Voltage value, each 2 bytes is a set of voltage values.
486 -)))
487 -
488 -[[image:image-20230220171300-1.png||height="207" width="863"]]
489 -
490 -Multiple sets of data collected are displayed in this form:
491 -
492 -[voltage value1], [voltage value2], [voltage value3],…[voltage value n/2]
493 -
494 -
495 -=== 2.3.9 ​Decode payload in The Things Network ===
496 -
497 -
498 498  While using TTN network, you can add the payload format to decode the payload.
499 499  
500 500  
... ... @@ -572,6 +572,7 @@
572 572  [[https:~~/~~/www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0>>url:https://www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0]]
573 573  
574 574  
566 +
575 575  = 3. Configure PS-LB via AT Command or LoRaWAN Downlink =
576 576  
577 577  
... ... @@ -618,15 +618,18 @@
618 618  Set transmit interval to 60000ms = 60 seconds
619 619  )))
620 620  
613 +
621 621  (% style="color:blue" %)**Downlink Command: 0x01**
622 622  
623 623  Format: Command Code (0x01) followed by 3 bytes time value.
624 624  
625 -If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
618 +If the downlink payload=0100003C, it means set the END Nodes Transmit Interval to 0x00003C=60(S), while type code is 01.
626 626  
627 -* Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
628 -* Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
620 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
621 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
629 629  
623 +
624 +
630 630  == 3.2 Set Interrupt Mode ==
631 631  
632 632  
... ... @@ -635,20 +635,21 @@
635 635  (% style="color:blue" %)**AT Command: AT+INTMOD**
636 636  
637 637  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
638 -|=(% style="width: 154px;" %)**Command Example**|=(% style="width: 196px;" %)**Function**|=(% style="width: 157px;" %)**Response**
639 -|(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((
633 +|=**Command Example**|=**Function**|=**Response**
634 +|AT+INTMOD=?|Show current interrupt mode|(((
640 640  0
641 641  OK
642 -the mode is 0 =Disable Interrupt
637 +the mode is 0 = No interruption
643 643  )))
644 -|(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)(((
639 +|AT+INTMOD=2|(((
645 645  Set Transmit Interval
646 -0. (Disable Interrupt),
647 -~1. (Trigger by rising and falling edge)
648 -2. (Trigger by falling edge)
649 -3. (Trigger by rising edge)
650 -)))|(% style="width:157px" %)OK
641 +~1. (Disable Interrupt),
642 +2. (Trigger by rising and falling edge)
643 +3. (Trigger by falling edge)
644 +4. (Trigger by rising edge)
645 +)))|OK
651 651  
647 +
652 652  (% style="color:blue" %)**Downlink Command: 0x06**
653 653  
654 654  Format: Command Code (0x06) followed by 3 bytes.
... ... @@ -655,8 +655,8 @@
655 655  
656 656  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
657 657  
658 -* Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
659 -* Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
654 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
655 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
660 660  
661 661  
662 662  
... ... @@ -684,6 +684,7 @@
684 684  OK
685 685  )))
686 686  
683 +
687 687  (% style="color:blue" %)**AT Command: AT+5VT**
688 688  
689 689  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:470px" %)
... ... @@ -703,6 +703,7 @@
703 703  OK
704 704  )))
705 705  
703 +
706 706  (% style="color:blue" %)**AT Command: AT+12VT**
707 707  
708 708  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:443px" %)
... ... @@ -716,6 +716,7 @@
716 716  OK
717 717  )))
718 718  
717 +
719 719  (% style="color:blue" %)**Downlink Command: 0x07**
720 720  
721 721  Format: Command Code (0x07) followed by 3 bytes.
... ... @@ -734,84 +734,32 @@
734 734  == 3.4 Set the Probe Model ==
735 735  
736 736  
737 -Users need to configure this parameter according to the type of external probe. In this way, the server can decode according to this value, and convert the current value output by the sensor into water depth or pressure value.
736 +(% style="color:blue" %)**AT Command: AT** **+PROBE**
738 738  
739 -**AT Command: AT** **+PROBE**
740 -
741 -AT+PROBE=aabb
742 -
743 -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.
744 -
745 -When aa=01, it is the pressure mode, which converts the current into a pressure value;
746 -
747 -bb represents which type of pressure sensor it is.
748 -
749 -(A->01,B->02,C->03,D->04,E->05,F->06,G->07,H->08,I->09,J->0A,K->0B,L->0C)
750 -
751 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
752 -|**Command Example**|**Function**|**Response**
753 -|AT +PROBE =?|Get or Set the probe model.|0
738 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:448px" %)
739 +|=(% style="width: 154px;" %)**Command Example**|=(% style="width: 204px;" %)**Function**|=(% style="width: 85px;" %)**Response**
740 +|(% style="width:154px" %)AT +PROBE =?|(% style="width:204px" %)Get or Set the probe model.|(% style="width:85px" %)(((
741 +0
754 754  OK
755 -|AT +PROBE =0003|Set water depth sensor mode, 3m type.|OK
756 -|(((
757 -AT +PROBE =000A
758 -
759 -
760 -)))|Set water depth sensor mode, 10m type.|OK
761 -|AT +PROBE =0101|Set pressure transmitters mode, first type(A).|OK
762 -|AT +PROBE =0000|Initial state, no settings.|OK
763 -
764 -**Downlink Command: 0x08**
765 -
766 -Format: Command Code (0x08) followed by 2 bytes.
767 -
768 -* Example 1: Downlink Payload: 080003  **~-~-->**  AT+PROBE=0003
769 -* Example 2: Downlink Payload: 080101  **~-~-->**  AT+PROBE=0101
770 -
771 -
772 -
773 -== 3.5 Multiple collections are one uplink(Since firmware V1.1) ==
774 -
775 -
776 -Added AT+STDC command to collect the voltage of VDC_INPUT multiple times and upload it at one time.
777 -
778 -(% style="color:blue" %)**AT Command: AT** **+STDC**
779 -
780 -AT+STDC=aa,bb,bb
781 -
782 -(% style="color:#037691" %)**aa:**(%%)
783 -**0:** means disable this function and use TDC to send packets.
784 -**1:** means enable this function, use the method of multiple acquisitions to send packets.
785 -(% style="color:#037691" %)**bb:**(%%) Each collection interval (s), the value is 1~~65535
786 -(% style="color:#037691" %)**cc:**(%%)** **the number of collection times, the value is 1~~120
787 -
788 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
789 -|**Command Example**|**Function**|**Response**
790 -|AT+STDC=?|Get the mode of multiple acquisitions and one uplink.|1,10,18
743 +)))
744 +|(% style="width:154px" %)AT +PROBE =0003|(% style="width:204px" %)Set water depth sensor mode, 3m type.|(% style="width:85px" %)OK
745 +|(% style="width:154px" %)AT +PROBE =0101|(% style="width:204px" %)Set pressure transmitters mode, first type.|(% style="width:85px" %)(((
791 791  OK
792 -|AT+STDC=1,10,18|Set the mode of multiple acquisitions and one uplink, collect once every 10 seconds, and report after 18 times.|(((
793 -Attention:Take effect after ATZ
794 -
795 -OK
796 796  )))
797 -|AT+STDC=0, 0,0|(((
798 -Use the TDC interval to send packets.(default)
799 -
800 -
801 -)))|(((
802 -Attention:Take effect after ATZ
803 -
748 +|(% style="width:154px" %)AT +PROBE =0000|(% style="width:204px" %)Initial state, no settings.|(% style="width:85px" %)(((
804 804  OK
805 805  )))
806 806  
807 -(% style="color:blue" %)**Downlink Command: 0xAE**
808 808  
809 -Format: Command Code (0x08) followed by 5 bytes.
753 +(% style="color:blue" %)**Downlink Command: 0x08**
810 810  
811 -* Example 1: Downlink Payload: AE 01 02 58 12** ~-~-->**  AT+STDC=1,600,18
755 +Format: Command Code (0x08) followed by 2 bytes.
812 812  
757 +* Example 1: Downlink Payload: 080003  **~-~-->**  AT+PROBE=0003
758 +* Example 2: Downlink Payload: 080101  **~-~-->**  AT+PROBE=0101
813 813  
814 814  
761 +
815 815  = 4. Battery & how to replace =
816 816  
817 817  == 4.1 Battery Type ==
... ... @@ -819,6 +819,7 @@
819 819  
820 820  PS-LB is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>https://www.dropbox.com/sh/w9l2oa3ytpculph/AAAPtt-apH4lYfCj-2Y6lHvQa?dl=0]]. The battery is un-rechargeable battery with low discharge rate targeting for 8~~10 years use. This type of battery is commonly used in IoT target for long-term running, such as water meter.
821 821  
769 +
822 822  The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance.
823 823  
824 824  [[image:1675146710956-626.png]]
... ... @@ -948,4 +948,7 @@
948 948  
949 949  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]]
950 950  
899 +
900 +
901 +
951 951  
image-20230201090514-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -560.9 KB
Content
image-20230220171300-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -98.0 KB
Content
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
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0