Changes for page DS03A-LB/LS -- Outdoor LoRaWAN Door Sensor User Manual
Last modified by Mengting Qiu on 2025/01/10 09:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -405,6 +405,56 @@ 405 405 [[image:image-20230630155451-2.png||height="246" width="928"]] 406 406 407 407 408 +* ((( 409 +(% style="color:blue" %)**Count mod:Default=0** 410 +))) 411 + 412 +MOD=0 ~-~-> Uplink total door open times since factory 413 + 414 +MOD=1 ~-~-> Uplink total door open times since last FPORT=2 uplink. 415 + 416 + 417 +* (% style="color:blue" %)**TDC flag** 418 + 419 +When the flag is 1, it means sending packets at normal time intervals. 420 + 421 +Otherwise, it is a packet sent at non-TDC time. 422 + 423 + 424 +* ((( 425 +(% style="color:#0000ff" %)**Alarm** 426 +))) 427 + 428 +See [[Alarm Base on Timeout>>url:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/#H3.5AlarmBaseonTimeout]] 429 + 430 + 431 +* ((( 432 +(% style="color:blue" %)**Status** 433 +))) 434 + 435 +This bit is 1 when the door sensor is open and 0 when it is close. 436 + 437 + 438 +* ((( 439 +(% style="color:blue" %)**Total open door events** 440 +))) 441 + 442 +Total pulse/counting base on open door. 443 + 444 +Range (3 Bytes) : 0x000000 ~~ 0xFFFFFF . Max: 16777215 445 + 446 + 447 +* ((( 448 +(% style="color:blue" %)**The last door open duration** 449 +))) 450 + 451 +Door sensor last open duration. 452 + 453 +Unit: sec. 454 + 455 +[[image:image-20230701094042-1.png||height="154" width="763"]] 456 + 457 + 408 408 2)When **AT+TTRCHANNEL=2**, Uplink Payload totals 18 bytes. 409 409 410 410 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:819px" %) ... ... @@ -527,7 +527,7 @@ 527 527 528 528 **Parsed Value:** 529 529 530 -[COUNTMOD, TDC_FLAG, ALARM, DOOR_STATUS, DOOR_OPEN_TIMES, LAST_DOOR_OPEN_DURATION, TIME]580 +[COUNTMOD, TDC_FLAG, ALARM, DOOR_STATUS, OPEN_DOOR_TIMES, LAST_DOOR_OPEN_DURATION, TIME] 531 531 532 532 533 533 [SUM,YES,FALSE,OPEN,0,0,2023-06-30 06:59:20], ... ... @@ -951,7 +951,7 @@ 951 951 0x28 00 ~/~/ Same As AT+SYNCMOD=0 952 952 953 953 954 -=== 3.3.8 Clear the door opencount and the duration of the lastdoor open ===1004 +=== 3.3.8 Clear the open door times and the duration of the last open door === 955 955 956 956 957 957 (% style="color:blue" %)**AT Command:** ... ... @@ -958,16 +958,16 @@ 958 958 959 959 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %) 960 960 |=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 259px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 57px;background-color:#D9E2F3;color:#0070C0" %)**Response** 961 -|(% style="width:155px" %)AT+CLRC|(% style="width:259px" %)clear the leakcount and the duration of the lastleak.|(% style="width:44px" %)(((1011 +|(% style="width:155px" %)AT+CLRC|(% style="width:259px" %)clear the open door times and the duration of the last open door.|(% style="width:44px" %)((( 962 962 OK 963 963 ))) 964 964 965 965 (% style="color:blue" %)**Downlink Command:**(%%)0xA6 01 966 966 967 -The sensor will clear the door opencount and the duration of the lastdoor open.1017 +The sensor will clear the open door times and the duration of the last open door. 968 968 969 969 970 -=== 3.3.9 Set the count value of the number of door open ===1020 +=== 3.3.9 Set the count value of the number of open door === 971 971 972 972 973 973 (% style="color:blue" %)**AT Command:** ... ... @@ -977,15 +977,15 @@ 977 977 |(% style="width:155px" %)((( 978 978 AT+SETCNT=1,100 979 979 )))|(% style="width:259px" %)((( 980 -Set the door open times of PA8 pin to 100 times.1030 +Set the open door times of PA8 pin to 100 times. 981 981 )))|(% style="width:44px" %)((( 982 982 OK 983 983 ))) 984 -|(% style="width:155px" %)AT+SETCNT=1,0|(% style="width:259px" %)Clear the door open times of PA8 pin.|(% style="width:44px" %)OK1034 +|(% style="width:155px" %)AT+SETCNT=1,0|(% style="width:259px" %)Clear the open door times of PA8 pin.|(% style="width:44px" %)OK 985 985 |(% style="width:155px" %)((( 986 986 AT+SETCNT=2,50 987 987 )))|(% style="width:259px" %)((( 988 -Set the door open times of PA4 pin to 100 times.1038 +Set the open door times of PA4 pin to 100 times. 989 989 )))|(% style="width:44px" %)((( 990 990 OK 991 991 )))