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

From version 149.1
edited by Xiaoling
on 2025/07/10 16:21
Change comment: There is no comment for this version
To version 146.2
edited by Mengting Qiu
on 2025/07/08 10:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.ting
Content
... ... @@ -551,6 +551,8 @@
551 551  **Size(bytes)**
552 552  )))|(% style="background-color:#4f81bd; color:white; width:35px" %)**2**|(% style="background-color:#4f81bd; color:white; width:400px" %)**n**
553 553  |(% style="width:94px" %)Value|(% style="width:43px" %)[[BAT>>||anchor="H2.3.3BatteryInfo"]]|(% style="width:367px" %)(((
554 +
555 +
554 554  Voltage value, each 2 bytes is a set of voltage values.
555 555  )))
556 556  
... ... @@ -622,24 +622,24 @@
622 622  == 2.6 Datalog Feature (Since V1.1) ==
623 623  
624 624  
625 -Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, PS-LB will store the reading for future retrieving purposes.
627 +Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, S31x-LB/LS will store the reading for future retrieving purposes.
626 626  
627 627  
628 -=== 2.6.1 How datalog works ===
630 +=== 2.5.1 How datalog works ===
629 629  
630 630  
631 -PS-LB will wait for ACK for every uplink, when there is no LoRaWAN network,PS-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
633 +PS-LB/LS will wait for ACK for every uplink, when there is no LoRaWAN network,PS-LB/LS will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
632 632  
633 633  * (((
634 -a) PS-LB will do an ACK check for data records sending to make sure every data arrive server.
636 +a) PS-LB/LS will do an ACK check for data records sending to make sure every data arrive server.
635 635  )))
636 636  * (((
637 -b) PS-LB will send data in **CONFIRMED Mode**, but PS-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if PS-LB gets a ACK, PS-LB will consider there is a network connection and resend all NONE-ACK messages.
639 +b) PS-LB/LS will send data in **CONFIRMED Mode**, but PS-LB/LS won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if PS-LB/LS gets a ACK, PS-LB/LS will consider there is a network connection and resend all NONE-ACK messages.
638 638  
639 639  
640 640  )))
641 641  
642 -=== 2.6.2 Enable Datalog ===
644 +=== 2.5.2 Enable Datalog ===
643 643  
644 644  
645 645  User need to make sure below two settings are enable to use datalog;
... ... @@ -649,12 +649,12 @@
649 649  
650 650  
651 651  
652 -Once PS-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to PS-LB. If PS-LB fails to get the time from the server, PS-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
654 +Once PS-LB/LS Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to S31x-LB/LS. If S31x-LB/LS fails to get the time from the server, S31x-LB/LS will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
653 653  
654 654  (% style="color:red" %)**Note: LoRaWAN Server need to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature, Chirpstack,TTN V3 v3 and loriot support but TTN V3 v2 doesn't support. If server doesn't support this command, it will through away uplink packet with this command, so user will lose the packet with time request for TTN V3 v2 if SYNCMOD=1.**
655 655  
656 656  
657 -=== 2.6.3 Unix TimeStamp ===
659 +=== 2.6.1 Unix TimeStamp ===
658 658  
659 659  
660 660  PS-LB uses Unix TimeStamp format based on
... ... @@ -668,7 +668,7 @@
668 668  [[image:image-20250401163906-4.jpeg]]
669 669  
670 670  
671 -=== 2.6.4 Poll sensor value ===
673 +=== 2.6.3 Poll sensor value ===
672 672  
673 673  Users can poll sensor values based on timestamps. Below is the downlink command.
674 674  
... ... @@ -688,7 +688,7 @@
688 688  Uplink Internal =5s,means PS-LB will send one packet every 5s. range 5~~255s.
689 689  
690 690  
691 -=== 2.6.5 Datalog Uplink payload (FPORT~=3) ===
693 +=== 2.6.4 Datalog Uplink payload (FPORT~=3) ===
692 692  
693 693  
694 694  The Datalog uplinks will use below payload format.
... ... @@ -788,7 +788,7 @@
788 788  Note: water_deep in the data needs to be converted using decoding to get it.
789 789  
790 790  
791 -=== 2.6.6 Decoder in TTN V3 ===
793 +=== 2.6.5 Decoder in TTN V3 ===
792 792  
793 793  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/1652862574387-195.png?width=722&height=359&rev=1.1||alt="1652862574387-195.png" height="359" width="722"]]
794 794  
... ... @@ -1212,7 +1212,7 @@
1212 1212  (0~~100Pa->01,0~~200Pa->02,0~~300Pa->03,0~~1KPa->04,0~~2KPa->05,0~~3KPa->06,0~~4KPa->07,0~~5KPa->08,0~~10KPa->09,-100~~ 100Pa->0A,-200~~ 200Pa->0B,-1~~ 1KPa->0C)
1213 1213  
1214 1214  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1215 -|(% style="background-color:#4f81bd; color:white; width:154px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:269px" %)**Function**|(% style="background-color:#4f81bd; color:white" %)**Response**
1217 +|(% style="background-color:#4f81bd; color:white; width:154px" %)Command Example|(% style="background-color:#4f81bd; color:white; width:269px" %)Function|(% style="background-color:#4f81bd; color:white" %)Response
1216 1216  |(% style="background-color:#f2f2f2; width:154px" %)AT+PROBE=?|(% style="background-color:#f2f2f2; width:269px" %)Get or Set the probe model.|(% style="background-color:#f2f2f2" %)0
1217 1217  OK
1218 1218  |(% style="background-color:#f2f2f2; width:154px" %)AT+PROBE=0003|(% style="background-color:#f2f2f2; width:269px" %)Set water depth sensor mode, 3m type.|(% style="background-color:#f2f2f2" %)OK
... ... @@ -1247,7 +1247,7 @@
1247 1247  cc: the number of collection times, the value is 1~~120
1248 1248  
1249 1249  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
1250 -|(% style="background-color:#4f81bd; color:white; width:160px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:215px" %)**Function**|(% style="background-color:#4f81bd; color:white" %)**Response**
1252 +|(% style="background-color:#4f81bd; color:white; width:160px" %)Command Example|(% style="background-color:#4f81bd; color:white; width:215px" %)Function|(% style="background-color:#4f81bd; color:white" %)Response
1251 1251  |(% style="background-color:#f2f2f2; width:160px" %)AT+STDC=?|(% style="background-color:#f2f2f2; width:215px" %)Get the mode of multiple acquisitions and one uplink.|(% style="background-color:#f2f2f2" %)1,10,18
1252 1252  OK
1253 1253  |(% style="background-color:#f2f2f2; width:160px" %)AT+STDC=1,10,18|(% style="background-color:#f2f2f2; width:215px" %)Set the mode of multiple acquisitions and one uplink, collect once every 10 seconds, and report after 18 times.|(% style="background-color:#f2f2f2" %)(((
... ... @@ -1255,6 +1255,8 @@
1255 1255  OK
1256 1256  )))
1257 1257  |(% style="background-color:#f2f2f2; width:160px" %)AT+STDC=0, 0,0|(% style="background-color:#f2f2f2; width:215px" %)(((
1260 +
1261 +
1258 1258  Use the TDC interval to send packets.(default)
1259 1259  
1260 1260  
... ... @@ -1369,7 +1369,7 @@
1369 1369  |(% style="width:155px" %)AT+CLRDTA |(% style="width:134px" %)Clear date record|(% style="width:209px" %)(((
1370 1370  Clear all stored sensor data…
1371 1371  
1372 -OK
1376 +OK
1373 1373  )))
1374 1374  
1375 1375  (% style="color:#4f81bd" %)**Downlink Command: 0xA3**
... ... @@ -1483,7 +1483,7 @@
1483 1483  == 8.1 Thread Installation Type & Immersion Type Pressure Sensor ==
1484 1484  
1485 1485  
1486 -Part Number: (% style="color:blue" %)**PS-LB/LS-Txx-YY  or  PS-LB/LS-Ixx-YY**
1490 +Part Number: (% style="color:blue" %)**PS-NB/NS-Txx-YY  or  PS-NB/NS-Ixx-YY**
1487 1487  
1488 1488  (% style="color:blue" %)**XX:**(%%)** Pressure Range and Thread Type **
1489 1489