<
From version < 106.1 >
edited by Mengting Qiu
on 2025/01/16 16:44
To version < 108.1 >
edited by Mengting Qiu
on 2025/01/16 17:42
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -843,19 +843,23 @@
843 843  
844 844  **1:** Greater than the set IDC threshold, Alarm
845 845  )))
846 -|(% style="width:160px" %)**c**:  Set the VDC alarm trigger condition|(% style="width:185px" %)(((
846 +|(% style="width:160px" %)(((
847 +**c**:  IDC alarm threshold
848 +)))|(% style="width:185px" %)(((
849 +Unit: uA
850 +)))
851 +|(% style="width:160px" %)**d**: Set the VDC alarm trigger condition|(% style="width:185px" %)(((
847 847  **0:** Less than the set VDC threshold, Alarm
848 848  
849 849  **1:** Greater than the set VDC threshold, Alarm
850 850  )))
851 -|(% style="width:160px" %)**d**: IDC alarm threshold|(% style="width:185px" %)Unit: uA
852 852  |(% style="width:160px" %)**e:** VDC alarm threshold|(% style="width:185px" %)Unit: mV
853 853  
854 854  **Example:**
855 855  
856 -* AT+ROC=3,60,0,0,3000,5000  ~/~/The data is checked every 60 seconds. If the IDC is less than 3mA or the VDC is less than 5000mV, an alarm is generated.
857 -* AT+ROC=3,180,1,1,3000,5000  ~/~/The data is checked every 180 seconds. If the IDC is greater than 3mA or the VDC is greater than 5000mV, an alarm is generated.
858 -* AT+ROC=3,300,0,1,3000,5000  ~/~/The data is checked every 300 seconds. If the IDC is less than 3mA or the VDC is greater than 5000mV, an alarm is generated.
860 +* AT+ROC=3,60,0,3000,0,5000  ~/~/The data is checked every 60 seconds. If the IDC is less than 3mA or the VDC is less than 5000mV, an alarm is generated.
861 +* AT+ROC=3,180,1,3000,1,5000  ~/~/The data is checked every 180 seconds. If the IDC is greater than 3mA or the VDC is greater than 5000mV, an alarm is generated.
862 +* AT+ROC=3,300,0,3000,1,5000  ~/~/The data is checked every 300 seconds. If the IDC is less than 3mA or the VDC is greater than 5000mV, an alarm is generated.
859 859  
860 860  (% style="color:blue" %)**Downlink Command: 0x09 03 aa bb cc dd ee**
861 861  
... ... @@ -865,24 +865,26 @@
865 865  
866 866  (% style="color:blue" %)**bb: **(% style="color:#037691" %)**1 byte; **(%%)Set the IDC alarm trigger condition.
867 867  
868 -(% style="color:blue" %)**cc: **(% style="color:#037691" %)**1 byte;**(%%) Set the VDC alarm trigger condition.
872 +(% style="color:blue" %)**cc: **(% style="color:#037691" %)**2 bytes;**(%%) IDC alarm threshold.(uA)
869 869  
870 -(% style="color:blue" %)**dd: **(% style="color:#037691" %)**2 bytes;**(%%) IDC alarm threshold.(uA)
871 871  
875 +(% style="color:blue" %)**dd: **(% style="color:#037691" %)**1 byte;**(%%) Set the VDC alarm trigger condition.
876 +
872 872  (% style="color:blue" %)**ee: **(% style="color:#037691" %)**2 bytes; **(%%)VDC alarm threshold.(mV)
873 873  
874 874  **Example:**
875 875  
876 -* Downlink Payload: **09 03 00 3C 00 00 0B B8 13 38** ~/~/Equal to AT+ROC=3,60,0,0,3000,5000
877 -* Downlink Payload: **09 03 00 b4 01 01 0B B8 13 38**  ~/~/Equal to AT+ROC=3,180,1,1,3000,5000
878 -* Downlink Payload: **09 03 01 2C 00 01 0B B8 13 38**  ~/~/Equal to AT+ROC=3,300,0,1,3000,5000
881 +* Downlink Payload: **09 03 00 3C 00 0B B8 00 13 38** ~/~/Equal to AT+ROC=3,60,0,3000,0,5000
882 +* Downlink Payload: **09 03 00 b4 01 0B B8 01 13 38**  ~/~/Equal to AT+ROC=3,60,1,3000,1,5000
883 +* Downlink Payload: **09 03 01 2C 00 0B B8 01 13 38**  ~/~/Equal to AT+ROC=3,60,0,3000,1,5000
879 879  
880 880  (% style="color:blue" %)**Screenshot of parsing example in TTN:**
881 881  
882 -* AT+ROC=3,60,0,0,3000,5000
887 +* AT+ROC=3,60,0,3000,0,5000
883 883  
884 884  
885 885  
891 +
886 886  == 2.9 ​Firmware Change Log ==
887 887  
888 888  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0