Last modified by Mengting Qiu on 2025/07/08 11:11
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -855,11 +855,11 @@ 855 855 These commands are only valid for the LDS25-LB/LS, as listed below: 856 856 857 857 858 -=== 3.3.1 Set Transmit Interval Time === 858 +=== 3.3.1 Set Transmit (uplink) Interval Time === 859 859 860 860 861 861 ((( 862 -Feature: Change LoRaWAN End Node Transmit Interval. 862 +**Feature**: Change the LoRaWAN End Node Transmit (uplink) Interval. 863 863 ))) 864 864 865 865 ((( ... ... @@ -868,14 +868,14 @@ 868 868 869 869 (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 870 870 |=(% style="width: 156px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 137px;background-color:#4F81BD;color:white" %)**Function**|=(% style="background-color:#4F81BD;color:white" %)**Response** 871 -|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %) Showcurrent transmit Interval|(((872 -30000 873 -OK 874 -the interval is 30000ms = 30s 871 +|(% style="width:156px" %)**AT+TDC=?**|(% style="width:137px" %)Display current transmit (uplink) Interval|((( 872 +**30000 873 +OK** 874 +Note: The uplink interval is 30000ms = 30s 875 875 ))) 876 -|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|((( 877 -OK 878 -Set transmit interval to 60000ms = 60 seconds 876 +|(% style="width:156px" %)**AT+TDC=60000**|(% style="width:137px" %)Set Transmit (uplink) Interval|((( 877 +**OK** 878 +Set transmit (uplink) interval to 60000ms = 60 seconds 879 879 ))) 880 880 881 881 ((( ... ... @@ -883,20 +883,24 @@ 883 883 ))) 884 884 885 885 ((( 886 -Format: Command Code (0x01) followed by3bytestime value.886 +**Format**: Command code (0x01) followed by a 3-byte time value. 887 887 ))) 888 888 889 889 ((( 890 - If the downlink payload=0100003C, it meanssettheENDNode'sTransmitInterval to 0x00003C=60(S),while type code is 01.890 +For example, if the downlink payload is 0100003C, it means the end node's transmit interval is set to 0x00003C = 60 seconds. The type code is 0x01. 891 891 ))) 892 892 893 -* ((( 894 -Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 895 -))) 896 -* ((( 897 -Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 893 +((( 894 +* **Example 1:** 898 898 896 +Downlink Payload: 0100001E 897 +~/~/ Sets the transmit interval (TDC) to 30 seconds 899 899 899 +* **Example 2:** 900 + 901 +Downlink Payload: 0100003C 902 +~/~/ Sets the transmit interval (TDC) to 60 seconds 903 + 900 900 901 901 ))) 902 902 ... ... @@ -928,14 +928,22 @@ 928 928 929 929 (% style="color:blue" %)**Downlink Command: 0x06** 930 930 931 -Format: Command Code (0x06) followed by 3 bytes.935 +Format: Command code (0x06) followed by 3 bytes. 932 932 933 -This means that the interrupt mode of the end nodeissetto 0x000003=3 (rising edge trigger),and the type code is 06.937 +This sets the interrupt mode of the end node. For example, a value of 0x000003 means the interrupt mode is set to **3** (rising edge trigger). The type code is 0x06. 934 934 935 -* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 936 936 937 -* Example 2:Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger940 +* **Example 1:** 938 938 942 +Downlink Payload: 06000000 943 +~/~/ Turns off interrupt mode 944 + 945 +* **Example 2:** 946 + 947 +Downlink Payload: 06000003 948 +~/~/ Sets the interrupt mode to rising edge trigger 949 + 950 + 939 939 === 3.3.3 Set Power Output Duration === 940 940 941 941