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
-
... ... @@ -977,7 +977,7 @@ 977 977 (% border="2" style="width:500px" %) 978 978 |(% style="width:97px" %)**Payload**|(% style="width:401px" %)<prefix><enable/disable trigger_mode> 979 979 |(% style="width:97px" %)**Parameters**|(% style="width:401px" %)((( 980 -**prefix** : 0x0A 06 980 +**prefix** : 0x0A 06 (two bytes in hexadecimal) 981 981 982 982 **working mode** : enable (1) or disable (0), represented by 1 byte in hexadecimal. 983 983 ))) ... ... @@ -999,7 +999,7 @@ 999 999 1000 1000 (% border="2" style="width:500px" %) 1001 1001 |(% style="width:95px" %)**Payload**|(% style="width:403px" %)<prefix> 1002 -|(% style="width:95px" %)**Parameters**|(% style="width:403px" %)**prefix **: AB 06 1002 +|(% style="width:95px" %)**Parameters**|(% style="width:403px" %)**prefix **: AB 06 (two bytes in hexadecimal) 1003 1003 |(% style="width:95px" %)**Example**|(% style="width:403px" %)((( 1004 1004 AB 06 1005 1005 ... ... @@ -1040,7 +1040,7 @@ 1040 1040 (% border="2" style="width:500px" %) 1041 1041 |(% style="width:101px" %)**Payload**|(% style="width:397px" %)<prefix><DI1_trigger><DI2_trigger> 1042 1042 |(% style="width:101px" %)**Parameters**|(% style="width:397px" %)((( 1043 -**prefix :** AA 02 1043 +**prefix :** AA 02 (two bytes in hexadecimal) 1044 1044 1045 1045 **DI1_trigger:** 1046 1046 ... ... @@ -1064,20 +1064,7 @@ 1064 1064 1065 1065 Sets DI1 or DI3 (for LT-33222-L) as a trigger. 1066 1066 1067 -* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+TRIG1=a,b** 1068 1068 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 - 1081 1081 (% style="color:#037691" %)**AT Command** 1082 1082 1083 1083 (% border="2" style="width:500px" %) ... ... @@ -1100,7 +1100,7 @@ 1100 1100 (% border="2" style="width:500px" %) 1101 1101 |(% style="width:101px" %)**Payload**|(% style="width:397px" %)<prefix><interrupt_mode><minimum_signal_duration> 1102 1102 |(% style="width:101px" %)**Parameters**|(% style="width:397px" %)((( 1103 -**prefix** : 09 01 1090 +**prefix** : 09 01 (hexadecimal) 1104 1104 1105 1105 **interrupt_mode** : 0: falling edge; 1: rising edge, 2: falling and raising edge (for MOD=1), represented by 1 byte in hexadecimal. 1106 1106 ... ... @@ -1116,20 +1116,7 @@ 1116 1116 1117 1117 Sets DI2 as a trigger. 1118 1118 1119 -* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+TRIG2=a,b** 1120 1120 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 - 1133 1133 (% style="color:#037691" %)**AT Command** 1134 1134 1135 1135 (% border="2" style="width:500px" %) ... ... @@ -1151,7 +1151,7 @@ 1151 1151 (% border="2" style="width:500px" %) 1152 1152 |(% style="width:96px" %)**Payload**|(% style="width:402px" %)<prefix><interrupt_mode><minimum_signal_duration> 1153 1153 |(% style="width:96px" %)**Parameters**|(% style="width:402px" %)((( 1154 -**prefix** : 09 02 1128 +**prefix** : 09 02 (hexadecimal) 1155 1155 1156 1156 **interrupt_mode **: 0: falling edge; 1: rising edge, 2: falling and raising edge (for MOD=1), represented by 1 byte in hexadecimal. 1157 1157 ... ... @@ -1159,16 +1159,13 @@ 1159 1159 ))) 1160 1160 |(% style="width:96px" %)**Example**|(% style="width:402px" %)09 02 **00 00 64** 1161 1161 1136 +(% class="wikigeneratedid" %) 1137 +==== ==== 1138 + 1162 1162 ==== 3.4.2.9 Trigger – Set AC (current) as a trigger ==== 1163 1163 1164 1164 Sets the current trigger based on the AC port. See also [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1165 1165 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 - 1172 1172 (% style="color:#037691" %)**AT Command** 1173 1173 1174 1174 (% border="2" style="width:500px" %) ... ... @@ -1177,13 +1177,13 @@ 1177 1177 ))) 1178 1178 |(% style="width:104px" %)**Response**|(% style="width:394px" %) 1179 1179 |(% style="width:104px" %)**Parameters**|(% style="width:394px" %)((( 1180 -**AC1_LIMIT_LOW** : lower limit of the current to be checked / threshold1151 +**AC1_LIMIT_LOW** : lower limit of the current to be checked 1181 1181 1182 -**AC1_LIMIT_HIGH **: higher limit of the current to be checked / threshold1153 +**AC1_LIMIT_HIGH **: higher limit of the current to be checked 1183 1183 1184 -**AC2_LIMIT_HIGH **: lower limit of the current to be checked / threshold1155 +**AC2_LIMIT_HIGH **: lower limit of the current to be checked 1185 1185 1186 -**AC2_LIMIT_LOW** : higher limit of the current to be checked / threshold1157 +**AC2_LIMIT_LOW** : higher limit of the current to be checked 1187 1187 ))) 1188 1188 |(% style="width:104px" %)**Example**|(% style="width:394px" %)((( 1189 1189 AT+ACLIM=10000,15000,0,0 ... ... @@ -1190,6 +1190,7 @@ 1190 1190 1191 1191 Triggers an uplink if AC1 current is lower than 10mA or higher than 15mA 1192 1192 ))) 1164 +|(% style="width:104px" %)Note|(% style="width:394px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1193 1193 1194 1194 (% style="color:#037691" %)**Downlink Payload** 1195 1195 ... ... @@ -1196,15 +1196,15 @@ 1196 1196 (% border="2" style="width:500px" %) 1197 1197 |(% style="width:104px" %)**Payload**|(% style="width:394px" %)<prefix><AC1_LIMIT_LOW>,< AC1_LIMIT_HIGH>,<AC2_LIMIT_LOW>,< AC2_LIMIT_HIGH> 1198 1198 |(% style="width:104px" %)**Parameters**|(% style="width:394px" %)((( 1199 -**prefix **: AA 01 - two bytes inhexadecimal1171 +**prefix **: AA 01 (hexadecimal) 1200 1200 1201 -**AC1_LIMIT_LOW** : lower limit of the current to be checked / threshold, two bytes in hexadecimal1173 +**AC1_LIMIT_LOW** : lower limit of the current to be checked, two bytes in hexadecimal 1202 1202 1203 -**AC1_LIMIT_HIGH **: higher limit of the current to be checked / threshold, two bytes in hexadecimal1175 +**AC1_LIMIT_HIGH **: higher limit of the current to be checked, two bytes in hexadecimal 1204 1204 1205 -**AC2_LIMIT_HIGH **: lower limit of the current to be checked / threshold, two bytes in hexadecimal1177 +**AC2_LIMIT_HIGH **: lower limit of the current to be checked, two bytes in hexadecimal 1206 1206 1207 -**AC2_LIMIT_LOW** : higher limit of the current to be checked / threshold, two bytes in hexadecimal1179 +**AC2_LIMIT_LOW** : higher limit of the current to be checked, two bytes in hexadecimal 1208 1208 ))) 1209 1209 |(% style="width:104px" %)**Example**|(% style="width:394px" %)((( 1210 1210 AA 01 **27** **10 3A** **98** 00 00 00 00 ... ... @@ -1211,48 +1211,91 @@ 1211 1211 1212 1212 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. 1213 1213 ))) 1186 +|(% style="width:104px" %)Note|(% style="width:394px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1214 1214 1215 1215 ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ==== 1216 1216 1217 1217 Sets the current trigger based on the AV port. See also [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1218 1218 1219 - *(% style="color:#037691" %)**AT Command**(%%): (% style="color:blue" %)**AT+AVLIM **(%%)** See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**1192 +(% style="color:#037691" %)**AT Command** 1220 1220 1221 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 00 )** 1194 +(% border="2" style="width:500px" %) 1195 +|(% style="width:104px" %)**Command**|(% style="width:387px" %)AT+AVLIM= AV1_LIMIT_LOW>,< AV1_LIMIT_HIGH>,<AV2_LIMIT_LOW>,< AV2_LIMIT_HIGH> 1196 +|(% style="width:104px" %)**Response**|(% style="width:387px" %) 1197 +|(% style="width:104px" %)**Parameters**|(% style="width:387px" %)((( 1198 +**AC1_LIMIT_LOW** : lower limit of the current to be checked 1222 1222 1223 - (% style="color:blue" %)**0xAA 00 aa bb cc dd ee ff gg hh ** (%%) ~/~/ same as AT+AVLIMSee[[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]1200 +**AC1_LIMIT_HIGH **: higher limit of the current to be checked 1224 1224 1202 +**AC2_LIMIT_HIGH **: lower limit of the current to be checked 1225 1225 1204 +**AC2_LIMIT_LOW** : higher limit of the current to be checked 1205 +))) 1206 +|(% style="width:104px" %)**Example**|(% style="width:387px" %)((( 1207 +AT+AVLIM=3000,6000,0,2000 1208 + 1209 +Triggers an uplink if AVI1 voltage is lower than 3V or higher than 6V, or if AV2 voltage is higher than 2V 1210 +))) 1211 +|(% style="width:104px" %)**Note**|(% style="width:387px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1212 + 1213 + 1214 +(% style="color:#037691" %)**Downlink Payload** 1215 + 1226 1226 (% border="2" style="width:500px" %) 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 1217 +|(% style="width:104px" %)**Payload**|(% style="width:394px" %)<prefix><AV1_LIMIT_LOW>,< AV1_LIMIT_HIGH>,<AV2_LIMIT_LOW>,< AV2_LIMIT_HIGH> 1218 +|(% style="width:104px" %)**Parameters**|(% style="width:394px" %)((( 1219 +**prefix **: AA 00 (hexadecimal) 1231 1231 1232 -**A C1_LIMIT_HIGH**:higher limit of thecurrent to be checked/threshold, two bytes in hexadecimal1221 +**AV1_LIMIT_LOW** : lower limit of the voltage to be checked, two bytes in hexadecimal 1233 1233 1234 -**A C2_LIMIT_HIGH **:lower limit of thecurrent to be checked/ threshold, two bytes in hexadecimal1223 +**AV1_LIMIT_HIGH **: higher limit of the voltage to be checked, two bytes in hexadecimal 1235 1235 1236 -**AC2_LIMIT_LOW** : higher limit of the current to be checked / threshold, two bytes in hexadecimal 1225 +**AV2_LIMIT_HIGH **: lower limit of the voltage to be checked, two bytes in hexadecimal 1226 + 1227 +**AV2_LIMIT_LOW** : higher limit of the voltage to be checked, two bytes in hexadecimal 1237 1237 ))) 1238 -|(% style="width:104px" %)Example|(% style="width:387px" %) 1229 +|(% style="width:104px" %)**Example**|(% style="width:394px" %)((( 1230 +AA 00 **0B B8 17 70 00 00 07 D0** 1239 1239 1232 +Triggers an uplink if AVI1 voltage is lower than 3V or higher than 6V, or if AV2 voltage is higher than 2V. 1233 +))) 1234 +|(% style="width:104px" %)**Note**|(% style="width:394px" %)See also, [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] 1240 1240 1241 1241 1242 1242 ==== 3.4.2.11 Trigger – Set minimum interval ==== 1243 1243 1244 -Sets AV and AC trigger minimum interval. Device won't responsetothesecond trigger within this set time after the first trigger.1239 +Sets the AV and AC trigger minimum interval. The device won't respond to a second trigger within this set time after the first trigger. 1245 1245 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.1241 +(% style="color:#037691" %)**AT Command** 1247 1247 1248 -* (% style="color:#037691" %)**Downlink Payload (prefix 0xAC )** 1243 +(% border="2" style="width:500px" %) 1244 +|(% style="width:113px" %)**Command**|(% style="width:385px" %)AT+ATDC=<time> 1245 +|(% style="width:113px" %)**Response**|(% style="width:385px" %) 1246 +|(% style="width:113px" %)**Parameters**|(% style="width:385px" %)((( 1247 +**time** : in minutes 1248 +))) 1249 +|(% style="width:113px" %)**Example**|(% style="width:385px" %)((( 1250 +AT+ATDC=5 1249 1249 1250 -(% style="color:blue" %)**0x AC aa bb **(%%) ~/~/ same as AT+ATDC=0x(aa bb) . Unit (min) 1252 +The device won't respond to the second trigger within 5 minutes after the first trigger. 1253 +))) 1254 +|(% style="width:113px" %)Note|(% style="width:385px" %)(% style="color:red" %)**The time must be greater than 5 minutes.** 1251 1251 1252 -((( 1253 -(% style="color:red" %)**Note: ATDC setting must be more than 5min** 1256 +(% style="color:#037691" %)**Downlink Payload** 1257 + 1258 +(% border="2" style="width:500px" %) 1259 +|(% style="width:112px" %)**Payload**|(% style="width:386px" %)<prefix><time> 1260 +|(% style="width:112px" %)**Parameters**|(% style="width:386px" %)((( 1261 +**prefix** : AC (hexadecimal) 1262 + 1263 +**time **: in minutes (two bytes in hexadecimal) 1254 1254 ))) 1265 +|(% style="width:112px" %)**Example**|(% style="width:386px" %)((( 1266 +AC **00 05** 1255 1255 1268 +The device won't respond to the second trigger within 5 minutes after the first trigger. 1269 +))) 1270 +|(% style="width:112px" %)Note|(% style="width:386px" %)(% style="color:red" %)**The time must be greater than 5 minutes.** 1256 1256 1257 1257 1258 1258 ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ==== ... ... @@ -1259,21 +1259,33 @@ 1259 1259 1260 1260 Controls the digital outputs DO1, DO2, and DO3 1261 1261 1262 - *(% style="color:#037691" %)**AT Command**1277 +(% style="color:#037691" %)**AT Command** 1263 1263 1264 -There is no AT Command to control Digital Output 1279 +There is no AT Command to control the Digital Output. 1265 1265 1266 1266 1267 - *(% style="color:#037691" %)**Downlink Payload(prefix 0x02)**1282 +(% style="color:#037691" %)**Downlink Payload** 1268 1268 1269 -(% style="color:blue" %)**0x02 aa bb cc ** (%%)~/~/ Set DO1/DO2/DO3 output 1284 +(% border="2" style="width:500px" %) 1285 +|(% style="width:115px" %)**Payload**|(% style="width:383px" %)<prefix><DO1><DO2><DO3> 1286 +|(% style="width:115px" %)**Parameters**|(% style="width:383px" %)((( 1287 +**prefix** : 02 (hexadecimal) 1270 1270 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. 1289 +**DOI** : 01: Low, 00: High, 11: No action (1 byte in hex) 1290 + 1291 +**DO2** : 01: Low, 00: High, 11: No action (1 byte in hex) 1292 + 1293 +**DO3 **: 01: Low, 00: High, 11: No action (1 byte in hex) 1273 1273 ))) 1295 +|(% style="width:115px" %)**Examples**|(% style="width:383px" %)((( 1296 +02 **01 00 01** 1274 1274 1298 +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. 1299 + 1300 +**More examples:** 1301 + 1275 1275 ((( 1276 -01: Low, 00: High 1303 +01: Low, 00: High, 11: No action 1277 1277 1278 1278 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 1279 1279 |(% 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** ... ... @@ -1283,15 +1283,19 @@ 1283 1283 ))) 1284 1284 1285 1285 ((( 1286 -(% style="color:red" %)**Note: For LT-22222-L, there is no DO3, the last byte can use any value.** 1313 +((( 1314 +(% style="color:red" %)**Note: For the LT-22222-L, there is no DO3; the last byte can have any value.** 1287 1287 ))) 1288 1288 1289 1289 ((( 1290 -(% style="color:red" %)** Device will upload a packet if downlink code executes successfully.**1318 +(% style="color:red" %)**The device will upload a packet if downlink code executes successfully.** 1291 1291 ))) 1320 +))) 1321 +))) 1292 1292 1323 +(% class="wikigeneratedid" %) 1324 +==== ==== 1293 1293 1294 - 1295 1295 ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ==== 1296 1296 1297 1297 ... ... @@ -1316,7 +1316,7 @@ 1316 1316 00: DO pins will change to an inverter state after timeout 1317 1317 1318 1318 1319 -(% style="color:#4f81bd" %)**Third Byte**(%%): Control Method and Port sstatus:1350 +(% style="color:#4f81bd" %)**Third Byte**(%%): Control Method and Port status: 1320 1320 1321 1321 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:300px" %) 1322 1322 |(% style="background-color:#4f81bd; color:white" %)**Second Byte**|(% style="background-color:#4f81bd; color:white" %)**Status** ... ... @@ -1324,7 +1324,7 @@ 1324 1324 |0x00|DO1 set to high 1325 1325 |0x11|DO1 NO Action 1326 1326 1327 -(% style="color:#4f81bd" %)**Fourth Byte**(%%): Control Method and Port sstatus:1358 +(% style="color:#4f81bd" %)**Fourth Byte**(%%): Control Method and Port status: 1328 1328 1329 1329 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:300px" %) 1330 1330 |(% style="background-color:#4f81bd; color:white" %)**Second Byte**|(% style="background-color:#4f81bd; color:white" %)**Status** ... ... @@ -1332,7 +1332,7 @@ 1332 1332 |0x00|DO2 set to high 1333 1333 |0x11|DO2 NO Action 1334 1334 1335 -(% style="color:#4f81bd" %)**Fifth Byte**(%%): Control Method and Port sstatus:1366 +(% style="color:#4f81bd" %)**Fifth Byte**(%%): Control Method and Port status: 1336 1336 1337 1337 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:300px" %) 1338 1338 |(% style="background-color:#4f81bd; color:white" %)**Second Byte**|(% style="background-color:#4f81bd; color:white" %)**Status** ... ... @@ -1340,16 +1340,16 @@ 1340 1340 |0x00|DO3 set to high 1341 1341 |0x11|DO3 NO Action 1342 1342 1343 -(% style="color:#4f81bd" %)**Sixth andSeventhandEighth and Ninth Byte**:(%%) Latching time.Unit: ms1374 +(% style="color:#4f81bd" %)**Sixth, Seventh, Eighth, and Ninth Bytes**:(%%) Latching time (Unit: ms) 1344 1344 1345 1345 1346 1346 (% style="color:red" %)**Note: ** 1347 1347 1348 - Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes1379 + Since firmware v1.6.0, the latch time support 4 bytes and 2 bytes 1349 1349 1350 - Before Firmwre v1.6.0 the latch time only suport 2 bytes.1381 + Before firmware v1.6.0, the latch time only supported 2 bytes. 1351 1351 1352 -(% style="color:red" %)**Device will upload a packet if downlink code executes successfully.** 1383 +(% style="color:red" %)**Device will upload a packet if the downlink code executes successfully.** 1353 1353 1354 1354 1355 1355 **Example payload:** ... ... @@ -1356,22 +1356,21 @@ 1356 1356 1357 1357 **~1. A9 01 01 01 01 07 D0** 1358 1358 1359 -DO1 pin &DO2 pin&DO3 pin will be set toLow, last 2 seconds, thenchangebackto original state.1390 +DO1 pin, DO2 pin, and DO3 pin will be set to low, last for 2 seconds, and then revert to their original state. 1360 1360 1361 1361 **2. A9 01 00 01 11 07 D0** 1362 1362 1363 -DO1 pin set high, DO2 pin set low, DO3 pin no action ,last 2 seconds,thenchangebackto original state.1394 +DO1 pin is set to high, DO2 pin is set to low, and DO3 pin takes no action. This lasts for 2 seconds and then reverts to the original state. 1364 1364 1365 1365 **3. A9 00 00 00 00 07 D0** 1366 1366 1367 -DO1 pin &DO2 pin&DO3 pin will be set to high, last 2 seconds, thenbothchange to low.1398 +DO1 pin, DO2 pin, and DO3 pin will be set to high, last for 2 seconds, and then all change to low. 1368 1368 1369 1369 **4. A9 00 11 01 00 07 D0** 1370 1370 1371 -DO1 pin no action, DO2 pin set low, DO3 pin set high ,last 2 seconds, thenDO1 pin no action, DO2 pin set high, DO3 pin set low1402 +DO1 pin takes no action, DO2 pin is set to low, and DO3 pin is set to high. This lasts for 2 seconds, after which DO1 pin takes no action, DO2 pin is set to high, and DO3 pin is set to low. 1372 1372 1373 1373 1374 - 1375 1375 ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ==== 1376 1376 1377 1377 ... ... @@ -1386,11 +1386,11 @@ 1386 1386 1387 1387 1388 1388 ((( 1389 -If payload =0x030100, it means set RO1 to close and RO2 to open.1419 +If payload is 0x030100, it means setting RO1 to close and RO2 to open. 1390 1390 ))) 1391 1391 1392 1392 ((( 1393 -00: Close d, 01: Open , 11: No action1423 +00: Close , 01: Open , 11: No action 1394 1394 1395 1395 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:320px" %) 1396 1396 |(% style="background-color:#4f81bd; color:white" %)**Downlink Code**|(% style="background-color:#4f81bd; color:white" %)**RO1**|(% style="background-color:#4f81bd; color:white" %)**RO2** ... ... @@ -1407,9 +1407,9 @@ 1407 1407 (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.** 1408 1408 1409 1409 1410 - 1411 1411 ==== 3.4.2.15 Relay ~-~- Control Relay Output RO1/RO2 with time control ==== 1412 1412 1442 +Controls the relay output time. 1413 1413 1414 1414 * (% style="color:#037691" %)**AT Command:** 1415 1415 ... ... @@ -1421,15 +1421,15 @@ 1421 1421 (% style="color:blue" %)**0x05 aa bb cc dd ** (%%)~/~/ Set RO1/RO2 relay with time control 1422 1422 1423 1423 1424 -This is to control the relay output time of relay. Include four bytes:1454 +This is to control the relay output time. It includes four bytes: 1425 1425 1426 1426 (% style="color:#4f81bd" %)**First Byte **(%%)**:** Type code (0x05) 1427 1427 1428 1428 (% style="color:#4f81bd" %)**Second Byte(aa)**(%%): Inverter Mode 1429 1429 1430 -01: Relays will change back to original state after timeout. 1460 +01: Relays will change back to their original state after timeout. 1431 1431 1432 -00: Relays will change to aninverter state after timeout1462 +00: Relays will change to the inverter state after timeout. 1433 1433 1434 1434 1435 1435 (% style="color:#4f81bd" %)**Third Byte(bb)**(%%): Control Method and Ports status: ... ... @@ -1442,12 +1442,12 @@ 1442 1442 1443 1443 (% style="color:red" %)**Note:** 1444 1444 1445 - Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes1475 + Since firmware v1.6.0, the latch time supports both 4 bytes and 2 bytes. 1446 1446 1447 - Before Firmwre v1.6.0 the latch time only suport 2 bytes.1477 + Before firmware v1.6.0, the latch time only supported 2 bytes. 1448 1448 1449 1449 1450 -(% style="color:red" %)**Device will upload a packet if downlink code executes successfully.** 1480 +(% style="color:red" %)**Device will upload a packet if the downlink code executes successfully.** 1451 1451 1452 1452 1453 1453 **Example payload:** ... ... @@ -1454,19 +1454,19 @@ 1454 1454 1455 1455 **~1. 05 01 11 07 D0** 1456 1456 1457 -Relay1 and Relay changebackto original state.1487 +Relay1 and Relay2 will be set to NC, lasting 2 seconds, then revert to their original state 1458 1458 1459 1459 **2. 05 01 10 07 D0** 1460 1460 1461 -Relay1 will change to NC, Relay2 will change to NO, last 2 seconds, then both changebackto original state.1491 +Relay1 will change to NC, Relay2 will change to NO, lasting 2 seconds, then both will revert to their original state. 1462 1462 1463 1463 **3. 05 00 01 07 D0** 1464 1464 1465 -Relay1 will change to NO, Relay2 will change to NC, last 2 seconds, then relay change to NC,Relay2 change to NO.1495 +Relay1 will change to NO, Relay2 will change to NC, lasting 2 seconds, then Relay1 will change to NC, and Relay2 will change to NO. 1466 1466 1467 1467 **4. 05 00 00 07 D0** 1468 1468 1469 -Relay &relay2 will change to NO, last 2 seconds, then both change to NC.1499 +Relay1 and Relay2 will change to NO, lasting 2 seconds, then both will change to NC. 1470 1470 1471 1471 1472 1472 ... ... @@ -1473,7 +1473,7 @@ 1473 1473 ==== 3.4.2.16 Counting ~-~- Voltage threshold counting ==== 1474 1474 1475 1475 1476 -When voltage exceed the threshold, count. F eature see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]1506 +When the voltage exceeds the threshold, counting begins. For details, see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]] 1477 1477 1478 1478 * (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+VOLMAX ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]] 1479 1479 ... ... @@ -1485,12 +1485,13 @@ 1485 1485 1486 1486 ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ==== 1487 1487 1518 +This feature allows users to pre-configure specific count numbers for various counting parameters such as count1, count2, or AV1 count. Use the AT command to set the desired count number for each configuration. 1488 1488 1489 1489 * (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+SETCNT=aa,(bb cc dd ee) ** 1490 1490 1491 1491 (% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count 1492 1492 1493 -(% style="color:red" %)**bb cc dd ee: **(%%)number to be set 1524 +(% style="color:red" %)**bb cc dd ee: **(%%)The number to be set 1494 1494 1495 1495 1496 1496 * (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):** ... ... @@ -1501,9 +1501,8 @@ 1501 1501 1502 1502 ==== 3.4.2.18 Counting ~-~- Clear Counting ==== 1503 1503 1535 +This feature clears the counting in counting mode. 1504 1504 1505 -Clear counting for counting mode 1506 - 1507 1507 * (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+CLRCOUNT **(%%) ~/~/ clear all counting 1508 1508 1509 1509 * (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):** ... ... @@ -1514,10 +1514,11 @@ 1514 1514 1515 1515 ==== 3.4.2.19 Counting ~-~- Change counting mode to save time ==== 1516 1516 1547 +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. 1517 1517 1518 1518 * (% style="color:#037691" %)**AT Command:** 1519 1519 1520 -(% style="color:blue" %)**AT+COUTIME=60 **(%%)~/~/ Device will save the counting result in internal flash every 60 seconds. (min value: 30)1551 +(% style="color:blue" %)**AT+COUTIME=60 **(%%)~/~/ Sets the save time to 60 seconds. The device will save the counting result in internal flash every 60 seconds. (Min value: 30 seconds) 1521 1521 1522 1522 1523 1523 * (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):** ... ... @@ -1525,7 +1525,7 @@ 1525 1525 (% style="color:blue" %)**0x A7 aa bb cc ** (%%)~/~/ same as AT+COUTIME =aa bb cc, 1526 1526 1527 1527 ((( 1528 - range: aa bb cc:0 to 16777215, (unit:second)1559 +Range: aa bb cc:0 to 16777215, (unit: seconds) 1529 1529 ))) 1530 1530 1531 1531 ... ... @@ -1532,12 +1532,13 @@ 1532 1532 1533 1533 ==== 3.4.2.20 Reset save RO DO state ==== 1534 1534 1566 +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. 1535 1535 1536 1536 * (% style="color:#037691" %)**AT Command:** 1537 1537 1538 1538 (% style="color:blue" %)**AT+RODORESET=1 **(%%)~/~/ RODO will close when the device joining the network. (default) 1539 1539 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 i snot changedwhenit isreconnectedto the network.1572 +(% 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 will not change when the device reconnects to the network. 1541 1541 1542 1542 1543 1543 * (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):** ... ... @@ -1548,6 +1548,7 @@ 1548 1548 1549 1549 ==== 3.4.2.21 Encrypted payload ==== 1550 1550 1583 +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. 1551 1551 1552 1552 * (% style="color:#037691" %)**AT Command:** 1553 1553 ... ... @@ -1562,9 +1562,9 @@ 1562 1562 1563 1563 * (% style="color:#037691" %)**AT Command:** 1564 1564 1565 -(% style="color:blue" %)**AT+GETSENSORVALUE=0 **(%%)~/~/ The serial port gets the reading of the current sensor1598 +(% style="color:blue" %)**AT+GETSENSORVALUE=0 **(%%)~/~/ The serial port retrieves the reading of the current sensor. 1566 1566 1567 -(% style="color:blue" %)**AT+GETSENSORVALUE=1 **(%%)~/~/ The serial port gets the current sensor reading and uploads it.1600 +(% style="color:blue" %)**AT+GETSENSORVALUE=1 **(%%)~/~/ The serial port retrieves the current sensor reading and uploads it. 1568 1568 1569 1569 1570 1570 ... ... @@ -1754,7 +1754,7 @@ 1754 1754 1755 1755 == 3.6 Interface Details == 1756 1756 1757 -=== 3.6.1 Digital Input Ports: DI1/DI2/DI3 (For LT-33222-L, Low Active 1790 +=== 3.6.1 Digital Input Ports: DI1/DI2/DI3 (For LT-33222-L, Low Active) === 1758 1758 1759 1759 1760 1760 Supports NPN-type sensors.