Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/07/10 16:21
From version 137.1
edited by Mengting Qiu
on 2025/05/19 14:36
on 2025/05/19 14:36
Change comment:
There is no comment for this version
To version 133.1
edited by Mengting Qiu
on 2025/05/12 14:41
on 2025/05/12 14:41
Change comment:
Uploaded new attachment "image-20250512144122-2.png", version {1}
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -468,6 +468,7 @@ 468 468 469 469 PS-LB/LS 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. 470 470 471 + 471 471 For example. 472 472 473 473 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) ... ... @@ -479,23 +479,6 @@ 479 479 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. 480 480 481 481 482 -When connecting to current sensors sold by our company, you can convert current readings to corresponding values by simply configuring the [[AT+PROBE>>||anchor="H3.3.4SettheProbeModel"]] command. If you prefer not to configure this command on the sensor, you can uniformly handle the conversion in the payload decoder instead. 483 - 484 -**Examples for decoder implementation:** 485 - 486 -~1. For AT+PROBE=0005, add the following processing in your decoder: 487 - 488 -[[image:image-20250512144042-1.png]] 489 - 490 -[[image:image-20250512144122-2.png]] 491 - 492 -2. For AT+PROBE=0102, add the following processing in your decoder(Corresponding to the position shown in the above screenshot). 493 - 494 -bytes[i]=0x01;bytes[1+i]=0x02; 495 - 496 -bytes[2]=0x01;bytes[3]=0x02; 497 - 498 - 499 499 === 2.3.5 0~~20mA value (IDC_IN) === 500 500 501 501 ... ... @@ -1265,116 +1265,6 @@ 1265 1265 1266 1266 * Example 1: Downlink Payload: AE 01 02 58 12 ~-~--> AT+STDC=1,600,18 1267 1267 1268 - 1269 - 1270 -== 3.4 Print data entries base on page(Since v1.1.0) == 1271 - 1272 - 1273 -Feature: Print the sector data from start page to stop page (max is 416 pages). 1274 - 1275 -(% style="color:#4f81bd" %)**AT Command: AT+PDTA** 1276 - 1277 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 1278 -|(% style="background-color:#4f81bd; color:white; width:158px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:352px" %)**Function** 1279 -|(% style="width:156px" %)((( 1280 - AT+PDTA=1,1 1281 -Print page 1 to 1 1282 -)))|(% style="width:311px" %)((( 1283 -Stop Tx events when read sensor data 1284 - 1285 -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 1286 - 1287 -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 1288 - 1289 -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 1290 - 1291 -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 1292 - 1293 -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 1294 - 1295 -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 1296 - 1297 -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 1298 - 1299 -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 1300 - 1301 -Start Tx events 1302 - 1303 - 1304 -OK 1305 -))) 1306 - 1307 -(% style="color:#4f81bd" %)**Downlink Command:** 1308 - 1309 -No downlink commands for feature 1310 - 1311 - 1312 -== 3.5 Print last few data entries(Since v1.1.0) == 1313 - 1314 - 1315 -Feature: Print the last few data entries 1316 - 1317 - 1318 -(% style="color:#4f81bd" %)**AT Command: AT+PLDTA** 1319 - 1320 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 1321 -|(% style="background-color:#4f81bd; color:white; width:158px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:352px" %)**Function** 1322 -|(% style="width:156px" %)((( 1323 -AT+PLDTA=10 1324 -Print last 10 entries 1325 -)))|(% style="width:311px" %)((( 1326 -Stop Tx events when read sensor data 1327 - 1328 -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 1329 - 1330 -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 1331 - 1332 -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 1333 - 1334 -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 1335 - 1336 -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 1337 - 1338 -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 1339 - 1340 -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 1341 - 1342 -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 1343 - 1344 -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 1345 - 1346 -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 1347 - 1348 -Start Tx events 1349 - 1350 -OK 1351 -))) 1352 - 1353 -(% style="color:#4f81bd" %)**Downlink Command:** 1354 - 1355 -No downlink commands for feature 1356 - 1357 - 1358 -== 3.6 Clear Flash Record(Since v1.1.0) == 1359 - 1360 - 1361 -Feature: Clear flash storage for data log feature. 1362 - 1363 -(% style="color:#4f81bd" %)**AT Command: AT+CLRDTA** 1364 - 1365 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:503px" %) 1366 -|(% 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** 1367 -|(% style="width:155px" %)AT+CLRDTA |(% style="width:134px" %)Clear date record|(% style="width:209px" %)((( 1368 -Clear all stored sensor data… 1369 - 1370 -OK 1371 -))) 1372 - 1373 -(% style="color:#4f81bd" %)**Downlink Command: 0xA3** 1374 - 1375 -* Example: 0xA301 ~/~/ Same as AT+CLRDTA 1376 - 1377 - 1378 1378 = 4. Battery & Power Consumption = 1379 1379 1380 1380