<
From version < 25.1 >
edited by Xiaoling
on 2022/05/24 09:01
To version < 23.1 >
edited by Xiaoling
on 2022/05/23 18:28
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,13 +4,8 @@
4 4  **LT-22222-L LoRa IO Controller User Manual **
5 5  
6 6  
7 -**Table of Contents:**
8 8  
9 -{{toc/}}
10 10  
11 -
12 -
13 -
14 14  = 1.Introduction =
15 15  
16 16  == 1.1 What is LT Series I/O Controller ==
... ... @@ -396,6 +396,7 @@
396 396  (% style="color:#4f81bd" %)**DIDORO**(%%) is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
397 397  )))
398 398  
394 +
399 399  * RO is for relay. ROx=1 : close,ROx=0 always open.
400 400  * FIRST: Indicate this is the first packet after join network.
401 401  * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
... ... @@ -416,51 +416,62 @@
416 416  
417 417  Other AT Commands for counting are similar to [[MOD2 Counting Command>>path:#COUNT_COMMAND]].
418 418  
419 -=== 3.3.6 AT+ADDMOD~=6. (Trigger Mode, Optional) ===
420 420  
421 -(% style="color:#4f81bd" %)**This mode is an optional mode for trigger purpose. It can run together with other mode.**
422 422  
417 +
418 +
419 +1.
420 +11.
421 +111. AT+ADDMOD=6. (Trigger Mode, Optional)
422 +
423 +**This mode is an optional mode for trigger purpose. It can run together with other mode.**
424 +
423 423  For example, if user has configured below commands:
424 424  
425 -* **AT+MOD=1 ** **~-~->** The normal working mode
426 -* **AT+ADDMOD6=1**   **~-~->** Enable trigger
427 +* AT+MOD=1   à The normal working mode
428 +* AT+ADDMOD6=1    à Enable trigger
427 427  
428 428  LT will keep monitoring AV1/AV2/AC1/AC2 every 5 seconds; LT will send uplink packets in two cases:
429 429  
430 -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
431 -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.**
432 +1. Periodically uplink (Base on TDC time). Payload is same as the normal MOD (MOD 1 for above command). This uplink uses LoRaWAN **unconfirmed** data type
433 +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 **CONFIRMED data type.**
432 432  
433 433  **AT Command to set Trigger Condition**:
434 434  
435 -(% style="color:#4f81bd" %)**Trigger base on voltage**:
437 +**Trigger base on voltage**:
436 436  
437 437  Format: AT+AVLIM=<AV1_LIMIT_LOW>,< AV1_LIMIT_HIGH>,<AV2_LIMIT_LOW>,< AV2_LIMIT_HIGH>
438 438  
439 -**Example:**
441 +Example:
440 440  
441 441  AT+AVLIM=3000,6000,0,2000   (If AVI1 voltage lower than 3v or higher than 6v. or AV2 voltage is higher than 2v, LT will trigger Uplink)
442 442  
443 443  AT+AVLIM=5000,0,0,0   (If AVI1 voltage lower than 5V , trigger uplink, 0 means ignore)
444 444  
445 -(% style="color:#4f81bd" %)**Trigger base on current**:
446 446  
448 +**Trigger base on current**:
449 +
447 447  Format: AT+ACLIM=<AC1_LIMIT_LOW>,< AC1_LIMIT_HIGH>,<AC2_LIMIT_LOW>,< AC2_LIMIT_HIGH>
448 448  
449 -**Example:**
452 +Example:
450 450  
451 451  AT+ACLIM=10000,15000,0,0   (If ACI1 voltage lower than 10mA or higher than 15mA, trigger an uplink)
452 452  
453 -(% style="color:#4f81bd" %)**Trigger base on DI status**:
454 454  
457 +**Trigger base on DI status**:
458 +
455 455  DI status trigger Flag.
456 456  
457 457  Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >
458 458  
459 -**Example:**
463 +Example:
460 460  
461 461  AT+ DTRI =1,0   (Enable DI1 trigger / disable DI2 trigger)
462 462  
463 463  
468 +
469 +
470 +
464 464  **Downlink Command to set Trigger Condition**
465 465  
466 466  Type Code: 0xAA. Downlink command same as AT Command [[AT+AVLIM, AT+ACLIM>>path:#AT_Trigger]]
... ... @@ -479,8 +479,9 @@
479 479  
480 480   Yy4 yy4: AC2 or AV2 high limit.
481 481  
482 -**Example1**: AA 00 13 88 00 00 00 00 00 00
483 483  
490 +Example1: AA 00 13 88 00 00 00 00 00 00
491 +
484 484  Same as AT+AVLIM=5000,0,0,0   (If AVI1 voltage lower than 5V , trigger uplink, 0 means ignore)
485 485  
486 486  Example2: AA 02 01 00
... ... @@ -487,14 +487,35 @@
487 487  
488 488  Same as AT+ DTRI =1,0  (Enable DI1 trigger / disable DI2 trigger)
489 489  
490 -(% style="color:#4f81bd" %)**Trigger Settings Payload Explanation:**
491 491  
499 +
500 +
501 +**Trigger Settings Payload Explanation:**
502 +
492 492  MOD6 Payload : total 11 bytes payload
493 493  
494 -[[image:image-20220524085923-1.png]]
505 +(% border="1" style="background-color:#f7faff" %)
506 +|Size(bytes)|1|1|1|6|1|1
507 +|Value|(((
508 +TRI_A
495 495  
496 -(% style="color:#4f81bd" %)**TRI FLAG1**(%%) is a combination to show if trigger is set for this part. Totally 1byte as below
510 +FLAG
511 +)))|(((
512 +TRI_A
497 497  
514 +Status
515 +)))|(((
516 +TRI_DI
517 +
518 +FLAG+STA
519 +)))|Reserve|Enable/Disable MOD6|(((
520 +MOD
521 +
522 +(6)
523 +)))
524 +
525 +**TRI FLAG1** is a combination to show if trigger is set for this part. Totally 1byte as below
526 +
498 498  (% border="1" style="background-color:#f7faff" %)
499 499  |bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0
500 500  |(((
... ... @@ -538,7 +538,7 @@
538 538  10100000: Means the system has configure to use the trigger: AC1_LOW and AV2_LOW
539 539  
540 540  
541 -(% style="color:#4f81bd" %)**TRI Status1**(%%) is a combination to show which condition is trigger. Totally 1byte as below
570 +**TRI Status1** is a combination to show which condition is trigger. Totally 1byte as below
542 542  
543 543  (% border="1" style="background-color:#f7faff" %)
544 544  |bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0
... ... @@ -585,7 +585,7 @@
585 585  
586 586  
587 587  
588 -(% style="color:#4f81bd" %)**TRI_DI FLAG+STA **(%%)is a combination to show which condition is trigger. Totally 1byte as below
617 +**TRI_DI FLAG+STA **is a combination to show which condition is trigger. Totally 1byte as below
589 589  
590 590  (% border="1" style="background-color:#f7faff" %)
591 591  |bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0
... ... @@ -600,7 +600,7 @@
600 600  00000101: Means both DI1 and DI2 trigger are enabled.
601 601  
602 602  
603 -(% style="color:#4f81bd" %)**Enable/Disable MOD6 **(%%): 0x01: MOD6 is enable. 0x00: MOD6 is disable.
632 +**Enable/Disable MOD6 **: 0x01: MOD6 is enable. 0x00: MOD6 is disable.
604 604  
605 605  
606 606  Downlink command to poll MOD6 status:
image-20220524085923-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -6.4 KB
Content
image-20220524090106-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -5.2 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0