Changes for page LT-22222-L -- LoRa I/O Controller User Manual
Last modified by Saxer Lin on 2025/04/15 17:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -277,10 +277,10 @@ 277 277 [[image:lt-22222-ul-payload-fmt.png||height="686" width="1000"]] 278 278 279 279 280 -== 3.3 Work ingModes and Uplink Payload formats ==280 +== 3.3 Work Modes and Uplink Payload formats == 281 281 282 282 283 -The LT-22222-L has 5 **work ingmodes**. It also has an interrupt/trigger mode for different types of applications that can be used together with any workingmode as an additional feature. The default mode is MOD1 and you can switch between these modes using AT commands.283 +The LT-22222-L has 5 **work modes**. It also has an interrupt/trigger mode for different types of applications that can be used together with any work mode as an additional feature. The default mode is MOD1 and you can switch between these modes using AT commands. 284 284 285 285 * (% style="color:blue" %)**MOD1**(%%): (default mode/factory set): 2ACI + 2AVI + DI + DO + RO 286 286 ... ... @@ -294,7 +294,7 @@ 294 294 295 295 * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5 296 296 297 -The uplink messages are sent over LoRaWAN FPort =2. By default, an uplink message is sent every 10 minutes.297 +The uplink messages are sent over LoRaWAN FPort 2. By default, an uplink message is sent every 10 minutes. 298 298 299 299 === 3.3.1 AT+MOD~=1, 2ACI+2AVI === 300 300 ... ... @@ -303,7 +303,7 @@ 303 303 304 304 The uplink payload is 11 bytes long. 305 305 306 -(% style="color:red" %)**Note:The maximum count depends on the bytes number of bytes.306 +(% style="color:red" %)**Note:The maximum count depends on the bytes it is. 307 307 The maximum count for four bytes is FFFFFFFF (hex) = 4294967295 (dec). 308 308 It starts counting again when it reaches the maximum value.**(% style="display:none" wfd-invisible="true" %) 309 309 ... ... @@ -363,13 +363,9 @@ 363 363 * [1] DO2 channel output is LOW, and the DO2 LED is ON. 364 364 * [0] DO1 channel output state: 365 365 ** DO1 is FLOATING when there is no load between DO1 and V+. 366 -** DO1 is HIGH andthere is a load between DO1 and V+.366 +** DO1 is HIGH when there is a load between DO1 and V+. 367 367 ** DO1 LED is OFF in both cases. 368 368 369 -Reserve = 0 370 - 371 -MOD = 1 372 - 373 373 === 3.3.2 AT+MOD~=2, (Double DI Counting) === 374 374 375 375 ... ... @@ -625,27 +625,24 @@ 625 625 ))) 626 626 627 627 628 -=== 3.3.6 AT+ADDMOD~=6 (Trigger Mode, Optional) === 624 +=== 3.3.6 AT+ADDMOD~=6. (Trigger Mode, Optional) === 629 629 630 630 631 -(% style="color:#4f81bd" %)**This mode is optional and intended for trigger purposes. It can operate __alongside__with other modes.**627 +(% style="color:#4f81bd" %)**This mode is optional and intended for trigger purposes. It can operate together with other modes.** 632 632 633 -For example, if you configure the following commands: 629 +For example, if you configured the following commands: 634 634 635 -* **AT+MOD=1 ** **~-~->** Sets the default workingmode636 -* **AT+ADDMOD6=1** **~-~->** Enable strigger mode631 +* **AT+MOD=1 ** **~-~->** The default work mode 632 +* **AT+ADDMOD6=1** **~-~->** Enable trigger mode 637 637 638 -The LT-22222-L will continuously monitor AV1, AV2, AC1, and AC2 every 5 seconds. Itwill send uplink packets in two cases:634 +The LT-22222-L will continuously monitor AV1, AV2, AC1, and AC2 every 5 seconds. LT will send uplink packets in two cases: 639 639 640 -1. Periodic uplink :Based on TDC time.setabove). These are (% style="color:#4f81bd" %)**unconfirmed**(%%) uplinks.636 +1. Periodically uplink (Based on TDC time). The payload is the same as in normal mode (MOD=1 for the commands above). These are (% style="color:#4f81bd" %)**unconfirmed**(%%) uplinks. 641 641 1. ((( 642 -Trigger uplink: sent when a trigger condition is met. In this case, LT will send two packets 643 - 644 -* The first uplink uses the payload specified in trigger mode (MOD=6). 645 -* The second packet uses the normal mode payload (MOD=1 as set above). Both are (% style="color:#4f81bd" %)**confirmed uplinks.** 638 +Trigger uplink when the trigger condition is met. LT will send two packets in this case. The first uplink uses the payload specified in trigger mode (MOD=6). The second packet uses the normal mode payload (MOD=1 as set above). Both are (% style="color:#4f81bd" %)**confirmed uplinks.** 646 646 ))) 647 647 648 -(% style="color:#037691" %)**AT Commands to set Trigger Condition s**:641 +(% style="color:#037691" %)**AT Commands to set Trigger Condition**: 649 649 650 650 (% style="color:#4f81bd" %)**Trigger based on voltage**: 651 651 ... ... @@ -654,9 +654,9 @@ 654 654 655 655 **Example:** 656 656 657 -AT+AVLIM=3000,6000,0,2000 (triggers an uplink if AVI1 voltage is lower than 3V or higher than 6V, or if AV2 voltage is higher than 2V) 650 +AT+AVLIM=3000,6000,0,2000 (triggers an uplink if AVI1 voltage is lower than 3V or higher than 6V, or if AV2 voltage is higher than 2V) 658 658 659 -AT+AVLIM=5000,0,0,0 (triggers an uplink if AVI1 voltage lower than 5V. Use 0 for parameters that are not in use) 652 +AT+AVLIM=5000,0,0,0 (triggers an uplink if AVI1 voltage lower than 5V. Use 0 for parameters that are not in use) 660 660 661 661 662 662 (% style="color:#4f81bd" %)**Trigger based on current**: ... ... @@ -666,7 +666,7 @@ 666 666 667 667 **Example:** 668 668 669 -AT+ACLIM=10000,15000,0,0 (triggers an uplink if AC1 current is lower than 10mA or higher than 15mA)662 +AT+ACLIM=10000,15000,0,0 (triggers an uplink if ACI1 voltage is lower than 10mA or higher than 15mA) 670 670 671 671 672 672 (% style="color:#4f81bd" %)**Trigger based on DI status**: ... ... @@ -881,6 +881,7 @@ 881 881 See [[RapidTables>>https://www.rapidtables.com/convert/number/decimal-to-hex.html?x=30000]] 882 882 ))) 883 883 877 + 884 884 ==== 3.4.2.2 Set the Working Mode (AT+MOD) ==== 885 885 886 886 Sets the working mode. ... ... @@ -911,6 +911,7 @@ 911 911 Sets the device to working mode 2 (Double DI Counting + DO + RO) 912 912 ))) 913 913 908 + 914 914 (% class="wikigeneratedid" %) 915 915 (% style="color:#037691" %)**Downlink payload** 916 916 ... ... @@ -927,6 +927,7 @@ 927 927 Sets the device to working mode 2 (Double DI Counting + DO + RO) 928 928 ))) 929 929 925 + 930 930 ==== 3.4.2.3 Poll an uplink ==== 931 931 932 932 Requests an uplink from LT-22222-L. ... ... @@ -946,6 +946,7 @@ 946 946 Requests an uplink from LT-22222-L. 947 947 ))) 948 948 945 + 949 949 ==== 3.4.2.4 Enable/Disable Trigger Mode ==== 950 950 951 951 Enable or disable the trigger mode for the current working mode (see also [[ADDMOD6>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]). ... ... @@ -983,78 +983,58 @@ 983 983 Enable trigger mode for the current working mode 984 984 ))) 985 985 983 + 986 986 ==== 3.4.2.5 Poll trigger settings ==== 987 987 988 988 Polls the trigger settings. 989 989 990 -(% style="color:#037691" %)**AT Command:** 988 +* (% style="color:#037691" %)**AT Command:** 991 991 992 992 There is no AT Command for this feature. 993 993 994 -(% style="color:#037691" %)**Downlink Payload** 992 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x AB 06):** 995 995 994 +(% style="color:blue" %)**0xAB 06 ** (%%) ~/~/ Poll the trigger settings. Device will uplink trigger settings once receive this command 995 + 996 + 996 996 (% style="width:500px" %) 997 997 |(% style="width:95px" %)**Payload**|(% style="width:403px" %)<prefix> 998 998 |(% style="width:95px" %)**Parameters**|(% style="width:403px" %)prefix : AB 06 999 -|(% style="width:95px" %)**Example**|(% style="width:403px" %)((( 1000 -AB 06 1000 +|(% style="width:95px" %)**Example**|(% style="width:403px" %)AB 06 1001 1001 1002 -Uplinks the trigger settings. 1003 -))) 1004 1004 1005 -==== 3.4.2.6 Enable/Disable DI1/DI2 as a trigger ==== 1003 +==== 3.4.2.6 Enable / Disable DI1/DI2 as a trigger ==== 1006 1006 1007 1007 Enable or disable DI1/DI2 as a trigger. 1008 1008 1009 -(% style="color:#037691" %)**AT Command** 1007 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >** 1010 1010 1011 -(% style="width:500px" %) 1012 -|(% style="width:98px" %)Command|(% style="width:400px" %)AT+DTRI=<DI1_trigger><DI2_trigger> 1013 -|(% style="width:98px" %)Response|(% style="width:400px" %) 1014 -|(% style="width:98px" %)Parameters|(% style="width:400px" %)((( 1015 -DI1_trigger: 1009 +**Example:** AT+ DTRI =1,0 (Enable DI1 trigger / disable DI2 trigger) 1016 1016 1017 -1 = enable DI1 trigger 1018 1018 1019 - 0=disable DI1trigger1012 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 02):** 1020 1020 1021 - DI2_trigger1014 +(% style="color:blue" %)**0xAA 02 aa bb ** (%%) ~/~/ Same as AT+DTRI=aa,bb 1022 1022 1023 -1 = enable DI2 trigger 1024 1024 1025 -0 = disable DI2 trigger 1026 -))) 1027 -|(% style="width:98px" %)Example|(% style="width:400px" %)((( 1028 -AT+DTRI=1,0 1029 - 1030 -Enable DI1 trigger, disable DI2 trigger 1031 -))) 1032 - 1033 -(% class="wikigeneratedid" %) 1034 -(% style="color:#037691" %)**Downlink Payload** 1035 - 1036 1036 (% style="width:500px" %) 1037 -|(% style="width:101px" %)Payload|(% style="width:397px" %)<prefix><DI1_trigger><DI2_trigger> 1038 -|(% style="width:101px" %)Parameters|(% style="width:397px" %)((( 1039 -prefix : AA 02 1040 - 1018 +|(% style="width:98px" %)Command|(% style="width:400px" %)AT+DTRI=<DI1_trigger><DI2_trigger> 1019 +|(% style="width:98px" %)Response|(% style="width:400px" %) 1020 +|(% style="width:98px" %)Parameters|(% style="width:400px" %)((( 1041 1041 DI1_trigger: 1042 1042 1043 -1 = enable DI1 trigger , represented by 1 byte in hexadecimal.1023 +1 = enable DI_1 trigger 1044 1044 1045 -0 = disable DI1 trigger , represented by 1 byte in hexadecimal.1025 +0 = disable DI_1 trigger 1046 1046 1047 1047 DI2 _trigger 1048 1048 1049 -1 = enable D I2 trigger, represented by 1 byte in hexadecimal.1029 +1 = enable D2_1 trigger 1050 1050 1051 -0 = disable D I2 trigger, represented by 1 byte in hexadecimal.1031 +0 = disable D2_1 trigger 1052 1052 ))) 1053 -|(% style="width:101px" %)Example|(% style="width:397px" %)((( 1054 -AA 02 **01 00** 1033 +|(% style="width:98px" %)Example|(% style="width:400px" %) 1055 1055 1056 -Enable DI1 trigger, disable DI2 trigger 1057 -))) 1058 1058 1059 1059 ==== 3.4.2.7 Trigger1 – Set DI or DI3 as a trigger ==== 1060 1060 ... ... @@ -1074,13 +1074,6 @@ 1074 1074 (% style="color:blue" %)**0x09 01 aa bb cc ** (%%) ~/~/ same as AT+TRIG1=aa,0x(bb cc) 1075 1075 1076 1076 1077 -(% style="width:500px" %) 1078 -|(% style="width:101px" %)Command|(% style="width:397px" %) 1079 -|(% style="width:101px" %)Response|(% style="width:397px" %) 1080 -|(% style="width:101px" %)Parameters|(% style="width:397px" %) 1081 -|(% style="width:101px" %)Example|(% style="width:397px" %) 1082 - 1083 - 1084 1084 ==== 3.4.2.8 Trigger2 – Set DI2 as a trigger ==== 1085 1085 1086 1086 Sets DI2 as a trigger. ... ... @@ -1091,7 +1091,7 @@ 1091 1091 1092 1092 (% style="color:red" %)**b :** (%%)delay timing. 1093 1093 1094 -**Example:** AT+TRIG2=0,100 ( SettheDI1 port to trigger ona fallingedge;thevalid signalduration is 1001064 +**Example:** AT+TRIG2=0,100 (set DI1 port to trigger on low level, valid signal is 100ms ) 1095 1095 1096 1096 1097 1097 * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):** ... ... @@ -1099,35 +1099,6 @@ 1099 1099 (% style="color:blue" %)**0x09 02 aa bb cc ** (%%)~/~/ same as AT+TRIG2=aa,0x(bb cc) 1100 1100 1101 1101 1102 -(% style="color:#037691" %)**AT Command** 1103 - 1104 -(% style="width:500px" %) 1105 -|(% style="width:94px" %)Command|(% style="width:404px" %)AT+TRIG=<interrupt_mode><minimum_signal_duration> 1106 -|(% style="width:94px" %)Response|(% style="width:404px" %) 1107 -|(% style="width:94px" %)Parameters|(% style="width:404px" %)((( 1108 -interrupt_mode : 0: falling edge; 1: rising edge, 2: falling and raising edge (for MOD=1). 1109 - 1110 -minimum_signal_duration : the **minimum signal duration** required for the DI1 port to recognize a valid trigger. 1111 -))) 1112 -|(% style="width:94px" %)Example|(% style="width:404px" %)((( 1113 -AT+TRIG2=0,100 1114 - 1115 -Set the DI1 port to trigger on a falling edge; the valid signal duration is 100 ms. 1116 -))) 1117 - 1118 -(% style="color:#037691" %)**Downlink Payload** 1119 - 1120 -(% style="width:500px" %) 1121 -|(% style="width:96px" %)Payload|(% style="width:402px" %)<prefix><interrupt_mode><minimum_signal_duration> 1122 -|(% style="width:96px" %)Parameters|(% style="width:402px" %)((( 1123 -prefix : 09 02 1124 - 1125 -interrupt_mode : 0: falling edge; 1: rising edge, 2: falling and raising edge (for MOD=1), represented by 1 byte in hexadecimal. 1126 - 1127 -<minimum_signal_duration>, represented two bytes in hexadecimal 1128 -))) 1129 -|(% style="width:96px" %)Example|(% style="width:402px" %)09 02 **00 00 64** 1130 - 1131 1131 ==== 3.4.2.9 Trigger – Set AC (current) as a trigger ==== 1132 1132 1133 1133 Sets the current trigger based on the AC port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] ... ... @@ -1139,20 +1139,7 @@ 1139 1139 (% style="color:blue" %)**0x AA 01 aa bb cc dd ee ff gg hh ** (%%) ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1140 1140 1141 1141 1142 -(% style="width:500px" %) 1143 -|(% style="width:104px" %)Command|(% style="width:394px" %)AT+ACLIM 1144 -|(% style="width:104px" %)Response|(% style="width:394px" %) 1145 -|(% style="width:104px" %)Parameters|(% style="width:394px" %)- 1146 -|(% style="width:104px" %)Example|(% style="width:394px" %)AT+ACLIM 1147 1147 1148 - 1149 - 1150 -(% style="width:500px" %) 1151 -|(% style="width:104px" %)Payload|(% style="width:394px" %)<prefix> 1152 -|(% style="width:104px" %)Parameters|(% style="width:394px" %)prefix : AA 01 1153 -|(% style="width:104px" %)Example|(% style="width:394px" %)AA 01 aa bb cc dd ee ff gg hh 1154 - 1155 - 1156 1156 ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ==== 1157 1157 1158 1158 Sets the current trigger based on the AV port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]