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

From version 148.3
edited by Xiaoling
on 2025/07/10 16:20
Change comment: There is no comment for this version
To version 136.1
edited by Mengting Qiu
on 2025/05/12 14: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
... ... @@ -1,7 +1,8 @@
1 1  
2 2  
3 3  
4 -[[image:image-20240109154731-4.png||data-xwiki-image-style-alignment="center" height="546" width="769"]]
4 +(% style="text-align:center" %)
5 +[[image:image-20240109154731-4.png||height="546" width="769"]]
5 5  
6 6  
7 7  
... ... @@ -141,11 +141,7 @@
141 141  * Long-Term Stability: ±0.2% F.S / Year
142 142  * Storage temperature: -30°C~~80°C
143 143  * Operating temperature: 0°C~~50°C
144 -* Probe Material: 316 stainless steels
145 -* Cable model specifications: CGYPU 5*0.2mm2
146 -* Usage characteristics of Cable
147 -1) Operating temperature:-40℃— +70℃
148 -2) -30℃ bending cable 15 times of outer diameter can work normally
145 +* Material: 316 stainless steels
149 149  
150 150  === 1.4.3 Wireless Differential Air Pressure Sensor ===
151 151  
... ... @@ -245,16 +245,20 @@
245 245  
246 246  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
247 247  |=(% style="width: 167px;background-color:#4F81BD;color:white" %)Behavior on ACT|=(% style="width: 117px;background-color:#4F81BD;color:white" %)Function|=(% style="width: 226px;background-color:#4F81BD;color:white" %)Action
248 -|[[image:1749540420016-961.png]] 1~~3s|(% style="background-color:#f2f2f2; width:117px" %)Send an uplink|(% style="background-color:#f2f2f2; width:225px" %)(((
245 +|(% style="background-color:#f2f2f2; width:167px" %)Pressing ACT between 1s < time < 3s|(% style="background-color:#f2f2f2; width:117px" %)Send an uplink|(% style="background-color:#f2f2f2; width:225px" %)(((
246 +
247 +
249 249  If sensor is already Joined to LoRaWAN network, sensor will send an uplink packet, blue led will blink once.
250 250  Meanwhile, BLE module will be active and user can connect via BLE to configure device.
251 251  )))
252 -|[[image:1749540423574-437.png]] >3s|(% style="background-color:#f2f2f2; width:117px" %)Active Device|(% style="background-color:#f2f2f2; width:225px" %)(((
251 +|(% style="background-color:#f2f2f2; width:167px" %)Pressing ACT for more than 3s|(% style="background-color:#f2f2f2; width:117px" %)Active Device|(% style="background-color:#f2f2f2; width:225px" %)(((
252 +
253 +
253 253  Green led will fast blink 5 times, device will enter OTA mode for 3 seconds. And then start to JOIN LoRaWAN network.
254 254  Green led will solidly turn on for 5 seconds after joined in network.
255 255  Once sensor is active, BLE module will be active and user can connect via BLE to configure device, no matter if device join or not join LoRaWAN network.
256 256  )))
257 -|[[image:1749540397649-875.png]] x5|(% style="background-color:#f2f2f2; width:117px" %)Deactivate Device|(% style="background-color:#f2f2f2; width:225px" %)Red led will solid on for 5 seconds. Means PS-LB is in Deep Sleep Mode.
258 +|(% style="background-color:#f2f2f2; width:167px" %)Fast press ACT 5 times.|(% style="background-color:#f2f2f2; width:117px" %)Deactivate Device|(% style="background-color:#f2f2f2; width:225px" %)Red led will solid on for 5 seconds. Means PS-LB is in Deep Sleep Mode.
258 258  
259 259  == 1.8 Pin Mapping ==
260 260  
... ... @@ -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" %)(((
555 +
556 +
554 554  Voltage value, each 2 bytes is a set of voltage values.
555 555  )))
556 556  
... ... @@ -622,54 +622,45 @@
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.
628 +When a user wants to retrieve sensor value, he can send a poll command from the IoT platform to ask the sensor to send value in the required time slot.
626 626  
627 627  
628 -=== 2.6.1 How datalog works ===
631 +=== 2.6.1 Unix TimeStamp ===
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.
634 +PS-LB uses Unix TimeStamp format based on
632 632  
633 -* (((
634 -a) PS-LB will do an ACK check for data records sending to make sure every data arrive server.
635 -)))
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.
636 +[[image:image-20250401163826-3.jpeg]]
638 638  
639 -
640 -)))
638 +Users can get this time from the link:  [[https:~~/~~/www.epochconverter.com/>>url:https://www.epochconverter.com/]] :
641 641  
642 -=== 2.6.2 Enable Datalog ===
640 +Below is the converter example:
643 643  
642 +[[image:image-20250401163906-4.jpeg]]
644 644  
645 -User need to make sure below two settings are enable to use datalog;
646 646  
647 -* (% style="color:blue" %)**SYNCMOD=1(Default)**(%%) to enable sync time via LoRaWAN MAC command, click here ([[AT+SYNCMOD>>https://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.6Settimesynchronizationmethod28ThenetworkservermustsupportLoRaWANv1.0.329]]) for detailed instructions.
648 -* (% style="color:blue" %)**PNACKMD=1**(%%)** **to enable datalog feature, click here ([[AT+PNACKMD>>https://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H7.26RequesttheservertosendanACK]]) for detailed instructions.
645 +=== 2.6.2 Set Device Time ===
649 649  
650 650  
648 +There are two ways to set the device's time:
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).
653 653  
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.**
651 +~1. Through LoRaWAN MAC Command (Default settings)
655 655  
653 +Users need to set SYNCMOD=1 to enable sync time via the MAC command.
656 656  
657 -=== 2.6.3 Unix TimeStamp ===
655 +Once CPL01 Joined the LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to CPL01. If CPL01 fails to get the time from the server, CPL01 will use the internal time and wait for the next time request ~[[[via Device Status (FPORT=5)>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/#H2.3.1DeviceStatus2CFPORT3D5]]].
658 658  
657 +Note: LoRaWAN Server needs to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature.
659 659  
660 -PS-LB uses Unix TimeStamp format based on
661 661  
662 -[[image:image-20250401163826-3.jpeg]]
660 + 2. Manually Set Time
663 663  
664 -Users can get this time from the link:  [[https:~~/~~/www.epochconverter.com/>>url:https://www.epochconverter.com/]] :
662 +Users need to set SYNCMOD=0 to manual time, otherwise, the user set time will be overwritten by the time set by the server.
665 665  
666 -Below is the converter example:
667 667  
668 -[[image:image-20250401163906-4.jpeg]]
665 +=== 2.6.3 Poll sensor value ===
669 669  
670 -
671 -=== 2.6.4 Poll sensor value ===
672 -
673 673  Users can poll sensor values based on timestamps. Below is the downlink command.
674 674  
675 675  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:470px" %)
... ... @@ -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) ===
685 +=== 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 ===
785 +=== 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**
1209 +|(% 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
... ... @@ -1237,7 +1237,7 @@
1237 1237  
1238 1238  AT Command: AT +STDC
1239 1239  
1240 -AT+STDC=aa,bb,cc
1234 +AT+STDC=aa,bb,bb
1241 1241  
1242 1242  aa:
1243 1243  0: means disable this function and use TDC to send packets.
... ... @@ -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**
1244 +|(% 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" %)(((
... ... @@ -1271,113 +1271,6 @@
1271 1271  
1272 1272  * Example 1: Downlink Payload: AE 01 02 58 12 ~-~-->  AT+STDC=1,600,18
1273 1273  
1274 -== 3.4 Print data entries base on page(Since v1.1.0) ==
1275 -
1276 -
1277 -Feature: Print the sector data from start page to stop page (max is 416 pages).
1278 -
1279 -(% style="color:#4f81bd" %)**AT Command: AT+PDTA**
1280 -
1281 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
1282 -|(% style="background-color:#4f81bd; color:white; width:158px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:352px" %)**Function**
1283 -|(% style="width:156px" %)(((
1284 - AT+PDTA=1,1
1285 -Print page 1 to 1
1286 -)))|(% style="width:311px" %)(((
1287 -Stop Tx events when read sensor data
1288 -
1289 -8031000 1970/1/1 00:00:00 0 in1:low in2:low exti:low status:false vdc:0.000 idc:0.000 proble:0000 water_deep:0.000
1290 -
1291 -8031010 1970/1/1 00:00:00 0 in1:low in2:low exti:low status:false vdc:0.000 idc:0.000 proble:0000 water_deep:0.000
1292 -
1293 -8031020 1970/1/1 00:00:00 0 in1:low in2:low exti:low status:false vdc:0.000 idc:0.000 proble:0000 water_deep:0.000
1294 -
1295 -8031030 1970/1/1 00:00:00 0 in1:low in2:low exti:low status:false vdc:0.000 idc:0.000 proble:0000 water_deep:0.000
1296 -
1297 -8031040 1970/1/1 00:00:00 0 in1:low in2:low exti:low status:false vdc:0.000 idc:0.000 proble:0000 water_deep:0.000
1298 -
1299 -8031050 1970/1/1 00:00:00 0 in1:low in2:low exti:low status:false vdc:0.000 idc:0.000 proble:0000 water_deep:0.000
1300 -
1301 -8031060 1970/1/1 00:00:00 0 in1:low in2:low exti:low status:false vdc:0.000 idc:0.000 proble:0000 water_deep:0.000
1302 -
1303 -8031070 1970/1/1 00:00:00 0 in1:low in2:low exti:low status:false vdc:0.000 idc:0.000 proble:0000 water_deep:0.000
1304 -
1305 -Start Tx events
1306 -
1307 -
1308 -OK
1309 -)))
1310 -
1311 -(% style="color:#4f81bd" %)**Downlink Command:**
1312 -
1313 -No downlink commands for feature
1314 -
1315 -
1316 -== 3.5 Print last few data entries(Since v1.1.0) ==
1317 -
1318 -
1319 -Feature: Print the last few data entries
1320 -
1321 -
1322 -(% style="color:#4f81bd" %)**AT Command: AT+PLDTA**
1323 -
1324 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
1325 -|(% style="background-color:#4f81bd; color:white; width:158px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:352px" %)**Function**
1326 -|(% style="width:156px" %)(((
1327 -AT+PLDTA=10
1328 -Print last 10 entries
1329 -)))|(% style="width:311px" %)(((
1330 -Stop Tx events when read sensor data
1331 -
1332 -0001 2025/5/19 06:16:50 3246 in1:low in2:low exti:low status:false vdc:3.352 idc:0.000 proble:0000 water_deep:0.000
1333 -
1334 -0002 2025/5/19 06:17:50 3246 in1:low in2:low exti:low status:false vdc:3.352 idc:0.000 proble:0000 water_deep:0.000
1335 -
1336 -0003 2025/5/19 06:18:50 3246 in1:low in2:low exti:low status:false vdc:3.352 idc:0.000 proble:0000 water_deep:0.000
1337 -
1338 -0004 2025/5/19 06:19:50 3246 in1:low in2:low exti:low status:false vdc:3.352 idc:0.000 proble:0000 water_deep:0.000
1339 -
1340 -0005 2025/5/19 06:20:50 3246 in1:low in2:low exti:low status:false vdc:3.352 idc:0.000 proble:0000 water_deep:0.000
1341 -
1342 -0006 2025/5/19 06:21:50 3246 in1:low in2:low exti:low status:false vdc:3.351 idc:0.000 proble:0000 water_deep:0.000
1343 -
1344 -0007 2025/5/19 06:22:50 3240 in1:low in2:low exti:low status:false vdc:3.351 idc:0.000 proble:0000 water_deep:0.000
1345 -
1346 -0008 2025/5/19 06:26:44 3276 in1:low in2:low exti:low status:false vdc:3.385 idc:0.000 proble:0000 water_deep:0.000
1347 -
1348 -0009 2025/5/19 06:27:36 3246 in1:low in2:low exti:low status:false vdc:3.351 idc:0.000 proble:0000 water_deep:0.000
1349 -
1350 -0010 2025/5/19 06:28:36 3240 in1:low in2:low exti:low status:false vdc:3.351 idc:0.000 proble:0000 water_deep:0.000
1351 -
1352 -Start Tx events
1353 -
1354 -OK
1355 -)))
1356 -
1357 -(% style="color:#4f81bd" %)**Downlink Command:**
1358 -
1359 -No downlink commands for feature
1360 -
1361 -
1362 -== 3.6 Clear Flash Record(Since v1.1.0) ==
1363 -
1364 -
1365 -Feature: Clear flash storage for data log feature.
1366 -
1367 -(% style="color:#4f81bd" %)**AT Command: AT+CLRDTA**
1368 -
1369 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:503px" %)
1370 -|(% style="background-color:#4f81bd; color:white; width:157px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:137px" %)**Function**|(% style="background-color:#4f81bd; color:white; width:209px" %)**Response**
1371 -|(% style="width:155px" %)AT+CLRDTA |(% style="width:134px" %)Clear date record|(% style="width:209px" %)(((
1372 -Clear all stored sensor data…
1373 -
1374 -OK
1375 -)))
1376 -
1377 -(% style="color:#4f81bd" %)**Downlink Command: 0xA3**
1378 -
1379 -* Example: 0xA301  ~/~/  Same as AT+CLRDTA
1380 -
1381 1381  = 4. Battery & Power Consumption =
1382 1382  
1383 1383  
... ... @@ -1442,30 +1442,6 @@
1442 1442  [[image:image-20240329175044-1.png]]
1443 1443  
1444 1444  
1445 -== 6.5 Cable & Probe Material Compatibility(Immersion type) ==
1446 -
1447 -
1448 -Since the installation method of immersion sensors requires immersion in a liquid environment, the discussion of liquids that can be safely installed is very important.
1449 -
1450 -(% style="color:blue" %)**The material of the immersed part of the immersion sensor:**
1451 -
1452 -* **Cable Jacket**: Black polyurethane (PU) – Resistant to water, oils, and mild chemicals.
1453 -* **Probe Material**: 316 stainless steel – Corrosion-resistant in most industrial/marine environments.
1454 -
1455 -(% style="color:blue" %)**Chemical Compatibility:**
1456 -
1457 -* **Polyurethane (PU) Cable:** Resists water, oils, fuels, and mild chemicals but may degrade with prolonged exposure to strong acids, bases, or solvents (e.g., acetone, chlorinated hydrocarbons).
1458 -* 3**16 Stainless Steel Probe:** Suitable for water, seawater, mild acids/alkalis, and industrial fluids. Avoid highly concentrated acids (e.g., hydrochloric acid) or chlorides at high temperatures.
1459 -
1460 -**Chemical Resistance Chart for Polyurethane (PU) Cable**
1461 -
1462 -[[image:image-20250603171424-1.png||height="429" width="625"]]
1463 -
1464 -**Chemical Resistance Chart for 316 Stainless Steel Probe**
1465 -
1466 -[[image:image-20250603171503-2.png||height="350" width="616"]]
1467 -
1468 -
1469 1469  = 7. Troubleshooting =
1470 1470  
1471 1471  == 7.1 Water Depth Always shows 0 in payload ==
... ... @@ -1485,7 +1485,7 @@
1485 1485  == 8.1 Thread Installation Type & Immersion Type Pressure Sensor ==
1486 1486  
1487 1487  
1488 -Part Number: (% style="color:blue" %)**PS-LB/LS-Txx-YY  or  PS-LB/LS-Ixx-YY**
1351 +Part Number: (% style="color:blue" %)**PS-NB/NS-Txx-YY  or  PS-NB/NS-Ixx-YY**
1489 1489  
1490 1490  (% style="color:blue" %)**XX:**(%%)** Pressure Range and Thread Type **
1491 1491  
1749540397649-875.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -1.4 KB
Content
1749540420016-961.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -1.9 KB
Content
1749540423574-437.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -1.9 KB
Content
image-20250603171424-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.ting
Size
... ... @@ -1,1 +1,0 @@
1 -38.7 KB
Content
image-20250603171503-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.ting
Size
... ... @@ -1,1 +1,0 @@
1 -33.7 KB
Content