<
From version < 49.1 >
edited by Edwin Chen
on 2023/02/25 15:49
To version < 50.2 >
edited by Xiaoling
on 2023/02/27 09:26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -60,6 +60,8 @@
60 60  * 8500mAh Battery for long term use
61 61  * Controllable 3.3v,5v and 12v output to power external sensor
62 62  
63 +
64 +
63 63  == 1.3 Specification ==
64 64  
65 65  
... ... @@ -106,6 +106,8 @@
106 106  * Sleep Mode: 5uA @ 3.3v
107 107  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
108 108  
111 +
112 +
109 109  == 1.4 Probe Types ==
110 110  
111 111  === 1.4.1 Thread Installation Type ===
... ... @@ -124,6 +124,8 @@
124 124  * Operating temperature: -20℃~~60℃
125 125  * Connector Type: Various Types, see order info
126 126  
131 +
132 +
127 127  === 1.4.2 Immersion Type ===
128 128  
129 129  
... ... @@ -140,6 +140,8 @@
140 140  * Operating temperature: -40℃~~85℃
141 141  * Material: 316 stainless steels
142 142  
149 +
150 +
143 143  == 1.5 Probe Dimension ==
144 144  
145 145  
... ... @@ -210,6 +210,8 @@
210 210  )))
211 211  |(% style="width:167px" %)Fast press ACT 5 times.|(% style="width:117px" %)Deactivate Device|(% style="width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means PS-LB is in Deep Sleep Mode.
212 212  
221 +
222 +
213 213  == 1.9 Pin Mapping ==
214 214  
215 215  
... ... @@ -392,9 +392,6 @@
392 392  [[image:1675144608950-310.png]]
393 393  
394 394  
395 -=== ===
396 -
397 -
398 398  === 2.3.3 Battery Info ===
399 399  
400 400  
... ... @@ -419,7 +419,6 @@
419 419  |PS-LB-I5|immersion type with 5 meters cable|0~~5 meters|2.5 meters pure water
420 420  |PS-LB-T20-B|T20 threaded probe|0~~1MPa|0.5MPa air / gas or water pressure
421 421  
422 -
423 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  
425 425  
... ... @@ -426,7 +426,7 @@
426 426  === 2.3.5 0~~20mA value (IDC_IN) ===
427 427  
428 428  
429 -The output value from Pressure Probe, use together with Probe Model to get the pressure value or water level.
435 +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**:
432 432  
... ... @@ -433,6 +433,11 @@
433 433  27AE(H) = 10158 (D)/1000 = 10.158mA.
434 434  
435 435  
442 +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:
443 +
444 +[[image:image-20230225154759-1.png||height="408" width="741"]]
445 +
446 +
436 436  === 2.3.6 0~~30V value ( pin VDC_IN) ===
437 437  
438 438  
... ... @@ -465,6 +465,7 @@
465 465  
466 466  0x01: Interrupt Uplink Packet.
467 467  
479 +
468 468  === (% id="cke_bm_109176S" style="display:none" %) (%%)2.3.8 Sensor value, FPORT~=7 ===
469 469  
470 470  
... ... @@ -618,6 +618,8 @@
618 618  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
619 619  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
620 620  
633 +
634 +
621 621  == 3.2 Set Interrupt Mode ==
622 622  
623 623  
... ... @@ -649,6 +649,8 @@
649 649  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
650 650  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
651 651  
666 +
667 +
652 652  == 3.3 Set the output time ==
653 653  
654 654  
... ... @@ -718,6 +718,8 @@
718 718  * Example 5: Downlink Payload: 070301F4  **~-~-->**  AT+12VT=500
719 719  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
720 720  
737 +
738 +
721 721  == 3.4 Set the Probe Model ==
722 722  
723 723  
... ... @@ -748,7 +748,6 @@
748 748  |AT +PROBE =0101|Set pressure transmitters mode, first type(A).|OK
749 749  |AT +PROBE =0000|Initial state, no settings.|OK
750 750  
751 -
752 752  **Downlink Command: 0x08**
753 753  
754 754  Format: Command Code (0x08) followed by 2 bytes.
... ... @@ -756,6 +756,8 @@
756 756  * Example 1: Downlink Payload: 080003  **~-~-->**  AT+PROBE=0003
757 757  * Example 2: Downlink Payload: 080101  **~-~-->**  AT+PROBE=0101
758 758  
776 +
777 +
759 759  == 3.5 Multiple collections are one uplink(Since firmware V1.1) ==
760 760  
761 761  
... ... @@ -790,7 +790,6 @@
790 790  OK
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.
... ... @@ -797,6 +797,8 @@
797 797  
798 798  * Example 1: Downlink Payload: AE 01 02 58 12** ~-~-->**  AT+STDC=1,600,18
799 799  
818 +
819 +
800 800  = 4. Battery & how to replace =
801 801  
802 802  == 4.1 Battery Type ==
... ... @@ -924,6 +924,8 @@
924 924  * Package Size / pcs : cm
925 925  * Weight / pcs : g
926 926  
947 +
948 +
927 927  = 10. Support =
928 928  
929 929  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0