<
From version < 75.5 >
edited by Xiaoling
on 2022/05/31 11:40
To version < 75.14 >
edited by Xiaoling
on 2022/06/01 17:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,7 +16,7 @@
16 16  == 1.1 What is LT Series I/O Controller ==
17 17  
18 18  (((
19 -The Dragino LT series I/O Modules are Long Range LoRaWAN I/O Controller. It contains different I/O Interfaces such as: analog current Input, analog voltage input, relay output, digital input and digital output etc. The LT I/O Modules are designed to simplify the installation of I/O monitoring.
19 +The Dragino (% style="color:blue" %)**LT series I/O Modules**(%%) are Long Range LoRaWAN I/O Controller. It contains different I/O Interfaces such as:** (% style="color:blue" %)analog current Input, analog voltage input(%%)**(% style="color:blue" %), **relay output**, **digital input**(%%) and (% style="color:blue" %)**digital output**(%%) etc. The LT I/O Modules are designed to simplify the installation of I/O monitoring.
20 20  )))
21 21  
22 22  (((
... ... @@ -24,7 +24,7 @@
24 24  )))
25 25  
26 26  (((
27 -The LT I/O Controllers is aiming to provide a simple plug and play, low cost installation by using LoRaWAN wireless technology.
27 +The LT I/O Controllers is aiming to provide an (% style="color:blue" %)**easy and low cost installation** (%%)by using LoRa wireless technology.
28 28  )))
29 29  
30 30  (((
... ... @@ -167,6 +167,8 @@
167 167  * Firmware upgradable via program port
168 168  * Counting
169 169  
170 +
171 +
170 170  == 1.4  Applications ==
171 171  
172 172  * Smart Buildings & Home Automation
... ... @@ -176,6 +176,8 @@
176 176  * Smart Cities
177 177  * Smart Factory
178 178  
181 +
182 +
179 179  == 1.5 Hardware Variants ==
180 180  
181 181  (% border="1" style="background-color:#f7faff; width:500px" %)
... ... @@ -189,6 +189,8 @@
189 189  * 1 x Counting Port
190 190  )))
191 191  
196 +
197 +
192 192  = 2. Power ON Device =
193 193  
194 194  The LT controller can be powered by 7 ~~ 24V DC power source. Connect VIN to Power Input V+ and GND to power input V- to power the LT controller.
... ... @@ -266,6 +266,8 @@
266 266  * **MOD5**: Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
267 267  * **ADDMOD6**: Trigger Mode, Optional, used together with MOD1 ~~ MOD5
268 268  
275 +
276 +
269 269  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
270 270  
271 271  The uplink payload includes totally 9 bytes. Uplink packets use FPORT=2 and every 10 minutes send one uplink by default.
... ... @@ -316,6 +316,8 @@
316 316  ** DO1 is high in case there is load between DO1 and V+.
317 317  ** DO1 LED is off in both case
318 318  
327 +
328 +
319 319  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
320 320  
321 321  **For LT-22222-L**: this mode the **DI1 and DI2** are used as counting pins.
... ... @@ -604,6 +604,7 @@
604 604  
605 605  AT+AVLIM=5000,0,0,0   (If AVI1 voltage lower than 5V , trigger uplink, 0 means ignore)
606 606  
617 +
607 607  (% style="color:#4f81bd" %)**Trigger base on current**:
608 608  
609 609  Format: AT+ACLIM=<AC1_LIMIT_LOW>,< AC1_LIMIT_HIGH>,<AC2_LIMIT_LOW>,< AC2_LIMIT_HIGH>
... ... @@ -612,6 +612,7 @@
612 612  
613 613  AT+ACLIM=10000,15000,0,0   (If ACI1 voltage lower than 10mA or higher than 15mA, trigger an uplink)
614 614  
626 +
615 615  (% style="color:#4f81bd" %)**Trigger base on DI status**:
616 616  
617 617  DI status trigger Flag.
... ... @@ -715,7 +715,7 @@
715 715  There are two kinds of Commands:
716 716  )))
717 717  
718 -* (% style="color:#4f81bd" %)**Common Commands**(%%): They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: http:~/~/wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands
730 +* (% style="color:#4f81bd" %)**Common Commands**(%%): They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
719 719  
720 720  * (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
721 721  
... ... @@ -786,7 +786,7 @@
786 786  
787 787  ==== 3.4.2.4 Enable Trigger Mode ====
788 788  
789 -Use of trigger mode, please check [[ADDMOD6>>path:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]]
801 +Use of trigger mode, please check [[ADDMOD6>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
790 790  
791 791  * AT Command:
792 792  
... ... @@ -902,7 +902,7 @@
902 902  
903 903  ==== 3.4.2.9 Trigger – Set AC (current) as trigger ====
904 904  
905 -Set current trigger , base on AC port. See [[trigger mode>>path:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]]
917 +Set current trigger , base on AC port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
906 906  
907 907  * AT Command:
908 908  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0