Changes for page wiki_test

Last modified by Mengting Qiu on 2024/09/05 17:35

From version 101.16
edited by Xiaoling
on 2023/10/10 15:39
Change comment: There is no comment for this version
To version 101.20
edited by Xiaoling
on 2023/10/10 15:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -426,7 +426,7 @@
426 426  )))
427 427  
428 428  (((
429 -periodically send this uplink every 20 minutes, this interval [[can be changed>>||anchor="H3.3.1SetTransmitIntervalTime"]].
429 +periodically send this uplink every 20 minutes, this interval [[can be changed>>||anchor="H2.10SetTransmitIntervalTime"]].
430 430  )))
431 431  
432 432  (((
... ... @@ -434,9 +434,9 @@
434 434  )))
435 435  
436 436  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:515px" %)
437 -|=(% colspan="6" style="width: 515px; background-color:#D9E2F3;color:#0070C0" %)**Water Flow Value,  FPORT=2**
437 +|=(% colspan="6" style="width: 515px; background-color:#4F81BD;color:white" %)**Water Flow Value,  FPORT=2**
438 438  |(% style="width:50px" %)**Size(bytes)**|(% style="width:110px" %)**1**|(% style="width:120px" %)**4**|(% style="width:110px" %)**1**|(% style="width:55px" %)**1**|(% style="width:70px" %)**4**
439 -|(% style="width:110px" %)**Value**|(% style="width:81px" %)Calculate Flag & [[Alarm>>||anchor="H3.3.4Alarmforcontinuouslywaterflow"]]|(% style="width:95px" %)(((
439 +|(% style="width:110px" %)**Value**|(% style="width:81px" %)Calculate Flag & [[Alarm>>||anchor="H2.7Alarmforcontinuouslywaterflow"]]|(% style="width:95px" %)(((
440 440  Total pulse Or Last Pulse
441 441  )))|(% style="width:78px" %)(((
442 442  MOD & PA4_status & PB15_status
... ... @@ -872,6 +872,48 @@
872 872  
873 873  * **Example**: 0xA6000064  ~/~/  Same as AT+ SETCNT =100
874 874  
875 +== 2.10 Set Transmit Interval Time ==
876 +
877 +
878 +(((
879 +Feature: Change NB-IoT End Node Transmit Interval.
880 +)))
881 +
882 +(((
883 +(% style="color:blue" %)**AT Command: AT+TDC**
884 +)))
885 +
886 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
887 +|=(% style="width: 156px;background-color:#D9E2F3; color:#0070c0" %)**Command Example**|=(% style="width: 137px;background-color:#D9E2F3; color:#0070c0" %)**Function**|=(% style="background-color:#D9E2F3; color:#0070c0" %)**Response**
888 +|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|(((
889 +30000
890 +OK
891 +the interval is 30000ms = 30s
892 +)))
893 +|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|(((
894 +OK
895 +Set transmit interval to 60000ms = 60 seconds
896 +)))
897 +
898 +(((
899 +(% style="color:blue" %)**Downlink Command: 0x01**
900 +)))
901 +
902 +(((
903 +Format: Command Code (0x01) followed by 3 bytes time value.
904 +)))
905 +
906 +(((
907 +If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
908 +)))
909 +
910 +* (((
911 +Example 1: Downlink Payload: 0100001E  ~/~/ Set Transmit Interval (TDC) = 30 seconds
912 +)))
913 +* (((
914 +Example 2: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
915 +)))
916 +
875 875  = 3. Configure SW3L-NB =
876 876  
877 877  == 3.1 Configure Methods ==