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
-
... ... @@ -115,23 +115,6 @@ 115 115 * Smart cities 116 116 * Smart factory 117 117 118 -== 1.5 Hardware Variants == 119 - 120 -(% style="width:524px" %) 121 -|(% style="width:94px" %)**Model**|(% style="width:98px" %)**Photo**|(% style="width:329px" %)**Description** 122 -|(% style="width:94px" %)**LT33222-L**|(% style="width:98px" %)((( 123 -[[image:/xwiki/bin/downloadrev/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20230424115112-1.png?rev=1.1&width=58&height=106||alt="image-20230424115112-1.png" height="106" width="58"]] 124 -)))|(% style="width:329px" %)((( 125 -* 2 x Digital Input (Bi-direction) 126 -* 2 x Digital Output 127 -* 2 x Relay Output (5A@250VAC / 30VDC) 128 -* 2 x 0~~20mA Analog Input (res:0.01mA) 129 -* 2 x 0~~30V Analog Input (res:0.01v) 130 -* 1 x Counting Port 131 -))) 132 - 133 - 134 - 135 135 == 2. Assembling the device == 136 136 137 137 == 2.1 Connecting the antenna == ... ... @@ -573,13 +573,13 @@ 573 573 ))) 574 574 575 575 ((( 576 -AT Commands for counting are similar to the [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]]s. 559 +Other AT Commands for counting are similar to the [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]]s. 577 577 ))) 578 578 579 579 ((( 580 580 **In addition to that, below are the commands for AVI1 Counting:** 581 581 582 -(% style="color:blue" %)**AT+SETCNT=3,60 **(%%)**(Sets AVI 1Count to 60)**565 +(% style="color:blue" %)**AT+SETCNT=3,60 **(%%)**(Sets AVI Count to 60)** 583 583 584 584 (% style="color:blue" %)**AT+VOLMAX=20000 **(%%)**(If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)** 585 585 ... ... @@ -994,7 +994,7 @@ 994 994 (% border="2" style="width:500px" %) 995 995 |(% style="width:97px" %)**Payload**|(% style="width:401px" %)<prefix><enable/disable trigger_mode> 996 996 |(% style="width:97px" %)**Parameters**|(% style="width:401px" %)((( 997 -**prefix** : 0x0A 06 (two bytes in hexadecimal)980 +**prefix** : 0x0A 06 998 998 999 999 **working mode** : enable (1) or disable (0), represented by 1 byte in hexadecimal. 1000 1000 ))) ... ... @@ -1016,7 +1016,7 @@ 1016 1016 1017 1017 (% border="2" style="width:500px" %) 1018 1018 |(% style="width:95px" %)**Payload**|(% style="width:403px" %)<prefix> 1019 -|(% style="width:95px" %)**Parameters**|(% style="width:403px" %)**prefix **: AB 06 (two bytes in hexadecimal)1002 +|(% style="width:95px" %)**Parameters**|(% style="width:403px" %)**prefix **: AB 06 1020 1020 |(% style="width:95px" %)**Example**|(% style="width:403px" %)((( 1021 1021 AB 06 1022 1022 ... ... @@ -1057,7 +1057,7 @@ 1057 1057 (% border="2" style="width:500px" %) 1058 1058 |(% style="width:101px" %)**Payload**|(% style="width:397px" %)<prefix><DI1_trigger><DI2_trigger> 1059 1059 |(% style="width:101px" %)**Parameters**|(% style="width:397px" %)((( 1060 -**prefix :** AA 02 (two bytes in hexadecimal)1043 +**prefix :** AA 02 1061 1061 1062 1062 **DI1_trigger:** 1063 1063 ... ... @@ -1081,7 +1081,20 @@ 1081 1081 1082 1082 Sets DI1 or DI3 (for LT-33222-L) as a trigger. 1083 1083 1067 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+TRIG1=a,b** 1084 1084 1069 +(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1). 1070 + 1071 +(% style="color:red" %)**b :** (%%)delay timing. 1072 + 1073 +**Example:** AT+TRIG1=1,100(set DI1 port to trigger on high level, valid signal is 100ms ) 1074 + 1075 + 1076 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):** 1077 + 1078 +(% style="color:blue" %)**0x09 01 aa bb cc ** (%%) ~/~/ same as AT+TRIG1=aa,0x(bb cc) 1079 + 1080 + 1085 1085 (% style="color:#037691" %)**AT Command** 1086 1086 1087 1087 (% border="2" style="width:500px" %) ... ... @@ -1104,7 +1104,7 @@ 1104 1104 (% border="2" style="width:500px" %) 1105 1105 |(% style="width:101px" %)**Payload**|(% style="width:397px" %)<prefix><interrupt_mode><minimum_signal_duration> 1106 1106 |(% style="width:101px" %)**Parameters**|(% style="width:397px" %)((( 1107 -**prefix** : 09 01 (hexadecimal)1103 +**prefix** : 09 01 1108 1108 1109 1109 **interrupt_mode** : 0: falling edge; 1: rising edge, 2: falling and raising edge (for MOD=1), represented by 1 byte in hexadecimal. 1110 1110 ... ... @@ -1120,7 +1120,20 @@ 1120 1120 1121 1121 Sets DI2 as a trigger. 1122 1122 1119 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+TRIG2=a,b** 1123 1123 1121 +(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge (for MOD=1). 1122 + 1123 +(% style="color:red" %)**b :** (%%)delay timing. 1124 + 1125 +**Example:** AT+TRIG2=0,100 (Set the DI1 port to trigger on a falling edge; the valid signal duration is 100 ms) 1126 + 1127 + 1128 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):** 1129 + 1130 +(% style="color:blue" %)**0x09 02 aa bb cc ** (%%)~/~/ same as AT+TRIG2=aa,0x(bb cc) 1131 + 1132 + 1124 1124 (% style="color:#037691" %)**AT Command** 1125 1125 1126 1126 (% border="2" style="width:500px" %) ... ... @@ -1142,7 +1142,7 @@ 1142 1142 (% border="2" style="width:500px" %) 1143 1143 |(% style="width:96px" %)**Payload**|(% style="width:402px" %)<prefix><interrupt_mode><minimum_signal_duration> 1144 1144 |(% style="width:96px" %)**Parameters**|(% style="width:402px" %)((( 1145 -**prefix** : 09 02 (hexadecimal)1154 +**prefix** : 09 02 1146 1146 1147 1147 **interrupt_mode **: 0: falling edge; 1: rising edge, 2: falling and raising edge (for MOD=1), represented by 1 byte in hexadecimal. 1148 1148 ... ... @@ -1150,12 +1150,16 @@ 1150 1150 ))) 1151 1151 |(% style="width:96px" %)**Example**|(% style="width:402px" %)09 02 **00 00 64** 1152 1152 1153 -==== ==== 1154 - 1155 1155 ==== 3.4.2.9 Trigger – Set AC (current) as a trigger ==== 1156 1156 1157 1157 Sets the current trigger based on the AC port. See also [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1158 1158 1166 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+ACLIM** 1167 + 1168 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 01 )** 1169 + 1170 +(% 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"]] 1171 + 1159 1159 (% style="color:#037691" %)**AT Command** 1160 1160 1161 1161 (% border="2" style="width:500px" %) ... ... @@ -1164,13 +1164,13 @@ 1164 1164 ))) 1165 1165 |(% style="width:104px" %)**Response**|(% style="width:394px" %) 1166 1166 |(% style="width:104px" %)**Parameters**|(% style="width:394px" %)((( 1167 -**AC1_LIMIT_LOW** : lower limit of the current to be checked 1180 +**AC1_LIMIT_LOW** : lower limit of the current to be checked / threshold 1168 1168 1169 -**AC1_LIMIT_HIGH **: higher limit of the current to be checked 1182 +**AC1_LIMIT_HIGH **: higher limit of the current to be checked / threshold 1170 1170 1171 -**AC2_LIMIT_HIGH **: lower limit of the current to be checked 1184 +**AC2_LIMIT_HIGH **: lower limit of the current to be checked / threshold 1172 1172 1173 -**AC2_LIMIT_LOW** : higher limit of the current to be checked 1186 +**AC2_LIMIT_LOW** : higher limit of the current to be checked / threshold 1174 1174 ))) 1175 1175 |(% style="width:104px" %)**Example**|(% style="width:394px" %)((( 1176 1176 AT+ACLIM=10000,15000,0,0 ... ... @@ -1177,7 +1177,6 @@ 1177 1177 1178 1178 Triggers an uplink if AC1 current is lower than 10mA or higher than 15mA 1179 1179 ))) 1180 -|(% style="width:104px" %)Note|(% style="width:394px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1181 1181 1182 1182 (% style="color:#037691" %)**Downlink Payload** 1183 1183 ... ... @@ -1184,15 +1184,15 @@ 1184 1184 (% border="2" style="width:500px" %) 1185 1185 |(% style="width:104px" %)**Payload**|(% style="width:394px" %)<prefix><AC1_LIMIT_LOW>,< AC1_LIMIT_HIGH>,<AC2_LIMIT_LOW>,< AC2_LIMIT_HIGH> 1186 1186 |(% style="width:104px" %)**Parameters**|(% style="width:394px" %)((( 1187 -**prefix **: AA 01 (hexadecimal)1199 +**prefix **: AA 01 - two bytes in hexadecimal 1188 1188 1189 -**AC1_LIMIT_LOW** : lower limit of the current to be checked, two bytes in hexadecimal 1201 +**AC1_LIMIT_LOW** : lower limit of the current to be checked / threshold, two bytes in hexadecimal 1190 1190 1191 -**AC1_LIMIT_HIGH **: higher limit of the current to be checked, two bytes in hexadecimal 1203 +**AC1_LIMIT_HIGH **: higher limit of the current to be checked / threshold, two bytes in hexadecimal 1192 1192 1193 -**AC2_LIMIT_HIGH **: lower limit of the current to be checked, two bytes in hexadecimal 1205 +**AC2_LIMIT_HIGH **: lower limit of the current to be checked / threshold, two bytes in hexadecimal 1194 1194 1195 -**AC2_LIMIT_LOW** : higher limit of the current to be checked, two bytes in hexadecimal 1207 +**AC2_LIMIT_LOW** : higher limit of the current to be checked / threshold, two bytes in hexadecimal 1196 1196 ))) 1197 1197 |(% style="width:104px" %)**Example**|(% style="width:394px" %)((( 1198 1198 AA 01 **27** **10 3A** **98** 00 00 00 00 ... ... @@ -1199,121 +1199,69 @@ 1199 1199 1200 1200 Triggers an uplink if AC1 current is lower than 10mA or higher than 15mA. Set all values to zero for AC2 limits because we are only checking AC1 limits. 1201 1201 ))) 1202 -|(% style="width:104px" %)Note|(% style="width:394px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1203 1203 1204 1204 ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ==== 1205 1205 1206 1206 Sets the current trigger based on the AV port. See also [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1207 1207 1208 -(% style="color:#037691" %)**AT Command** 1219 +* (% style="color:#037691" %)**AT Command**(%%): (% style="color:blue" %)**AT+AVLIM **(%%)** See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]** 1209 1209 1210 -(% border="2" style="width:500px" %) 1211 -|(% style="width:104px" %)**Command**|(% style="width:387px" %)AT+AVLIM= AV1_LIMIT_LOW>,< AV1_LIMIT_HIGH>,<AV2_LIMIT_LOW>,< AV2_LIMIT_HIGH> 1212 -|(% style="width:104px" %)**Response**|(% style="width:387px" %) 1213 -|(% style="width:104px" %)**Parameters**|(% style="width:387px" %)((( 1214 -**AC1_LIMIT_LOW** : lower limit of the current to be checked 1221 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 00 )** 1215 1215 1216 -**A C1_LIMIT_HIGH**:higherlimitof theurrenttobe checked1223 +(% style="color:blue" %)**0x AA 00 aa bb cc dd ee ff gg hh ** (%%) ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1217 1217 1218 -**AC2_LIMIT_HIGH **: lower limit of the current to be checked 1219 1219 1220 -**AC2_LIMIT_LOW** : higher limit of the current to be checked 1221 -))) 1222 -|(% style="width:104px" %)**Example**|(% style="width:387px" %)((( 1223 -AT+AVLIM=3000,6000,0,2000 1224 - 1225 -Triggers an uplink if AVI1 voltage is lower than 3V or higher than 6V, or if AV2 voltage is higher than 2V 1226 -))) 1227 -|(% style="width:104px" %)**Note**|(% style="width:387px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1228 - 1229 -(% style="color:#037691" %)**Downlink Payload** 1230 - 1231 1231 (% border="2" style="width:500px" %) 1232 -|(% style="width:104px" %)**Payload**|(% style="width:394px" %)<prefix><AV1_LIMIT_LOW>,< AV1_LIMIT_HIGH>,<AV2_LIMIT_LOW>,< AV2_LIMIT_HIGH> 1233 -|(% style="width:104px" %)**Parameters**|(% style="width:394px" %)((( 1234 -**prefix **: AA 00 (hexadecimal) 1227 +|(% style="width:104px" %)Command|(% style="width:387px" %)AT+AVLIM= AV1_LIMIT_LOW>,< AV1_LIMIT_HIGH>,<AV2_LIMIT_LOW>,< AV2_LIMIT_HIGH> 1228 +|(% style="width:104px" %)Response|(% style="width:387px" %) 1229 +|(% style="width:104px" %)Parameters|(% style="width:387px" %)((( 1230 +**AC1_LIMIT_LOW** : lower limit of the current to be checked / threshold, two bytes in hexadecimal 1235 1235 1236 -**A V1_LIMIT_LOW**lower limit of thevoltage to be checked,two bytes in hexadecimal1232 +**AC1_LIMIT_HIGH **: higher limit of the current to be checked / threshold, two bytes in hexadecimal 1237 1237 1238 -**A V1_LIMIT_HIGH **:higher limit of thevoltage to be checked, two bytes in hexadecimal1234 +**AC2_LIMIT_HIGH **: lower limit of the current to be checked / threshold, two bytes in hexadecimal 1239 1239 1240 -**AV2_LIMIT_HIGH **: lower limit of the voltage to be checked, two bytes in hexadecimal 1241 - 1242 -**AV2_LIMIT_LOW** : higher limit of the voltage to be checked, two bytes in hexadecimal 1236 +**AC2_LIMIT_LOW** : higher limit of the current to be checked / threshold, two bytes in hexadecimal 1243 1243 ))) 1244 -|(% style="width:104px" %)**Example**|(% style="width:394px" %)((( 1245 -AA 00 **0B B8 17 70 00 00 07 D0** 1238 +|(% style="width:104px" %)Example|(% style="width:387px" %) 1246 1246 1247 -Triggers an uplink if AVI1 voltage is lower than 3V or higher than 6V, or if AV2 voltage is higher than 2V. 1248 -))) 1249 -|(% style="width:104px" %)**Note**|(% style="width:394px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1250 1250 1241 + 1251 1251 ==== 3.4.2.11 Trigger – Set minimum interval ==== 1252 1252 1253 -Sets theAV and AC trigger minimum interval.Thedevice won't respondtoasecond trigger within this set time after the first trigger.1244 +Sets AV and AC trigger minimum interval. Device won't response to the second trigger within this set time after the first trigger. 1254 1254 1255 -(% style="color:#037691" %)**AT Command** 1246 +* (% style="color:#037691" %)**AT Command**(%%): (% style="color:blue" %)**AT+ATDC=5 ** ~/~/ (%%)Device won't response the second trigger within 5 minute after the first trigger. 1256 1256 1257 -(% border="2" style="width:500px" %) 1258 -|(% style="width:113px" %)**Command**|(% style="width:385px" %)AT+ATDC=<time> 1259 -|(% style="width:113px" %)**Response**|(% style="width:385px" %) 1260 -|(% style="width:113px" %)**Parameters**|(% style="width:385px" %)((( 1261 -**time** : in minutes 1262 -))) 1263 -|(% style="width:113px" %)**Example**|(% style="width:385px" %)((( 1264 -AT+ATDC=5 1248 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAC )** 1265 1265 1266 -The device won't respond to the second trigger within 5 minutes after the first trigger. 1267 -))) 1268 -|(% style="width:113px" %)Note|(% style="width:385px" %)(% style="color:red" %)**The time must be greater than 5 minutes.** 1250 +(% style="color:blue" %)**0x AC aa bb **(%%) ~/~/ same as AT+ATDC=0x(aa bb) . Unit (min) 1269 1269 1270 -(% style="color:#037691" %)**Downlink Payload** 1271 - 1272 -(% border="2" style="width:500px" %) 1273 -|(% style="width:112px" %)**Payload**|(% style="width:386px" %)<prefix><time> 1274 -|(% style="width:112px" %)**Parameters**|(% style="width:386px" %)((( 1275 -**prefix** : AC (hexadecimal) 1276 - 1277 -**time **: in minutes (two bytes in hexadecimal) 1252 +((( 1253 +(% style="color:red" %)**Note: ATDC setting must be more than 5min** 1278 1278 ))) 1279 -|(% style="width:112px" %)**Example**|(% style="width:386px" %)((( 1280 -AC **00 05** 1281 1281 1282 -The device won't respond to the second trigger within 5 minutes after the first trigger. 1283 -))) 1284 -|(% style="width:112px" %)Note|(% style="width:386px" %)(% style="color:red" %)**The time must be greater than 5 minutes.** 1285 1285 1257 + 1286 1286 ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ==== 1287 1287 1288 1288 Controls the digital outputs DO1, DO2, and DO3 1289 1289 1290 -(% style="color:#037691" %)**AT Command** 1262 +* (% style="color:#037691" %)**AT Command** 1291 1291 1292 -There is no AT Command to control theDigital Output.1264 +There is no AT Command to control Digital Output 1293 1293 1294 1294 1295 -(% style="color:#037691" %)**Downlink Payload** 1267 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x02)** 1296 1296 1297 -(% border="2" style="width:500px" %) 1298 -|(% style="width:115px" %)**Payload**|(% style="width:383px" %)<prefix><DO1><DO2><DO3> 1299 -|(% style="width:115px" %)**Parameters**|(% style="width:383px" %)((( 1300 -**prefix** : 02 (hexadecimal) 1269 +(% style="color:blue" %)**0x02 aa bb cc ** (%%)~/~/ Set DO1/DO2/DO3 output 1301 1301 1302 -**DOI** : 01: Low, 00: High, 11: No action (1 byte in hex) 1303 - 1304 -**DO2** : 01: Low, 00: High, 11: No action (1 byte in hex) 1305 - 1306 -**DO3 **: 01: Low, 00: High, 11: No action (1 byte in hex) 1271 +((( 1272 +If payload = 0x02010001, while there is load between V+ and DOx, it means set DO1 to low, DO2 to high and DO3 to low. 1307 1307 ))) 1308 -|(% style="width:115px" %)**Examples**|(% style="width:383px" %)((( 1309 -02 **01 00 01** 1310 1310 1311 -If there is a load between V+ and DOx, it means DO1 is set to low, DO2 is set to high, and DO3 is set to low. 1312 - 1313 -**More examples:** 1314 - 1315 1315 ((( 1316 -01: Low, 00: High, 11: No action 1276 +01: Low, 00: High , 11: No action 1317 1317 1318 1318 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 1319 1319 |(% style="background-color:#4f81bd; color:white" %)**Downlink Code**|(% style="background-color:#4f81bd; color:white" %)**DO1**|(% style="background-color:#4f81bd; color:white" %)**DO2**|(% style="background-color:#4f81bd; color:white" %)**DO3** ... ... @@ -1323,18 +1323,15 @@ 1323 1323 ))) 1324 1324 1325 1325 ((( 1326 -((( 1327 -(% style="color:red" %)**Note: For the LT-22222-L, there is no DO3; the last byte can have any value.** 1286 +(% style="color:red" %)**Note: For LT-22222-L, there is no DO3, the last byte can use any value.** 1328 1328 ))) 1329 1329 1330 1330 ((( 1331 -(% style="color:red" %)** Thedevice will upload a packet if downlink code executes successfully.**1290 +(% style="color:red" %)**Device will upload a packet if downlink code executes successfully.** 1332 1332 ))) 1333 -))) 1334 -))) 1335 1335 1336 -==== ==== 1337 1337 1294 + 1338 1338 ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ==== 1339 1339 1340 1340 ... ... @@ -1359,7 +1359,7 @@ 1359 1359 00: DO pins will change to an inverter state after timeout 1360 1360 1361 1361 1362 -(% style="color:#4f81bd" %)**Third Byte**(%%): Control Method and Port status: 1319 +(% style="color:#4f81bd" %)**Third Byte**(%%): Control Method and Ports status: 1363 1363 1364 1364 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:300px" %) 1365 1365 |(% style="background-color:#4f81bd; color:white" %)**Second Byte**|(% style="background-color:#4f81bd; color:white" %)**Status** ... ... @@ -1367,7 +1367,7 @@ 1367 1367 |0x00|DO1 set to high 1368 1368 |0x11|DO1 NO Action 1369 1369 1370 -(% style="color:#4f81bd" %)**Fourth Byte**(%%): Control Method and Port status: 1327 +(% style="color:#4f81bd" %)**Fourth Byte**(%%): Control Method and Ports status: 1371 1371 1372 1372 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:300px" %) 1373 1373 |(% style="background-color:#4f81bd; color:white" %)**Second Byte**|(% style="background-color:#4f81bd; color:white" %)**Status** ... ... @@ -1375,7 +1375,7 @@ 1375 1375 |0x00|DO2 set to high 1376 1376 |0x11|DO2 NO Action 1377 1377 1378 -(% style="color:#4f81bd" %)**Fifth Byte**(%%): Control Method and Port status: 1335 +(% style="color:#4f81bd" %)**Fifth Byte**(%%): Control Method and Ports status: 1379 1379 1380 1380 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:300px" %) 1381 1381 |(% style="background-color:#4f81bd; color:white" %)**Second Byte**|(% style="background-color:#4f81bd; color:white" %)**Status** ... ... @@ -1383,16 +1383,16 @@ 1383 1383 |0x00|DO3 set to high 1384 1384 |0x11|DO3 NO Action 1385 1385 1386 -(% style="color:#4f81bd" %)**Sixth ,Seventh,Eighth,and Ninth Bytes**:(%%) Latching time(Unit: ms)1343 +(% style="color:#4f81bd" %)**Sixth and Seventh and Eighth and Ninth Byte**:(%%) Latching time. Unit: ms 1387 1387 1388 1388 1389 1389 (% style="color:red" %)**Note: ** 1390 1390 1391 - Since firmware v1.6.0, the latch time support 4 bytes and 2 bytes1348 + Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes 1392 1392 1393 - Before firmware v1.6.0,the latch time only supported2 bytes.1350 + Before Firmwre v1.6.0 the latch time only suport 2 bytes. 1394 1394 1395 -(% style="color:red" %)**Device will upload a packet if thedownlink code executes successfully.**1352 +(% style="color:red" %)**Device will upload a packet if downlink code executes successfully.** 1396 1396 1397 1397 1398 1398 **Example payload:** ... ... @@ -1399,21 +1399,22 @@ 1399 1399 1400 1400 **~1. A9 01 01 01 01 07 D0** 1401 1401 1402 -DO1 pin ,DO2 pin,andDO3 pin will be set tolow, lastfor2 seconds,andthenreverttotheiroriginal state.1359 +DO1 pin & DO2 pin & DO3 pin will be set to Low, last 2 seconds, then change back to original state. 1403 1403 1404 1404 **2. A9 01 00 01 11 07 D0** 1405 1405 1406 -DO1 pin issettohigh, DO2 pinissettolow,andDO3 pintakesno action.Thislastsfor2 secondsandthenrevertstotheoriginal state.1363 +DO1 pin set high, DO2 pin set low, DO3 pin no action, last 2 seconds, then change back to original state. 1407 1407 1408 1408 **3. A9 00 00 00 00 07 D0** 1409 1409 1410 -DO1 pin ,DO2 pin,andDO3 pin will be set to high, lastfor2 seconds,andthenallchange to low.1367 +DO1 pin & DO2 pin & DO3 pin will be set to high, last 2 seconds, then both change to low. 1411 1411 1412 1412 **4. A9 00 11 01 00 07 D0** 1413 1413 1414 -DO1 pin takesno action, DO2 pinissettolow,andDO3 pinissettohigh.Thislastsfor2 seconds,afterwhichDO1 pintakesno action, DO2 pinissettohigh,andDO3 pinissettolow.1371 +DO1 pin no action, DO2 pin set low, DO3 pin set high, last 2 seconds, then DO1 pin no action, DO2 pin set high, DO3 pin set low 1415 1415 1416 1416 1374 + 1417 1417 ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ==== 1418 1418 1419 1419 ... ... @@ -1428,11 +1428,11 @@ 1428 1428 1429 1429 1430 1430 ((( 1431 -If payload is0x030100, it means settingRO1 to close and RO2 to open.1389 +If payload = 0x030100, it means set RO1 to close and RO2 to open. 1432 1432 ))) 1433 1433 1434 1434 ((( 1435 -00: Close , 01: Open , 11: No action 1393 +00: Closed , 01: Open , 11: No action 1436 1436 1437 1437 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:320px" %) 1438 1438 |(% style="background-color:#4f81bd; color:white" %)**Downlink Code**|(% style="background-color:#4f81bd; color:white" %)**RO1**|(% style="background-color:#4f81bd; color:white" %)**RO2** ... ... @@ -1449,9 +1449,9 @@ 1449 1449 (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.** 1450 1450 1451 1451 1410 + 1452 1452 ==== 3.4.2.15 Relay ~-~- Control Relay Output RO1/RO2 with time control ==== 1453 1453 1454 -Controls the relay output time. 1455 1455 1456 1456 * (% style="color:#037691" %)**AT Command:** 1457 1457 ... ... @@ -1463,15 +1463,15 @@ 1463 1463 (% style="color:blue" %)**0x05 aa bb cc dd ** (%%)~/~/ Set RO1/RO2 relay with time control 1464 1464 1465 1465 1466 -This is to control the relay output time. I t includesfour bytes:1424 +This is to control the relay output time of relay. Include four bytes: 1467 1467 1468 1468 (% style="color:#4f81bd" %)**First Byte **(%%)**:** Type code (0x05) 1469 1469 1470 1470 (% style="color:#4f81bd" %)**Second Byte(aa)**(%%): Inverter Mode 1471 1471 1472 -01: Relays will change back to theiroriginal state after timeout.1430 +01: Relays will change back to original state after timeout. 1473 1473 1474 -00: Relays will change to theinverter state after timeout.1432 +00: Relays will change to an inverter state after timeout 1475 1475 1476 1476 1477 1477 (% style="color:#4f81bd" %)**Third Byte(bb)**(%%): Control Method and Ports status: ... ... @@ -1484,12 +1484,12 @@ 1484 1484 1485 1485 (% style="color:red" %)**Note:** 1486 1486 1487 - Since firmware v1.6.0, the latch time supportsboth4 bytes and 2 bytes.1445 + Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes 1488 1488 1489 - Before firmware v1.6.0,the latch time only supported2 bytes.1447 + Before Firmwre v1.6.0 the latch time only suport 2 bytes. 1490 1490 1491 1491 1492 -(% style="color:red" %)**Device will upload a packet if thedownlink code executes successfully.**1450 +(% style="color:red" %)**Device will upload a packet if downlink code executes successfully.** 1493 1493 1494 1494 1495 1495 **Example payload:** ... ... @@ -1496,19 +1496,19 @@ 1496 1496 1497 1497 **~1. 05 01 11 07 D0** 1498 1498 1499 -Relay1 and Relay2 will be set to NC, last ing2 seconds, thenreverttotheiroriginal state1457 +Relay1 and Relay 2 will be set to NC , last 2 seconds, then change back to original state. 1500 1500 1501 1501 **2. 05 01 10 07 D0** 1502 1502 1503 -Relay1 will change to NC, Relay2 will change to NO, last ing2 seconds, then bothwill reverttotheiroriginal state.1461 +Relay1 will change to NC, Relay2 will change to NO, last 2 seconds, then both change back to original state. 1504 1504 1505 1505 **3. 05 00 01 07 D0** 1506 1506 1507 -Relay1 will change to NO, Relay2 will change to NC, last ing2 seconds, thenRelay1willchange to NC,andRelay2willchange to NO.1465 +Relay1 will change to NO, Relay2 will change to NC, last 2 seconds, then relay change to NC,Relay2 change to NO. 1508 1508 1509 1509 **4. 05 00 00 07 D0** 1510 1510 1511 -Relay1 andRelay2 will change to NO, lasting2 seconds, then bothwillchange to NC.1469 +Relay 1 & relay2 will change to NO, last 2 seconds, then both change to NC. 1512 1512 1513 1513 1514 1514 ... ... @@ -1515,7 +1515,7 @@ 1515 1515 ==== 3.4.2.16 Counting ~-~- Voltage threshold counting ==== 1516 1516 1517 1517 1518 -When thevoltage exceedsthe threshold, counting begins. For details,see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]1476 +When voltage exceed the threshold, count. Feature see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]] 1519 1519 1520 1520 * (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+VOLMAX ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]] 1521 1521 ... ... @@ -1524,76 +1524,15 @@ 1524 1524 (% style="color:blue" %)**0xA5 aa bb cc ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc 1525 1525 1526 1526 1527 -(% style="color:#037691" %)**AT Command** 1528 1528 1529 -(% border="2" style="width:500px" %) 1530 -|(% style="width:137px" %)**Command**|(% style="width:361px" %)AT+VOLMAX=<voltage><logic> 1531 -|(% style="width:137px" %)**Response**|(% style="width:361px" %) 1532 -|(% style="width:137px" %)**Parameters**|(% style="width:361px" %)((( 1533 -**voltage** : voltage threshold in mV 1534 - 1535 -**logic**: 1536 - 1537 -0 : lower than 1538 - 1539 -1: higher than 1540 - 1541 -if you leave logic parameter blank, it is considered 0 1542 -))) 1543 -|(% style="width:137px" %)**Examples**|(% style="width:361px" %)((( 1544 -AT+VOLMAX=20000 1545 - 1546 -If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1 1547 - 1548 -AT+VOLMAX=20000,0 1549 - 1550 -If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1 1551 - 1552 -AT+VOLMAX=20000,1 1553 - 1554 -If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1 1555 -))) 1556 - 1557 -(% style="color:#037691" %)**Downlink Payload** 1558 - 1559 -(% border="2" style="width:500px" %) 1560 -|(% style="width:140px" %)**Payload**|(% style="width:358px" %)<prefix><voltage><logic> 1561 -|(% style="width:140px" %)**Parameters**|(% style="width:358px" %)((( 1562 -**prefix** : A5 (hex) 1563 - 1564 -**voltage** : voltage threshold in mV (2 bytes in hex) 1565 - 1566 -**logic**: (1 byte in hexadecimal) 1567 - 1568 -0 : lower than 1569 - 1570 -1: higher than 1571 - 1572 -if you leave logic parameter blank, it is considered 1 (higher than) 1573 -))) 1574 -|(% style="width:140px" %)**Example**|(% style="width:358px" %)((( 1575 -A5 **4E 20** 1576 - 1577 -If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1 1578 - 1579 -A5 **4E 20 00** 1580 - 1581 -If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1 1582 - 1583 -A5 **4E 20 01** 1584 - 1585 -If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1 1586 -))) 1587 - 1588 1588 ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ==== 1589 1589 1590 -This feature allows users to pre-configure specific count numbers for various counting parameters such as Count1, Count2, or AVI1 Count. Use the AT command to set the desired count number for each configuration. 1591 1591 1592 1592 * (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+SETCNT=aa,(bb cc dd ee) ** 1593 1593 1594 1594 (% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count 1595 1595 1596 -(% style="color:red" %)**bb cc dd ee: **(%%) Thenumber to be set1493 +(% style="color:red" %)**bb cc dd ee: **(%%)number to be set 1597 1597 1598 1598 1599 1599 * (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):** ... ... @@ -1601,55 +1601,12 @@ 1601 1601 (% style="color:blue" %)**0x A8 aa bb cc dd ee ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee) 1602 1602 1603 1603 1604 -(% style="color:#037691" %)**AT Command** 1605 1605 1606 -(% border="2" style="width:500px" %) 1607 -|(% style="width:134px" %)**Command**|(% style="width:364px" %)AT+SETCNT=<counting_parameter><number> 1608 -|(% style="width:134px" %)**Response**|(% style="width:364px" %) 1609 -|(% style="width:134px" %)**Parameters**|(% style="width:364px" %)((( 1610 -**counting_parameter** : 1611 - 1612 -1: COUNT1 1613 - 1614 -2: COUNT2 1615 - 1616 -3: AVI1 Count 1617 - 1618 -**number** : Start number 1619 -))) 1620 -|(% style="width:134px" %)**Example**|(% style="width:364px" %)((( 1621 -AT+SETCNT=1,10 1622 - 1623 -Sets the COUNT1 to 10. 1624 -))) 1625 - 1626 -(% style="color:#037691" %)**Downlink Payload** 1627 - 1628 -(% border="2" style="width:500px" %) 1629 -|(% style="width:135px" %)**Payload**|(% style="width:363px" %)<prefix><counting_parameter><number> 1630 -|(% style="width:135px" %)**Parameters**|(% style="width:363px" %)((( 1631 -prefix : A8 (hex) 1632 - 1633 -**counting_parameter** : (1 byte in hexadecimal) 1634 - 1635 -1: COUNT1 1636 - 1637 -2: COUNT2 1638 - 1639 -3: AVI1 Count 1640 - 1641 -**number** : Start number, 4 bytes in hexadecimal 1642 -))) 1643 -|(% style="width:135px" %)**Example**|(% style="width:363px" %)((( 1644 -A8 **01 00 00 00 0A** 1645 - 1646 -Sets the COUNT1 to 10. 1647 -))) 1648 - 1649 1649 ==== 3.4.2.18 Counting ~-~- Clear Counting ==== 1650 1650 1651 -This feature clears the counting in counting mode. 1652 1652 1505 +Clear counting for counting mode 1506 + 1653 1653 * (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+CLRCOUNT **(%%) ~/~/ clear all counting 1654 1654 1655 1655 * (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):** ... ... @@ -1656,30 +1656,14 @@ 1656 1656 1657 1657 (% style="color:blue" %)**0x A6 01 ** (%%)~/~/ clear all counting 1658 1658 1659 -(% style="color:#037691" %)**AT Command** 1660 1660 1661 -(% border="2" style="width:500px" %) 1662 -|(% style="width:142px" %)**Command**|(% style="width:356px" %)AT+CLRCOUNT 1663 -|(% style="width:142px" %)**Response**|(% style="width:356px" %)- 1664 1664 1665 -(% style="color:#037691" %)**Downlink Payload** 1666 - 1667 -(% border="2" style="width:500px" %) 1668 -|(% style="width:141px" %)**Payload**|(% style="width:357px" %)<prefix><clear?> 1669 -|(% style="width:141px" %)**Parameters**|(% style="width:357px" %)((( 1670 -prefix : A6 (hex) 1671 - 1672 -clear? : 01 (hex) 1673 -))) 1674 -|(% style="width:141px" %)**Example**|(% style="width:357px" %)A6 **01** 1675 - 1676 1676 ==== 3.4.2.19 Counting ~-~- Change counting mode to save time ==== 1677 1677 1678 -This feature allows you to configure the device to save its counting result to internal flash memory at specified intervals. By setting a save time, the device will periodically store the counting data to prevent loss in case of power failure. The save interval can be adjusted to suit your requirements, with a minimum value of 30 seconds. 1679 1679 1680 1680 * (% style="color:#037691" %)**AT Command:** 1681 1681 1682 -(% style="color:blue" %)**AT+COUTIME=60 **(%%)~/~/ sthesave time to 60 seconds.Thedevice will save the counting result in internal flash every 60 seconds. (Min value: 30seconds)1520 +(% style="color:blue" %)**AT+COUTIME=60 **(%%)~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30) 1683 1683 1684 1684 1685 1685 * (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):** ... ... @@ -1687,7 +1687,7 @@ 1687 1687 (% style="color:blue" %)**0x A7 aa bb cc ** (%%)~/~/ same as AT+COUTIME =aa bb cc, 1688 1688 1689 1689 ((( 1690 - Range: aa bb cc:0 to 16777215, (unit:s)1528 +range: aa bb cc:0 to 16777215, (unit:second) 1691 1691 ))) 1692 1692 1693 1693 ... ... @@ -1694,13 +1694,12 @@ 1694 1694 1695 1695 ==== 3.4.2.20 Reset save RO DO state ==== 1696 1696 1697 -This feature allows you to reset the saved relay output (RO) and digital output (DO) states when the device joins the network. By configuring this setting, you can control whether the device should retain or reset the relay states after a reset and rejoin to the network. 1698 1698 1699 1699 * (% style="color:#037691" %)**AT Command:** 1700 1700 1701 1701 (% style="color:blue" %)**AT+RODORESET=1 **(%%)~/~/ RODO will close when the device joining the network. (default) 1702 1702 1703 -(% style="color:blue" %)**AT+RODORESET=0 **(%%)~/~/ After the device is reset, the previously saved RODO state (only MOD2 to MOD5) is read, and its state willnot change when thedevicereconnectsto the network.1540 +(% style="color:blue" %)**AT+RODORESET=0 **(%%)~/~/ After the device is reset, the previously saved RODO state (only MOD2 to MOD5) is read, and its state is not changed when it is reconnected to the network. 1704 1704 1705 1705 1706 1706 * (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):** ... ... @@ -1711,7 +1711,6 @@ 1711 1711 1712 1712 ==== 3.4.2.21 Encrypted payload ==== 1713 1713 1714 -This feature allows you to configure whether the device should upload data in an encrypted format or in plaintext. By default, the device encrypts the payload before uploading. You can toggle this setting to either upload encrypted data or transmit it without encryption. 1715 1715 1716 1716 * (% style="color:#037691" %)**AT Command:** 1717 1717 ... ... @@ -1726,9 +1726,9 @@ 1726 1726 1727 1727 * (% style="color:#037691" %)**AT Command:** 1728 1728 1729 -(% style="color:blue" %)**AT+GETSENSORVALUE=0 **(%%)~/~/ The serial port retrieves the reading of the current sensor.1565 +(% style="color:blue" %)**AT+GETSENSORVALUE=0 **(%%)~/~/ The serial port gets the reading of the current sensor 1730 1730 1731 -(% style="color:blue" %)**AT+GETSENSORVALUE=1 **(%%)~/~/ The serial port retrieves the current sensor reading and uploads it.1567 +(% style="color:blue" %)**AT+GETSENSORVALUE=1 **(%%)~/~/ The serial port gets the current sensor reading and uploads it. 1732 1732 1733 1733 1734 1734 ... ... @@ -1918,7 +1918,7 @@ 1918 1918 1919 1919 == 3.6 Interface Details == 1920 1920 1921 -=== 3.6.1 Digital Input Ports: DI1/DI2/DI3 (For LT-33222-L, Low Active) === 1757 +=== 3.6.1 Digital Input Ports: DI1/DI2/DI3 (For LT-33222-L, Low Active ) === 1922 1922 1923 1923 1924 1924 Supports NPN-type sensors.