<
From version < 51.22 >
edited by Xiaoling
on 2022/07/13 14:32
To version < 51.19 >
edited by Xiaoling
on 2022/07/13 14:17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -141,8 +141,8 @@
141 141  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
142 142  )))
143 143  
144 -* **Example 1**: Downlink Payload:** 0100001E**  ~/~/ Set Transmit Interval (TDC) = 30 seconds
145 -* **Example 2**: Downlink Payload:** 0100003C**  ~/~/ Set Transmit Interval (TDC) = 60 seconds
144 +* **Example 1**: Downlink Payload:** 0100001E** ~/~/ Set Transmit Interval (TDC) = 30 seconds
145 +* **Example 2**: Downlink Payload:** 0100003C** ~/~/ Set Transmit Interval (TDC) = 60 seconds
146 146  
147 147  
148 148  
... ... @@ -172,7 +172,6 @@
172 172  <followed by the Tx and Rx information>
173 173  )))
174 174  
175 -
176 176  (% style="color:blue" %)**Downlink Command: 0x04**
177 177  
178 178  (((
... ... @@ -210,7 +210,6 @@
210 210  Please set the parameters or reset Device to apply change
211 211  )))
212 212  
213 -
214 214  (% style="color:blue" %)**Downlink Command: 0x04**
215 215  
216 216  (((
... ... @@ -239,7 +239,6 @@
239 239  OK
240 240  )))
241 241  
242 -
243 243  (% style="color:blue" %)**Downlink Command: 0x26 (Valid in 006 stack)**
244 244  
245 245  (((
... ... @@ -472,7 +472,6 @@
472 472  |(% style="width:155px" %)AT+CFM=1|(% style="width:205px" %)Set the confirmation mode|(% style="width:346px" %)OK
473 473  |(% style="width:155px" %)AT+CFM=2|(% style="width:205px" %)Set the confirmation mode|(% style="width:346px" %)While Error in format, return AT_PARAM_ERROR
474 474  
475 -
476 476  (% style="color:blue" %)**Downlink Command: 0x05**
477 477  
478 478  Format: Command Code (0x05) followed by 2 bytes mode value.
... ... @@ -479,8 +479,8 @@
479 479  
480 480  If the downlink payload=0501, it means set end node to use confirm mode, while type code is 05.
481 481  
482 -* **Example 1:** Downlink Payload: 0501  ~/~/ Set AT+CFM=1
483 -* **Example 2:** Downlink Payload: 0500  ~/~/ Set AT+CFM=0
478 +* Example 1: Downlink Payload: 0501 ~/~/ Set AT+CFM=1
479 +* Example 2: Downlink Payload: 0500 ~/~/ Set AT+CFM=0
484 484  
485 485  
486 486  
... ... @@ -521,7 +521,6 @@
521 521  OK
522 522  )))
523 523  
524 -
525 525  (% style="color:blue" %)**Downlink Command: 0x05**
526 526  
527 527  Format: Command Code (0x05) followed by 2 bytes mode value.
... ... @@ -528,8 +528,8 @@
528 528  
529 529  If the downlink payload=05010101, it means set end node to use confirm mode, while type code is 05.
530 530  
531 -* **Example 1:** Downlink Payload: 05010101  ~/~/ Set AT+CFM=1,1,1
532 -* **Example 2:** Downlink Payload: 05000700  ~/~/ Set AT+CFM=0,7,0
526 +* Example 1: Downlink Payload: 05010101 ~/~/ Set AT+CFM=1,1,1
527 +* Example 2: Downlink Payload: 05000700 ~/~/ Set AT+CFM=0,7,0
533 533  
534 534  
535 535  
... ... @@ -587,7 +587,6 @@
587 587  |(% style="width:162px" %)AT+NJM=0|(% style="width:227px" %)Set the Network Join Mode|(% style="width:361px" %)OK
588 588  |(% style="width:162px" %)AT+NJM=2|(% style="width:227px" %)Set the Network Join Mode|(% style="width:361px" %)While Error in format, return AT_PARAM_ERROR
589 589  
590 -
591 591  (% style="color:blue" %)**Downlink Command: 0x20**
592 592  
593 593  Format: Command Code (0x20) followed by 1 bytes mode value.
... ... @@ -594,8 +594,8 @@
594 594  
595 595  If the downlink payload=2000, it means set the Network Join Mode, while type code is 20.
596 596  
597 -* **Example 1: **Downlink Payload: **2000  ** ~/~/ Set AT+NJM=0
598 -* **Example 2:** Downlink Payload: **2001**  ~/~/ Set AT+NJM=1
591 +* **Example 1: **Downlink Payload: **2000** ~/~/ Set AT+NJM=0
592 +* **Example 2:** Downlink Payload: **2001** ~/~/ Set AT+NJM=1
599 599  
600 600  
601 601  
... ... @@ -719,8 +719,8 @@
719 719  
720 720  If the downlink payload=2201, it means setting the adaptive data rate to 1, while type code is 22.
721 721  
722 -* **Example 1**: Downlink Payload: **2201**  ~/~/ Set AT+ADR=1.
723 -* **Example 2**: Downlink Payload: **2200FFFF**  ~/~/ Set AT+ADR=0.
716 +* **Example 1**: Downlink Payload: **2201**  ~/~/ Set AT+ADR=1.
717 +* **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
724 724  
725 725  
726 726  
... ... @@ -788,8 +788,8 @@
788 788  
789 789  If the downlink payload=220001FF, it means setting the data rate to 1, while type code is 22 00 aa FF.
790 790  
791 -* **Example 1**: Downlink Payload: **220001FF**  ~/~/ Set AT+DR=1.
792 -* **Example 2**: Downlink Payload: **220000FF**  ~/~/ Set AT+DR=0.
785 +* **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1.
786 +* **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
793 793  
794 794  
795 795  
... ... @@ -1004,8 +1004,8 @@
1004 1004  
1005 1005  If the downlink payload=22000100, it means setting the TXP to 0.
1006 1006  
1007 -* **Example 1**: Downlink Payload: **22000102**  ~/~/ Set AT+TXP=2.
1008 -* **Example 2**: Downlink Payload: **220000FF**  ~/~/ Set AT+TXP=0.
1001 +* **Example 1**: Downlink Payload: **22000102** ~/~/ Set AT+TXP=2.
1002 +* **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+TXP=0.
1009 1009  
1010 1010  
1011 1011  
... ... @@ -1067,8 +1067,8 @@
1067 1067  
1068 1068  If the downlink payload=2301, it means set the application port to 1, while type code is 23.
1069 1069  
1070 -* **Example 1**: Downlink Payload: **2301**  ~/~/ set the application port to 1
1071 -* **Example 2**: Downlink Payload:** 2305**  ~/~/ set the application port to 5
1064 +* **Example 1**: Downlink Payload: **2301** ~/~/ set the application port to 1
1065 +* **Example 2**: Downlink Payload:** 2305** ~/~/ set the application port to 5
1072 1072  
1073 1073  
1074 1074  
... ... @@ -1114,8 +1114,8 @@
1114 1114  
1115 1115  If the downlink payload=2401, it means set channel mode to 1, while type code is 24.
1116 1116  
1117 -* **Example 1**: Downlink Payload: 2401  ~/~/ set channel mode to 1
1118 -* **Example 2**: Downlink Payload: 2405  ~/~/ set channel mode to 5
1111 +* **Example 1**: Downlink Payload: 2401 ~/~/ set channel mode to 1
1112 +* **Example 2**: Downlink Payload: 2405 ~/~/ set channel mode to 5
1119 1119  
1120 1120  
1121 1121  
... ... @@ -1194,8 +1194,8 @@
1194 1194  
1195 1195  If the downlink payload=2501, it means set uplinkdwelltime to 1, while type code is 25.
1196 1196  
1197 -* **Example 1**: Downlink Payload: **2501**  ~/~/ set uplinkdwelltime to 1
1198 -* **Example 2**: Downlink Payload: **2500**  ~/~/ set uplinkdwelltime to 0
1191 +* **Example 1**: Downlink Payload: **2501** ~/~/ set uplinkdwelltime to 1
1192 +* **Example 2**: Downlink Payload: **2500** ~/~/ set uplinkdwelltime to 0
1199 1199  
1200 1200  
1201 1201  
... ... @@ -1239,8 +1239,8 @@
1239 1239  
1240 1240  If the downlink payload=2101, it means set packet receiving response level to 1, while type code is 21.
1241 1241  
1242 -* **Example 1**: Downlink Payload: **2101**  ~/~/ set packet receiving response level to 1
1243 -* **Example 2**: Downlink Payload: **2102**  ~/~/ set packet receiving response level to 2
1236 +* **Example 1**: Downlink Payload: **2101** ~/~/ set packet receiving response level to 1
1237 +* **Example 2**: Downlink Payload: **2102** ~/~/ set packet receiving response level to 2
1244 1244  
1245 1245  
1246 1246  
... ... @@ -1250,17 +1250,13 @@
1250 1250  
1251 1251  (% style="color:blue" %)**AT Command: AT+SETMAXNBTRANS **
1252 1252  
1253 -(% border="1" style="background-color:#ffffcc; color:green; width:589px" %)
1254 -|=(% colspan="3" style="width: 586px;" %)AT+**SETMAXNBTRANS**
1255 -|(% style="width:227px" %)**Command Example**|(% style="width:300px" %)**Function**|(% style="width:87px" %)**Response**
1256 -|(% style="width:227px" %)**AT+SETMAXNBTRANS=1,0**|(% style="width:300px" %)Value1: set the maximum NBTrans.|(% style="width:87px" %)1(((
1247 +(% border="1" style="background-color:#ffffcc; color:green; width:536.222px" %)
1248 +|=(% colspan="3" style="width: 533px;" %)AT+**SETMAXNBTRANS**
1249 +|(% style="width:160px" %)**Command Example**|(% style="width:263px" %)**Function**|(% style="width:109px" %)**Response**
1250 +|(% style="width:160px" %)**AT+SETMAXNBTRANS=1,0**|(% style="width:263px" %)Value1: set the maximum NBTrans.|(% style="width:109px" %)1(((
1257 1257  OK
1258 1258  )))
1259 -|(% style="width:227px" %)**AT+SETMAXNBTRANS=?,1**|(% style="width:300px" %)(((
1260 -value2: 0: uplink fcnt doesn't change for each NBTrans;
1261 -
1262 -1: uplink fcnt increase by 1 for each NBTrans.
1263 -)))|(% style="width:87px" %)(((
1253 +|(% style="width:160px" %)**AT+SETMAXNBTRANS=?,1**|(% style="width:263px" %)value2: 0: uplink fcnt doesn't change for each NBTrans; 1: uplink fcnt increase by 1 for each NBTrans.|(% style="width:109px" %)(((
1264 1264  1
1265 1265  
1266 1266  OK
... ... @@ -1273,8 +1273,8 @@
1273 1273  
1274 1274  If the downlink payload=330100, it means set end node to use confirm mode, while type code is 33.
1275 1275  
1276 -* Example 1: Downlink Payload: 330100  ~/~/ Set AT+SETMAXNBTRANS=1,0
1277 -* Example 2: Downlink Payload: 330201  ~/~/ Set AT+SETMAXNBTRANS=2,1
1266 +* Example 1: Downlink Payload: 330100 ~/~/ Set AT+SETMAXNBTRANS=1,0
1267 +* Example 2: Downlink Payload: 330201 ~/~/ Set AT+SETMAXNBTRANS=2,1
1278 1278  
1279 1279  
1280 1280  
... ... @@ -1321,7 +1321,7 @@
1321 1321  
1322 1322  If the downlink payload=320105A00B40, it means set end node to use confirm mode, while type code is 33.
1323 1323  
1324 -* **Example 1:** Downlink Payload: 320105A00B40  ~/~/ Set AT+DDETECT=1,1440,2880
1314 +* Example 1: Downlink Payload: 320105A00B40 ~/~/ Set AT+DDETECT=1,1440,2880
1325 1325  
1326 1326  
1327 1327  
... ... @@ -1343,7 +1343,6 @@
1343 1343  )))
1344 1344  
1345 1345  
1346 -
1347 1347  == 7.27 Adjust network rejoining interval ==
1348 1348  
1349 1349  
... ... @@ -1361,7 +1361,6 @@
1361 1361  Set the ReJoin data transmission interval to 60000ms = 60 seconds
1362 1362  )))
1363 1363  
1364 -
1365 1365  (% style="color:blue" %)**Downlink Command: 0x26**
1366 1366  
1367 1367  Format: Command Code (0x26) followed by 2 bytes mode value.
... ... @@ -1368,8 +1368,8 @@
1368 1368  
1369 1369  If the downlink payload=26000A, it means set end node to use confirm mode, while type code is 26.
1370 1370  
1371 -* **Example 1:** Downlink Payload: 26000A  ~/~/ Set AT+RJTDC=10
1372 -* **Example 2: **Downlink Payload: 260002  ~/~/ Set AT+RJTDC=2
1359 +* Example 1: Downlink Payload: 26000A ~/~/ Set AT+RJTDC=10
1360 +* Example 2: Downlink Payload: 260002 ~/~/ Set AT+RJTDC=2
1373 1373  
1374 1374  
1375 1375  
... ... @@ -1391,6 +1391,6 @@
1391 1391  
1392 1392  **Same as:**
1393 1393  
1394 -* AT+ADR=0  [[Reference>>||anchor="H7.1AdaptiveDataRate"]]
1395 -* AT+DR=5  [[Reference>>||anchor="H7.4DataRate"]]
1396 -* AT+TXP=0  [[Reference>>||anchor="H7.14TransmitPower"]]
1382 +* AT+ADR=0  [[Reference>>||anchor="H7.1AdaptiveDataRate"]]
1383 +* AT+DR=5  [[Reference>>||anchor="H7.4DataRate"]]
1384 +* AT+TXP=0  [[Reference>>||anchor="H7.14TransmitPower"]]
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0