<
From version < 27.1 >
edited by Saxer Lin
on 2023/06/30 18:00
To version < 31.1 >
edited by Saxer Lin
on 2023/07/01 09:43
>
Change comment: There is no comment for this version

Summary

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],
... ... @@ -690,7 +690,7 @@
690 690  These commands only valid for DS03A-LB, as below:
691 691  
692 692  
693 -=== 3.3.1 Set Transmit Interval Time ===
743 +=== 3.3.1  Set Transmit Interval Time ===
694 694  
695 695  
696 696  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -718,7 +718,6 @@
718 718  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
719 719  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
720 720  
721 -
722 722  === 3.3.2  Enable / Disable Alarm ===
723 723  
724 724  
... ... @@ -885,7 +885,7 @@
885 885  Example:  0B aa  => AT+COUNTMOD = second byte
886 886  
887 887  
888 -=== 3.3.6 Number of channel of door sensors ===
937 +=== 3.3.6  Number of channel of door sensors ===
889 889  
890 890  
891 891  Feature: Set the number of door sensor channels.
... ... @@ -914,6 +914,92 @@
914 914  Example:  0D aa => AT+TTRCHANNEL = second byte
915 915  
916 916  
966 +=== 3.3.7  Set Time Sync Mode ===
967 +
968 +
969 +Feature: Enable/Disable Sync system time via LoRaWAN MAC Command (DeviceTimeReq), LoRaWAN server must support v1.0.3 protocol to reply to this command.
970 +
971 +SYNCMOD is set to 1 by default. If user wants to set a different time from the LoRaWAN server, the user needs to set this to 0.
972 +
973 +(% style="color:blue" %)**AT Command:**
974 +
975 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
976 +|=(% 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**
977 +|(% style="width:155px" %)(((
978 +AT+SYNCMOD=1
979 +)))|(% style="width:259px" %)(((
980 +Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) The default is zero time zone.
981 +)))|(% style="width:44px" %)(((
982 +OK
983 +)))
984 +|(% style="width:155px" %)(((
985 +AT+SYNCMOD=1,8
986 +)))|(% style="width:259px" %)(((
987 +Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) Set to East eight time zone.
988 +)))|(% style="width:44px" %)(((
989 +OK
990 +)))
991 +|(% style="width:155px" %)AT+SYNCMOD=1,-12|(% style="width:259px" %)Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) Set to West Twelve Time Zone.|(% style="width:44px" %)OK
992 +
993 +(% style="color:blue" %)**Downlink Command:**
994 +
995 +0x28 01  ~/~/ Same As AT+SYNCMOD=1
996 +
997 +0x28 01 08  ~/~/ Same As AT+SYNCMOD=1,8
998 +
999 +0x28 01 F4  ~/~/ Same As AT+SYNCMOD=1,-12
1000 +
1001 +0x28 00  ~/~/ Same As AT+SYNCMOD=0
1002 +
1003 +
1004 +=== 3.3.8  Clear the open door times and the duration of the last open door ===
1005 +
1006 +
1007 +(% style="color:blue" %)**AT Command:**
1008 +
1009 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
1010 +|=(% 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**
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" %)(((
1012 +OK
1013 +)))
1014 +
1015 +(% style="color:blue" %)**Downlink Command:**(%%)0xA6 01
1016 +
1017 +The sensor will clear the open door times and the duration of the last open door.
1018 +
1019 +
1020 +=== 3.3.9  Set the count value of the number of open door ===
1021 +
1022 +
1023 +(% style="color:blue" %)**AT Command:**
1024 +
1025 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
1026 +|=(% 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**
1027 +|(% style="width:155px" %)(((
1028 +AT+SETCNT=1,100
1029 +)))|(% style="width:259px" %)(((
1030 +Set the open door times of PA8 pin to 100 times.
1031 +)))|(% style="width:44px" %)(((
1032 +OK
1033 +)))
1034 +|(% style="width:155px" %)AT+SETCNT=1,0|(% style="width:259px" %)Clear the open door times of PA8 pin.|(% style="width:44px" %)OK
1035 +|(% style="width:155px" %)(((
1036 +AT+SETCNT=2,50
1037 +)))|(% style="width:259px" %)(((
1038 +Set the open door times of PA4 pin to 100 times.
1039 +)))|(% style="width:44px" %)(((
1040 +OK
1041 +)))
1042 +
1043 +(% style="color:blue" %)**Downlink Command:**
1044 +
1045 +0xA6 01 00 00 64  ==>  AT+SETCNT=1,100
1046 +
1047 +0xA6 01 00 00 00  ==>  AT+SETCNT=1,0
1048 +
1049 +0xA6 02 00 00 32  ==>  AT+SETCNT=2,50
1050 +
1051 +
917 917  = 4. Battery & Power Consumption =
918 918  
919 919  
image-20230701094042-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +34.5 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0