Last modified by Mengting Qiu on 2025/07/08 11:11

From version 171.1
edited by Mengting Qiu
on 2025/02/18 14:41
Change comment: There is no comment for this version
To version 172.1
edited by Mengting Qiu
on 2025/02/18 16:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -900,25 +900,23 @@
900 900  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
901 901  |=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 235px; background-color: rgb(79, 129, 189); color: white;" %)**Function**|=(% style="width: 120px; background-color: rgb(79, 129, 189); color: white;" %)**Response**
902 902  |(% style="width:154px" %)AT+REMODUST=?|(% style="width:217px" %)Get automatic cleaning interval|(% style="width:129px" %)(((
903 -1,1,1440
903 +1,1,1440,0
904 904  
905 905  OK
906 906  )))
907 907  |(% style="width:154px" %)(((
908 -AT+REMODUST=1,1,720
909 -)))|(% style="width:217px" %)(((
910 -Setting the cleaning function to start every 12 hours
911 -)))|(% style="width:129px" %)(((
908 +AT+REMODUST=1,1,720,1
909 +)))|(% style="width:217px" %)Set the purge function to start every 12 hours and uplink one packet after the purge is complete.|(% style="width:129px" %)(((
912 912  
913 913  
914 914  OK
915 915  )))
916 -|(% style="width:154px" %)AT+REMODUST=2,1,0|(% style="width:217px" %)Start the cleaning function once before each packet sending|(% style="width:129px" %)(((
914 +|(% style="width:154px" %)AT+REMODUST=2,1,0,0|(% style="width:217px" %)Start the cleaning function once before each packet sending|(% style="width:129px" %)(((
917 917  
918 918  
919 919  OK
920 920  )))
921 -|(% style="width:154px" %)AT+REMODUST=2,2,0|(% style="width:217px" %)Start the cleaning function twice before each packet sending|(% style="width:129px" %)(((
919 +|(% style="width:154px" %)AT+REMODUST=2,2,0,0|(% style="width:217px" %)Start the cleaning function twice before each packet sending|(% style="width:129px" %)(((
922 922  
923 923  
924 924  OK
... ... @@ -930,24 +930,24 @@
930 930  )))
931 931  
932 932  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
933 -|=(% style="width: 155px; background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 112px; background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 242px; background-color:#4F81BD;color:white" %)**parameters**
934 -|(% colspan="1" rowspan="3" style="width:155px" %)(((
935 -AT+REMODUST=aa,bb,cc
936 -
931 +|=(% style="width: 155px; background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 161px; background-color: rgb(79, 129, 189); color: white;" %)**Function**|=(% style="width: 170px; background-color: rgb(79, 129, 189); color: white;" %)**parameters**
932 +|(% colspan="1" rowspan="4" style="width:155px" %)(((
937 937  
938 -)))|(% colspan="1" rowspan="3" style="width:112px" %)(((
939 -Get or set the automatic cleaning interval
940 940  
941 -(((
942 -
943 -)))
944 944  
945 -(((
936 +
937 +
938 +
939 +
940 +AT+REMODUST=a,b,c,d
941 +
946 946  
947 -)))
948 -)))|(% style="width:242px" %)(((
949 -**aa:**
943 +)))|(% colspan="1" style="width:161px" %)(((
944 +
950 950  
946 +
947 +**a:** Set cleaning brush running interval or conditions
948 +)))|(% style="width:170px" %)(((
951 951  1: Timed start (parameter cc controls the interval);
952 952  
953 953  2: start the cleaning function once before each packet sending
... ... @@ -954,19 +954,24 @@
954 954  
955 955  (When set to 2, the CC parameter is invalid (needs to be set to 0))
956 956  )))
957 -|(% style="width:242px" %)**bb:** how many cleanings per start
958 -|(% style="width:242px" %)(((
959 -**cc: **how often to start at intervals(Unit: min)
955 +|(% colspan="1" style="width:161px" %)**b:** how many cleanings per start|(% style="width:170px" %)
956 +|(% colspan="1" style="width:161px" %)**c: **how often to start at intervals|(% style="width:170px" %)(((
957 +Unit: min
960 960  )))
959 +|(% colspan="1" style="width:161px" %)**d:** Whether to send a packet after the scrubber brush has run|(% style="width:170px" %)(((
960 +0: Uplink a packet after cleaning
961 961  
962 +1: Not uplinking a packet after cleaning
963 +)))
964 +
962 962  (% style="color:blue" %)**Downlink Command: 0x08 02**
963 963  
964 -Format: Command Code (0x08 02) followed by 4 bytes.
967 +Format: Command Code (0x08 02) followed by 5 bytes.
965 965  
966 -* Example 1: Downlink Payload: 08 02 01 01 05 A0  **~-~-->**  AT+REMODUST=1,1,1440
967 -* Example 2: Downlink Payload: 08 02 01 01 02 D0  **~-~-->**  AT+REMODUST=1,1,720
968 -* Example 3: Downlink Payload: 08 02 02 01 00 00  **~-~-->**  AT+REMODUST=2,1,0
969 -* Example 4: Downlink Payload: 08 02 02 02 00 00  **~-~-->**  AT+REMODUST=2,2,0
969 +* Example 1: Downlink Payload: 08 02 01 01 05 A0 00  **~-~-->**  AT+REMODUST=1,1,1440,0
970 +* Example 2: Downlink Payload: 08 02 01 01 02 D0 01  **~-~-->**  AT+REMODUST=1,1,720,1
971 +* Example 3: Downlink Payload: 08 02 02 01 00 00 00  **~-~-->**  AT+REMODUST=2,1,0,0
972 +* Example 4: Downlink Payload: 08 02 02 02 00 00 00  **~-~-->**  AT+REMODUST=2,2,0,0
970 970  * Example 5: Downlink Payload: 08 01  **~-~-->**  AT+REMODUST
971 971  
972 972  === 3.3.5 Print data entries base on page ===