Last modified by Xiaoling on 2023/07/18 10:12

From version 235.4
edited by Xiaoling
on 2023/04/26 16:02
Change comment: There is no comment for this version
To version 235.5
edited by Xiaoling
on 2023/04/26 16:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -694,13 +694,11 @@
694 694  
695 695  User can poll sensor value based on timestamps from the server. Below is the downlink command.
696 696  
697 -(% border="1" cellspacing="5" style="width:428px;background-color:#F2F2F2" %)
697 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:428px" %)
698 698  |(% style="width:58px" %)1byte|(% style="width:128px" %)4bytes|(% style="width:123px" %)4bytes|(% style="width:116px" %)1byte
699 699  |(% style="width:58px" %)31|(% style="width:128px" %)Timestamp start|(% style="width:123px" %)Timestamp end|(% style="width:116px" %)Uplink Interval
700 700  
701 -[[image:image-20220523152302-15.png||_mstalt="451581"]]
702 702  
703 -[[image:image-20230426155837-1.png]]
704 704  
705 705  Timestamp start and Timestamp end use Unix TimeStamp format as mentioned above. Devices will reply with all data log during this time period, use the uplink interval.
706 706  
... ... @@ -1091,6 +1091,11 @@
1091 1091  
1092 1092  (% style="color:#4f81bd" %)**AT Command: AT+TDC**
1093 1093  
1092 +(% border="1" cellspacing="5" style="width:501px;background-color:#F2F2F2" %)
1093 +|(% style="width:155px;background-color:#D9E2F3;color:#0070C0 " %)**Command Example**|(% style="width:166px;background-color:#D9E2F3;color:#0070C0 " %)**Function**|(% style="width:180px;background-color:#D9E2F3;color:#0070C0 " %)**Response**
1094 +|(% style="width:155px" %)AT+TDC?|(% style="width:162px" %)Show current transmit Interval|(% style="width:177px" %)30000 OK the interval is 30000ms = 30s
1095 +|(% style="width:155px" %)AT+TDC=60000|(% style="width:162px" %)Set Transmit Interval|(% style="width:177px" %)OK Set transmit interval to 60000ms = 60 seconds
1096 +
1094 1094  [[image:image-20220523150701-2.png||_mstalt="427453"]]
1095 1095  
1096 1096