<
From version < 123.7 >
edited by Xiaoling
on 2025/04/01 17:00
To version < 123.11 >
edited by Xiaoling
on 2025/04/01 17:06
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -679,7 +679,6 @@
679 679  )))|(% style="width:86px" %)Unix Time Stamp
680 680  
681 681  
682 -
683 683  IN1_pin_level & IN2_pin_level & Exti_pin_level & Exti_status:
684 684  
685 685  [[image:image-20250117104847-4.png]]
... ... @@ -853,6 +853,7 @@
853 853  
854 854  ==== 2.8.2.1 Wave alarm mode ====
855 855  
855 +
856 856  Feature: By setting the detection period and a change value, the IDC/VDC variable is monitored whether it exceeds the set change value. If this change value is exceeded, the ROC uplink is sent and the comparison value is flushed.
857 857  
858 858  * Change value: The amount by which the next detection value increases/decreases relative to the previous detection value.
... ... @@ -869,31 +869,21 @@
869 869  |(% colspan="1" rowspan="4" style="width:143px" %)(((
870 870  AT+ROC=a,b,c,d
871 871  )))|(% style="width:154px" %)(((
872 -
873 -
874 -
875 -
876 -
877 -
878 -
879 -a: Enable or disable the ROC
872 +**a:** Enable or disable the ROC
880 880  )))|(% style="width:197px" %)(((
881 -0: off
882 -1: Turn on the wave alarm mode, send the ROC uplink when the increment exceeds the set parameter and refresh the comparison value.
883 -
884 -2: Turn on the wave alarm mode, send the ROC uplink when the increment exceeds the set parameter and refresh the comparison value. In addition, the comparison value is refreshed when the device sends packets ([[TDC>>||anchor="H3.3.1SetTransmitIntervalTime"]] or [[ACT>>||anchor="H1.7Button26LEDs"]]).
874 +**0:** off
875 +**1:** Turn on the wave alarm mode, send the ROC uplink when the increment exceeds the set parameter and refresh the comparison value.
876 +**2:** Turn on the wave alarm mode, send the ROC uplink when the increment exceeds the set parameter and refresh the comparison value. In addition, the comparison value is refreshed when the device sends packets ([[TDC>>||anchor="H3.3.1SetTransmitIntervalTime"]] or [[ACT>>||anchor="H1.7Button26LEDs"]]).
885 885  )))
886 -|(% style="width:154px" %)b: Set the detection interval|(% style="width:197px" %)(((
887 -
888 -
878 +|(% style="width:154px" %)**b:** Set the detection interval|(% style="width:197px" %)(((
889 889  Range:  0~~65535s
890 890  )))
891 -|(% style="width:154px" %)c: Setting the IDC change value|(% style="width:197px" %)Unit: uA
892 -|(% style="width:154px" %)d: Setting the VDC change value|(% style="width:197px" %)Unit: mV
881 +|(% style="width:154px" %)**c:** Setting the IDC change value|(% style="width:197px" %)Unit: uA
882 +|(% style="width:154px" %)**d:** Setting the VDC change value|(% style="width:197px" %)Unit: mV
893 893  
894 894  Example:
895 895  
896 -* AT+ROC=0,0,0,0  ~/~/The ROC function is not used.
886 +* AT+ROC=0,0,0,0  ~/~/ The ROC function is not used.
897 897  * AT+ROC=1,60,3000, 500  ~/~/ Check value every 60 seconds. lf there is change in IDC (>3mA) or VDC (>500mV), sends an ROC uplink, and the comparison value is refreshed.
898 898  * AT+ROC=1,60,3000,0  ~/~/ Check value every 60 seconds. lf there is change in IDC (>3mA), send an ROC uplink and the comparison value of IDC is refreshed. dd=0 Means doesn't monitor Voltage.
899 899  * AT+ROC=2,60,3000,0  ~/~/ Check value every 60 seconds. lf there is change in IDC (>3mA), send an ROC uplink and the comparison value of IDC is refreshed. dd=0 Means doesn't monitor Voltage. In addition, if the change in the IDC does not exceed 3mA, then the ROC uplink is not sent, and the comparison value is not refreshed by the ROC uplink packet. However, if the device TDC time arrives, or if the user manually sends packets, then the IDC comparison value is also refreshed.
... ... @@ -912,9 +912,9 @@
912 912  
913 913  Example:
914 914  
915 -* Downlink Payload: 09 01 00 3C 0B B8 01 F4  ~/~/Equal to AT+ROC=1,60,3000, 500
916 -* Downlink Payload: 09 01 00 3C 0B B8 00 00  ~/~/Equal to AT+ROC=1,60,3000,0
917 -* Downlink Payload: 09 02 00 3C 0B B8 00 00  ~/~/Equal to AT+ROC=2,60,3000,0
905 +* Downlink Payload: 09 01 00 3C 0B B8 01 F4  ~/~/ Equal to AT+ROC=1,60,3000, 500
906 +* Downlink Payload: 09 01 00 3C 0B B8 00 00  ~/~/ Equal to AT+ROC=1,60,3000,0
907 +* Downlink Payload: 09 02 00 3C 0B B8 00 00  ~/~/ Equal to AT+ROC=2,60,3000,0
918 918  
919 919  Screenshot of parsing example in TTN:
920 920  
... ... @@ -925,6 +925,7 @@
925 925  
926 926  ==== 2.8.2.2 Over-threshold alarm mode ====
927 927  
918 +
928 928  Feature: Monitors whether the IDC/VDC exceeds the threshold by setting the detection period and threshold. Alarm if the threshold is exceeded.
929 929  
930 930  AT Command: AT+ROC=3,a,b,c,d,e
... ... @@ -932,8 +932,6 @@
932 932  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
933 933  |=(% style="width: 163px; background-color: rgb(79, 129, 189); color: white;" %)Command Example|=(% style="width: 160px; background-color: rgb(79, 129, 189); color: white;" %)Parameters|=(% style="width: 185px; background-color: rgb(79, 129, 189); color: white;" %)Response/Explanation
934 934  |(% style="width:143px" %)AT+ROC=?|(% style="width:160px" %)Show current ROC setting|(% style="width:185px" %)(((
935 -
936 -
937 937  0,0,0,0(default)
938 938  OK
939 939  )))
... ... @@ -945,44 +945,32 @@
945 945  
946 946  AT+ROC=3,a,b,c,d,e
947 947  )))|(% style="width:160px" %)(((
948 -
949 -
950 -a: Set the detection interval
937 +**a:** Set the detection interval
951 951  )))|(% style="width:185px" %)(((
952 -
953 -
954 954  Range:  0~~65535s
955 955  )))
956 -|(% style="width:160px" %)b: Set the IDC alarm trigger condition|(% style="width:185px" %)(((
957 -
941 +|(% style="width:160px" %)**b:** Set the IDC alarm trigger condition|(% style="width:185px" %)(((
942 +**0:** Less than the set IDC threshold, Alarm
958 958  
959 -0: Less than the set IDC threshold, Alarm
960 -
961 -1: Greater than the set IDC threshold, Alarm
944 +**1:** Greater than the set IDC threshold, Alarm
962 962  )))
963 963  |(% style="width:160px" %)(((
964 -
965 -
966 -c:  IDC alarm threshold
947 +**c: ** IDC alarm threshold
967 967  )))|(% style="width:185px" %)(((
968 -
969 -
970 970  Unit: uA
971 971  )))
972 -|(% style="width:160px" %)d: Set the VDC alarm trigger condition|(% style="width:185px" %)(((
973 -
951 +|(% style="width:160px" %)**d:** Set the VDC alarm trigger condition|(% style="width:185px" %)(((
952 +**0:** Less than the set VDC threshold, Alarm
974 974  
975 -0: Less than the set VDC threshold, Alarm
976 -
977 -1: Greater than the set VDC threshold, Alarm
954 +**1:** Greater than the set VDC threshold, Alarm
978 978  )))
979 -|(% style="width:160px" %)e: VDC alarm threshold|(% style="width:185px" %)Unit: mV
956 +|(% style="width:160px" %)**e:** VDC alarm threshold|(% style="width:185px" %)Unit: mV
980 980  
981 981  Example:
982 982  
983 -* 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.
984 -* 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.
985 -* 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.
960 +* 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.
961 +* 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.
962 +* 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.
986 986  
987 987  Downlink Command: 0x09 03 aa bb cc dd ee
988 988  
... ... @@ -1001,9 +1001,9 @@
1001 1001  
1002 1002  Example:
1003 1003  
1004 -* Downlink Payload: 09 03 00 3C 00 0B B8 00 13 38 ~/~/Equal to AT+ROC=3,60,0,3000,0,5000
1005 -* Downlink Payload: 09 03 00 b4 01 0B B8 01 13 38  ~/~/Equal to AT+ROC=3,60,1,3000,1,5000
1006 -* Downlink Payload: 09 03 01 2C 00 0B B8 01 13 38  ~/~/Equal to AT+ROC=3,60,0,3000,1,5000
981 +* Downlink Payload: 09 03 00 3C 00 0B B8 00 13 38 ~/~/ Equal to AT+ROC=3,60,0,3000,0,5000
982 +* Downlink Payload: 09 03 00 b4 01 0B B8 01 13 38  ~/~/ Equal to AT+ROC=3,60,1,3000,1,5000
983 +* Downlink Payload: 09 03 01 2C 00 0B B8 01 13 38  ~/~/ Equal to AT+ROC=3,60,0,3000,1,5000
1007 1007  
1008 1008  Screenshot of parsing example in TTN:
1009 1009  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0