<
From version < 25.2 >
edited by Xiaoling
on 2022/05/24 09:01
To version < 21.2 >
edited by Xiaoling
on 2022/05/23 18:19
>
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 ==
... ... @@ -335,8 +335,11 @@
335 335  
336 336  The AVI1 is also used for counting. AVI1 is used to monitor the voltage. It will check the voltage **every 60s**, if voltage is higher or lower than VOLMAX mV, the AVI1 Counting increase 1, so AVI1 counting can be used to measure a machine working hour.
337 337  
338 -[[image:image-20220523181903-8.png]]
339 339  
334 +(% border="1" style="background-color:#f7faff; width:601px" %)
335 +|(% style="width:111px" %)Size(bytes)|(% style="width:85px" %)4|(% style="width:130px" %)4|(% style="width:92px" %)1|(% style="width:94px" %)1|(% style="width:86px" %)1
336 +|(% style="width:111px" %)Value|(% style="width:85px" %)COUNT1|(% style="width:130px" %)AVI1 Counting|(% style="width:92px" %)DIDORO*|(% style="width:94px" %)Reserve|(% style="width:86px" %)MOD
337 +
340 340  (((
341 341  (% style="color:#4f81bd" %)**DIDORO **(%%)is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
342 342  )))
... ... @@ -347,120 +347,138 @@
347 347  * FIRST: Indicate this is the first packet after join network.
348 348  * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
349 349  
350 -(% style="color:red" %)Note: DO3 is not valid for LT-22222-L.
348 +Note: DO3 is not valid for LT-22222-L.
351 351  
352 -**To use this mode, please run:**
353 353  
354 -(% class="box infomessage" %)
355 -(((
356 -**AT+MOD=4**
357 -)))
351 +To use this mode, please run:
358 358  
359 -(% class="box infomessage" %)
360 -(((
361 -**ATZ**
362 -)))
353 +AT+MOD=4
363 363  
355 +ATZ
364 364  
357 +
358 +
365 365  Other AT Commands for counting are similar to [[MOD2 Counting Command>>path:#COUNT_COMMAND]].
366 366  
367 -**Plus below command for AVI1 Counting:**
361 +Plus below command for AVI1 Counting:
368 368  
369 -(% class="box infomessage" %)
370 -(((
371 -**AT+SETCNT=3,60   (set AVI Count to 60)**
372 -)))
363 +AT+SETCNT=3,60   (set AVI Count to 60)
373 373  
374 -(% class="box infomessage" %)
375 -(((
376 -**AT+VOLMAX=20000   (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)**
377 -)))
365 +AT+VOLMAX=20000   (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)
378 378  
379 -(% class="box infomessage" %)
380 -(((
381 -**AT+VOLMAX=20000,0   (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)**
382 -)))
367 +AT+VOLMAX=20000,0   (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)
383 383  
384 -(% class="box infomessage" %)
385 -(((
386 -**AT+VOLMAX=20000,1   (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)**
387 -)))
369 +AT+VOLMAX=20000,1   (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)
388 388  
389 -=== 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI ===
390 390  
372 +
373 +1.
374 +11.
375 +111. AT+MOD=5, Single DI Counting + 2 x AVI + 1 x ACI
376 +
377 +**LT33222-L**: This mode the DI3 is used as a counting pin.
378 +
391 391  **LT22222-L**: This mode the DI1 is used as a counting pin.
392 392  
393 -[[image:image-20220523182334-9.png]]
394 394  
395 -(((
396 -(% style="color:#4f81bd" %)**DIDORO**(%%) is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
397 -)))
382 +(% border="1" style="background-color:#f7faff" %)
383 +|Size(bytes)|2|2|2|2|1|1|1
384 +|Value|(((
385 +AVI1
398 398  
387 +voltage
388 +)))|(((
389 +AVI2
390 +
391 +voltage
392 +)))|(((
393 +ACI1
394 +
395 +Current
396 +)))|COUNT1|DIDORO*|(((
397 +Reserve
398 +
399 +
400 +)))|MOD
401 +
402 +**DIDORO** is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
403 +
404 +(% border="1" style="background-color:#f7faff" %)
405 +|bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0
406 +|RO1|RO2|FIRST|Reserve|Reserve|DO3|DO2|DO1
407 +
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.
402 402  
403 -(% style="color:red" %)Note: DO3 is not valid for LT-22222-L.
412 +Note: DO3 is not valid for LT-22222-L.
404 404  
405 -**To use this mode, please run:**
406 406  
407 -(% class="box infomessage" %)
408 -(((
409 -**AT+MOD=5**
410 -)))
415 +To use this mode, please run:
411 411  
412 -(% class="box infomessage" %)
413 -(((
414 -**ATZ**
415 -)))
417 +AT+MOD=5
416 416  
419 +ATZ
420 +
421 +
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  
426 +
427 +
428 +1.
429 +11.
430 +111. AT+ADDMOD=6. (Trigger Mode, Optional)
431 +
432 +**This mode is an optional mode for trigger purpose. It can run together with other mode.**
433 +
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
436 +* AT+MOD=1   à The normal working mode
437 +* 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.**
441 +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
442 +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**:
446 +**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:**
450 +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  
457 +**Trigger base on current**:
458 +
447 447  Format: AT+ACLIM=<AC1_LIMIT_LOW>,< AC1_LIMIT_HIGH>,<AC2_LIMIT_LOW>,< AC2_LIMIT_HIGH>
448 448  
449 -**Example:**
461 +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  
466 +**Trigger base on DI status**:
467 +
455 455  DI status trigger Flag.
456 456  
457 457  Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >
458 458  
459 -**Example:**
472 +Example:
460 460  
461 461  AT+ DTRI =1,0   (Enable DI1 trigger / disable DI2 trigger)
462 462  
463 463  
477 +
478 +
479 +
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  
499 +Example1: AA 00 13 88 00 00 00 00 00 00
500 +
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,16 +487,71 @@
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  
508 +
509 +
510 +**Trigger Settings Payload Explanation:**
511 +
492 492  MOD6 Payload : total 11 bytes payload
493 493  
494 -[[image:image-20220524085923-1.png]]
514 +(% border="1" style="background-color:#f7faff" %)
515 +|Size(bytes)|1|1|1|6|1|1
516 +|Value|(((
517 +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
519 +FLAG
520 +)))|(((
521 +TRI_A
497 497  
498 -[[image:image-20220524090106-2.png]]
523 +Status
524 +)))|(((
525 +TRI_DI
499 499  
527 +FLAG+STA
528 +)))|Reserve|Enable/Disable MOD6|(((
529 +MOD
530 +
531 +(6)
532 +)))
533 +
534 +**TRI FLAG1** is a combination to show if trigger is set for this part. Totally 1byte as below
535 +
536 +(% border="1" style="background-color:#f7faff" %)
537 +|bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0
538 +|(((
539 +AV1_
540 +
541 +LOW
542 +)))|(((
543 +AV1_
544 +
545 +HIGH
546 +)))|(((
547 +AV2_
548 +
549 +LOW
550 +)))|(((
551 +AV2_
552 +
553 +HIGH
554 +)))|(((
555 +AC1_
556 +
557 +LOW
558 +)))|(((
559 +AC1_
560 +
561 +HIGH
562 +)))|(((
563 +AC2_
564 +
565 +LOW
566 +)))|(((
567 +AC2_
568 +
569 +HIGH
570 +)))
571 +
500 500  * Each bits shows if the corresponding trigger has been configured.
501 501  
502 502  Example:
... ... @@ -504,7 +504,7 @@
504 504  10100000: Means the system has configure to use the trigger: AC1_LOW and AV2_LOW
505 505  
506 506  
507 -(% style="color:#4f81bd" %)**TRI Status1**(%%) is a combination to show which condition is trigger. Totally 1byte as below
579 +**TRI Status1** is a combination to show which condition is trigger. Totally 1byte as below
508 508  
509 509  (% border="1" style="background-color:#f7faff" %)
510 510  |bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0
... ... @@ -551,7 +551,7 @@
551 551  
552 552  
553 553  
554 -(% style="color:#4f81bd" %)**TRI_DI FLAG+STA **(%%)is a combination to show which condition is trigger. Totally 1byte as below
626 +**TRI_DI FLAG+STA **is a combination to show which condition is trigger. Totally 1byte as below
555 555  
556 556  (% border="1" style="background-color:#f7faff" %)
557 557  |bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0
... ... @@ -566,7 +566,7 @@
566 566  00000101: Means both DI1 and DI2 trigger are enabled.
567 567  
568 568  
569 -(% style="color:#4f81bd" %)**Enable/Disable MOD6 **(%%): 0x01: MOD6 is enable. 0x00: MOD6 is disable.
641 +**Enable/Disable MOD6 **: 0x01: MOD6 is enable. 0x00: MOD6 is disable.
570 570  
571 571  
572 572  Downlink command to poll MOD6 status:
image-20220523182334-9.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -6.4 KB
Content
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