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
-
... ... @@ -587,8 +587,6 @@ 587 587 588 588 ((( 589 589 Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]]. 590 - 591 - 592 592 ))) 593 593 594 594 ... ... @@ -602,11 +602,13 @@ 602 602 * **AT+MOD=1 ** **~-~->** The normal working mode 603 603 * **AT+ADDMOD6=1** **~-~->** Enable trigger 604 604 603 + 605 605 LT will keep monitoring AV1/AV2/AC1/AC2 every 5 seconds; LT will send uplink packets in two cases: 606 606 607 607 1. Periodically uplink (Base on TDC time). Payload is same as the normal MOD (MOD 1 for above command). This uplink uses LoRaWAN (% style="color:#4f81bd" %)**unconfirmed**(%%) data type 608 608 1. Trigger uplink when meet the trigger condition. LT will sent two packets in this case, the first uplink use payload specify in this mod (mod=6), the second packets use the normal mod payload(MOD=1 for above settings). Both Uplinks use LoRaWAN (% style="color:#4f81bd" %)**CONFIRMED data type.** 609 609 609 + 610 610 **AT Command to set Trigger Condition**: 611 611 612 612 (% style="color:#4f81bd" %)**Trigger base on voltage**: ... ... @@ -658,10 +658,12 @@ 658 658 659 659 Yy4 yy4: AC2 or AV2 high limit. 660 660 661 + 661 661 **Example1**: AA 00 13 88 00 00 00 00 00 00 662 662 663 663 Same as AT+AVLIM=5000,0,0,0 (If AVI1 voltage lower than 5V , trigger uplink, 0 means ignore) 664 664 666 + 665 665 **Example2**: AA 02 01 00 666 666 667 667 Same as AT+ DTRI =1,0 (Enable DI1 trigger / disable DI2 trigger) ... ... @@ -704,6 +704,7 @@ 704 704 705 705 * Each bits shows which status has been trigger on this uplink. 706 706 709 + 707 707 **Example:** 708 708 709 709 00000111: Means both DI1 and DI2 trigger are enabled and this packet is trigger by DI1.