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,23 +843,19 @@ 843 843 844 844 **1:** Greater than the set IDC threshold, Alarm 845 845 ))) 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" %)((( 846 +|(% style="width:160px" %)**c**: Set the VDC alarm trigger condition|(% style="width:185px" %)((( 852 852 **0:** Less than the set VDC threshold, Alarm 853 853 854 854 **1:** Greater than the set VDC threshold, Alarm 855 855 ))) 851 +|(% style="width:160px" %)**d**: IDC alarm threshold|(% style="width:185px" %)Unit: uA 856 856 |(% style="width:160px" %)**e:** VDC alarm threshold|(% style="width:185px" %)Unit: mV 857 857 858 858 **Example:** 859 859 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.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. 863 863 864 864 (% style="color:blue" %)**Downlink Command: 0x09 03 aa bb cc dd ee** 865 865 ... ... @@ -869,26 +869,23 @@ 869 869 870 870 (% style="color:blue" %)**bb: **(% style="color:#037691" %)**1 byte; **(%%)Set the IDC alarm trigger condition. 871 871 872 -(% style="color:blue" %)**cc: **(% style="color:#037691" %)** 2bytes;**(%%)IDC alarm threshold.(uA)868 +(% style="color:blue" %)**cc: **(% style="color:#037691" %)**1 byte;**(%%) Set the VDC alarm trigger condition. 873 873 870 +(% style="color:blue" %)**dd: **(% style="color:#037691" %)**2 bytes;**(%%) IDC alarm threshold.(uA) 874 874 875 -(% style="color:blue" %)**dd: **(% style="color:#037691" %)**1 byte;**(%%) Set the VDC alarm trigger condition. 876 - 877 877 (% style="color:blue" %)**ee: **(% style="color:#037691" %)**2 bytes; **(%%)VDC alarm threshold.(mV) 878 878 879 879 **Example:** 880 880 881 -* Downlink Payload: **09 03 00 3C 00 01338** ~/~/Equal to AT+ROC=3,60,0,3000,0,5000882 -* Downlink Payload: **09 03 00 b4 01 13 38** ~/~/Equal to AT+ROC=3,60,1,3000,1,5000883 -* Downlink Payload: **09 03 01 2C 00 0B B8 01 13 38**60,0,3000,1,5000876 +* Downlink Payload: **09 03 00 3C 00 00 0B B8 01 F4** ~/~/Equal to AT+ROC=3,60,0,0,3000,500 877 +* Downlink Payload: **09 03 00 b4 01 01 0B B8 01 F4** ~/~/Equal to AT+ROC=3,180,1,1,3000,500 878 +* Downlink Payload: **09 03 01 2C 00 01 0B B8 01 F4** ~/~/Equal to AT+ROC=3,300,0,1,3000,500 884 884 885 885 (% style="color:blue" %)**Screenshot of parsing example in TTN:** 886 886 887 -* AT+ROC=3,60,0,3000,0,5000 888 888 889 889 890 890 891 - 892 892 == 2.9 Firmware Change Log == 893 893 894 894