Changes for page DMT01

Last modified by Mengting Qiu on 2025/08/11 18:25

From version 61.4
edited by Mengting Qiu
on 2025/08/05 14:28
Change comment: There is no comment for this version
To version 61.1
edited by Mengting Qiu
on 2025/08/05 13:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -635,6 +635,8 @@
635 635  )))
636 636  
637 637  
638 +
639 +
638 638  = 3. Configure DMT01  ~-~- 需要修改 =
639 639  
640 640  == 3.1 Configure Methods ==
... ... @@ -641,89 +641,19 @@
641 641  
642 642  User can use LoRaWAN downlink command to configure the DMT01
643 643  
644 -
645 645  (((
647 +(((
646 646  == 3.2 Downlink Commands Set ==
647 647  
648 648  
649 -=== 3.2.1 Set Transmit Interval Time ===
650 -
651 -
652 -(% style="color:#037691" %)**AT Command:**
653 -
654 -There is no AT command to set TDC time.
655 -
656 -
657 -**Feature**: Change LoRaWAN End Node Transmit Interval.
658 -
659 -(% style="color:blue" %)**Downlink Command: 0x01**
660 -
661 -Format: Command Code (0x01) followed by 3 bytes time value.
662 -
663 -If the downlink payload is **0100003C**, it means set the end node's transmit Interval is set to 0x00003C = 60 seconds, with the type code 01.
664 -
665 -* **Example 1**: Downlink Payload: 0100001E  ~/~/  Sets the transmit interval (TDC) to 30 seconds
666 -* **Example 2**: Downlink Payload: 0100003C  ~/~/  Sets the transmit interval (TDC) to 60 seconds
667 -
668 -
669 -
670 -=== 3.2.2 Get Device Status ===
671 -
672 -
673 -Send a LoRaWAN downlink to request the device's alarm settings.
674 -
675 -
676 -(% style="color:blue" %)**Downlink Payload:  **(%%)**0x26 01**
677 -
678 -The sensor will upload device status via FPort=5. See the payload section for details.
679 -
680 -
681 -=== 3.2.3 Clear Flash Record ===
682 -
683 -
684 -(% style="color:#037691" %)**AT Command:**
685 -
686 -There is no AT command to Clear flash storage for the data log feature
687 -
688 -
689 -**Feature**: Clear flash storage for the  data log feature.
690 -
691 -(% style="color:#4f81bd" %)**Downlink Command: 0x08**
692 -
693 -* Example: 0x0801  ~/~/ Clears all saved data in flash.
694 -
695 -
696 -
697 -=== 3.2.4 Confirmed Mode ===
698 -
699 -
700 -(% style="color:#037691" %)**AT Command:**
701 -
702 -There is no AT command to control whether Confirmed Mode is enabled or disabled.
703 -
704 -
705 -**Feature**: Mode for sending data that requires acknowledgment.
706 -
707 -(% style="color:#4f81bd" %)**Downlink Command: 0x07**
708 -
709 -* Example: 0x07 01  ~/~/ Confirmed Mode enabled.
710 -* Example: 0x07 00  ~/~/  Confirmed Mode disable.
711 -
712 -
713 -
714 -=== 3.2.5 Set the time synchronization interval ===
715 -
716 -
717 -**Feature**: Set how often to perform time synchronization (default: 10 days, unit: days)
718 -
719 -(% style="color:#4f81bd" %)**Downlink Command: 0x28**
720 -
721 -* Example: 0x28 01  ~/~/ Synchronize once a day
722 -* Example: 0x28 03  ~/~/  Synchronize once every three days
651 +(% class="box infomessage" %)
652 +(((
653 +To be updated...
723 723  )))
655 +)))
656 +)))
724 724  
725 725  
726 -
727 727  = 4. Firmware update =
728 728  
729 729