<
From version < 4.7 >
edited by Xiaoling
on 2023/05/16 09:32
To version < 4.8 >
edited by Xiaoling
on 2023/05/16 09:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -601,6 +601,7 @@
601 601  
602 602  === 3.3.3  Enable / Disable Alarm ===
603 603  
604 +
604 604  Feature: Enable/Disable Alarm for open/close event. Default value 0.
605 605  
606 606  (% style="color:blue" %)**AT Command: **
... ... @@ -624,38 +624,38 @@
624 624  
625 625  
626 626  * (((
627 -**Keep Status: Status to be monitor**
628 +(% style="color:blue" %)**Keep Status: Status to be monitor**
628 628  )))
629 629  
630 -Keep Status = 1: Monitor Close to Open event
631 +(% style="color:#037691" %)**Keep Status = 1**(%%): Monitor Close to Open event
631 631  
632 -Keep Status = 0: Monitor Open to Close event
633 +(% style="color:#037691" %)**Keep Status = 0**(%%): Monitor Open to Close event
633 633  
634 634  
635 635  * (((
636 -**Keep Time: Timeout to send an Alarm**
637 +(% style="color:blue" %)**Keep Time: Timeout to send an Alarm**
637 637  )))
638 638  
639 639  Range 0 ~~ 65535(0xFFFF) seconds.
640 640  
641 -If keep time = 0, Disable Alarm Base on Timeout feature.
642 +If (% style="color:#037691" %)**keep time = 0**(%%), Disable Alarm Base on Timeout feature.
642 642  
643 -If keep time > 0, device will monitor the keep status event and send an alarm when status doesn't change after timeout.
644 +If (% style="color:#037691" %)**keep time > 0**(%%), device will monitor the keep status event and send an alarm when status doesn't change after timeout.
644 644  
645 645  
646 -**AT Command to configure:**
647 +(% style="color:blue" %)**AT Command to configure:**
647 647  
648 648  * (((
649 -**AT+TTRIG=1,30**  **~-~->** When the **Keep Status** change from close to open, and device remains in open status for more than 30 seconds. LDS03A will send an uplink packet, the [[Alarm bit>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS03A%20-%20Outdoor%20LoRaWAN%20OpenClose%20Door%20Sensor%20Manual/#H2.3.3A0Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2]] (the second bit of 1^^st^^ byte of payload) on this uplink packet is set to 1.
650 +(% style="color:#037691" %)**AT+TTRIG=1,30** (%%) **~-~->** When the **Keep Status** change from close to open, and device remains in open status for more than 30 seconds. LDS03A will send an uplink packet, the [[Alarm bit>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS03A%20-%20Outdoor%20LoRaWAN%20OpenClose%20Door%20Sensor%20Manual/#H2.3.3A0Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2]] (the second bit of 1^^st^^ byte of payload) on this uplink packet is set to 1.
650 650  )))
651 651  
652 652  * (((
653 -**AT+TTRIG=0,0**   **~-~-> ** Default Value, disable timeout Alarm.
654 +(% style="color:#037691" %)**AT+TTRIG=0,0**  (%%) **~-~-> ** Default Value, disable timeout Alarm.
654 654  )))
655 655  
656 -**Downlink Command to configure:**
657 +(% style="color:blue" %)**Downlink Command to configure:**
657 657  
658 -**Command: 0xA9 aa bb cc**
659 +(% style="color:#037691" %)**Command: 0xA9 aa bb cc**
659 659  
660 660  **A9:** Command Type Code
661 661  
... ... @@ -673,8 +673,9 @@
673 673  
674 674  === 3.3.5  Count Mod ===
675 675  
676 -**AT Command:**
677 677  
678 +(% style="color:blue" %)**AT Command:**
679 +
678 678  |=**Command Example**|=**Function**|=**Response**
679 679  |(((
680 680  AT+COUNTMOD=0
... ... @@ -681,8 +681,6 @@
681 681  )))|(((
682 682  the count value keeps accumulating mode
683 683  )))|(((
684 -
685 -
686 686  OK
687 687  )))
688 688  |(((
... ... @@ -693,7 +693,7 @@
693 693  OK
694 694  )))
695 695  
696 -**Downlink Command:**
696 +(% style="color:blue" %)**Downlink Command:**
697 697  
698 698  Example:  0B aa  => AT+COUNTMOD = second byte
699 699  
... ... @@ -700,8 +700,9 @@
700 700  
701 701  === 3.3.6  Interrupt Pin Channel Mod ===
702 702  
703 -**AT Command:**
704 704  
704 +(% style="color:blue" %)**AT Command:**
705 +
705 705  |=**Command Example**|=**Function**|=**Response**
706 706  |(((
707 707  AT+TTRCHANNEL=1
... ... @@ -708,8 +708,6 @@
708 708  )))|(((
709 709  set as single channel, only use PB14 pin as interrupt pin.
710 710  )))|(((
711 -
712 -
713 713  OK
714 714  )))
715 715  |(((
... ... @@ -720,7 +720,7 @@
720 720  OK
721 721  )))
722 722  
723 -**Downlink Command:**
722 +(% style="color:blue" %)**Downlink Command:**
724 724  
725 725  Example:  0D aa => AT+TTRCHANNEL = second byte
726 726  
... ... @@ -727,23 +727,26 @@
727 727  
728 728  === 3.3.7  Change the name of AT+TTRIG to AT+TTRIG1 ===
729 729  
730 -**Downlink Command:**
731 731  
730 +(% style="color:blue" %)**Downlink Command:**
731 +
732 732  Example:  A9 01 aa bb cc  => AT+TTRIG1= third byte, 4th byte and 5th byte
733 733  
734 734  
735 735  === 3.3.8  Added AT+TTRIG2 for PB15 pin ===
736 736  
737 -**Downlink Command:**
738 738  
738 +(% style="color:blue" %)**Downlink Command:**
739 +
739 739  Example: A9 02 aa bb cc  => AT+TTRIG2= third byte, 4th byte and 5th byte
740 740  
741 741  
742 742  === 3.3.9  TTRIG1/2 timeout status alarm ===
743 743  
745 +
744 744  It needs to be used with AT+TTRIG1 or AT+TTRIG2. When TTRIG1 or TTRIG2 times out and causes an alarm, and the status does not change subsequently, an alarm packet will be sent at the alarm interval.
745 745  
746 -**AT Command:**
748 +(% style="color:blue" %)**AT Command:**
747 747  
748 748  |=**Command Example**|=**Function**|=**Response**
749 749  |(((
... ... @@ -751,8 +751,6 @@
751 751  )))|(((
752 752  disable continuous alarm
753 753  )))|(((
754 -
755 -
756 756  OK
757 757  )))
758 758  |(((
... ... @@ -763,7 +763,7 @@
763 763  OK
764 764  )))
765 765  
766 -**Downlink Command:**
766 +(% style="color:blue" %)**Downlink Command:**
767 767  
768 768  Example:  0C aa  => AT+TTRALARM= aa
769 769  
... ... @@ -770,20 +770,19 @@
770 770  
771 771  === 3.3.9  Select counting mode ===
772 772  
773 -**AT+TTRMODx=a,b**
774 774  
775 -When **a=0**, the door is opened to count, and when **a=1**,the closed door is counted.
774 +(% style="color:blue" %)**AT+TTRMODx=a,b**
776 776  
777 -When **b=0**, it is the last door open duration, and when **b=1**,the last door close duration.
776 +When (% style="color:#037691" %)**a=0**(%%), the door is opened to count, and when (% style="color:#037691" %)**a=1**(%%),the closed door is counted.
778 778  
779 -**AT Command:**
778 +When (% style="color:#037691" %)**b=0**(%%), it is the last door open duration, and when (% style="color:#037691" %)**b=1**(%%),the last door close duration.
780 780  
780 +(% style="color:blue" %)**AT Command:**
781 +
781 781  |=**Command Example**|=**Function**|=**Response**
782 782  |(((
783 783  AT+TTRMODx=1,0
784 784  )))|Door closed count and record the last door opened duration|(((
785 -
786 -
787 787  OK
788 788  )))
789 789  |(((
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0