Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/04/19 17:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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,500 ~/~/The data is checked every 60 seconds. If the IDC is less than 3mA or the VDC is less than 500mV, an alarm is generated.857 -* AT+ROC=3,180,1, 1,3000,500 ~/~/The data is checked every 180 seconds. If the IDC is greater than 3mA or the VDC is greater than 500mV, an alarm is generated.858 -* AT+ROC=3,300,0, 1,3000,500 ~/~/The data is checked every 300 seconds. If the IDC is less than 3mA or the VDC is greater than 500mV, 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,23 +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" %)** 1byte;**(%%)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 0 0B B8 01F4** ~/~/Equal to AT+ROC=3,60,0,0,3000,500877 -* Downlink Payload: **09 03 00 b4 01 1 0B B8 01F4** ~/~/Equal to AT+ROC=3,180,1,1,3000,500878 -* Downlink Payload: **09 03 01 2C 00 0 1 0B B8 01F4**300,0,1,3000,500881 +* 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 887 +* AT+ROC=3,60,0,3000,0,5000 882 882 883 883 884 884 891 + 885 885 == 2.9 Firmware Change Log == 886 886 887 887