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

Summary

Details

Page properties
Content
... ... @@ -601,7 +601,6 @@
601 601  
602 602  === 3.3.3  Enable / Disable Alarm ===
603 603  
604 -
605 605  Feature: Enable/Disable Alarm for open/close event. Default value 0.
606 606  
607 607  (% style="color:blue" %)**AT Command: **
... ... @@ -625,38 +625,38 @@
625 625  
626 626  
627 627  * (((
628 -(% style="color:blue" %)**Keep Status: Status to be monitor**
627 +**Keep Status: Status to be monitor**
629 629  )))
630 630  
631 -(% style="color:#037691" %)**Keep Status = 1**(%%): Monitor Close to Open event
630 +Keep Status = 1: Monitor Close to Open event
632 632  
633 -(% style="color:#037691" %)**Keep Status = 0**(%%): Monitor Open to Close event
632 +Keep Status = 0: Monitor Open to Close event
634 634  
635 635  
636 636  * (((
637 -(% style="color:blue" %)**Keep Time: Timeout to send an Alarm**
636 +**Keep Time: Timeout to send an Alarm**
638 638  )))
639 639  
640 640  Range 0 ~~ 65535(0xFFFF) seconds.
641 641  
642 -If (% style="color:#037691" %)**keep time = 0**(%%), Disable Alarm Base on Timeout feature.
641 +If keep time = 0, Disable Alarm Base on Timeout feature.
643 643  
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.
643 +If keep time > 0, device will monitor the keep status event and send an alarm when status doesn't change after timeout.
645 645  
646 646  
647 -(% style="color:blue" %)**AT Command to configure:**
646 +**AT Command to configure:**
648 648  
649 649  * (((
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.
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.
651 651  )))
652 652  
653 653  * (((
654 -(% style="color:#037691" %)**AT+TTRIG=0,0**  (%%) **~-~-> ** Default Value, disable timeout Alarm.
653 +**AT+TTRIG=0,0**   **~-~-> ** Default Value, disable timeout Alarm.
655 655  )))
656 656  
657 -(% style="color:blue" %)**Downlink Command to configure:**
656 +**Downlink Command to configure:**
658 658  
659 -(% style="color:#037691" %)**Command: 0xA9 aa bb cc**
658 +**Command: 0xA9 aa bb cc**
660 660  
661 661  **A9:** Command Type Code
662 662  
... ... @@ -674,9 +674,8 @@
674 674  
675 675  === 3.3.5  Count Mod ===
676 676  
676 +**AT Command:**
677 677  
678 -(% style="color:blue" %)**AT Command:**
679 -
680 680  |=**Command Example**|=**Function**|=**Response**
681 681  |(((
682 682  AT+COUNTMOD=0
... ... @@ -683,6 +683,8 @@
683 683  )))|(((
684 684  the count value keeps accumulating mode
685 685  )))|(((
684 +
685 +
686 686  OK
687 687  )))
688 688  |(((
... ... @@ -693,7 +693,7 @@
693 693  OK
694 694  )))
695 695  
696 -(% style="color:blue" %)**Downlink Command:**
696 +**Downlink Command:**
697 697  
698 698  Example:  0B aa  => AT+COUNTMOD = second byte
699 699  
... ... @@ -700,9 +700,8 @@
700 700  
701 701  === 3.3.6  Interrupt Pin Channel Mod ===
702 702  
703 +**AT Command:**
703 703  
704 -(% style="color:blue" %)**AT Command:**
705 -
706 706  |=**Command Example**|=**Function**|=**Response**
707 707  |(((
708 708  AT+TTRCHANNEL=1
... ... @@ -709,6 +709,8 @@
709 709  )))|(((
710 710  set as single channel, only use PB14 pin as interrupt pin.
711 711  )))|(((
711 +
712 +
712 712  OK
713 713  )))
714 714  |(((
... ... @@ -719,7 +719,7 @@
719 719  OK
720 720  )))
721 721  
722 -(% style="color:blue" %)**Downlink Command:**
723 +**Downlink Command:**
723 723  
724 724  Example:  0D aa => AT+TTRCHANNEL = second byte
725 725  
... ... @@ -726,26 +726,23 @@
726 726  
727 727  === 3.3.7  Change the name of AT+TTRIG to AT+TTRIG1 ===
728 728  
730 +**Downlink Command:**
729 729  
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:**
737 737  
738 -(% style="color:blue" %)**Downlink Command:**
739 -
740 740  Example: A9 02 aa bb cc  => AT+TTRIG2= third byte, 4th byte and 5th byte
741 741  
742 742  
743 743  === 3.3.9  TTRIG1/2 timeout status alarm ===
744 744  
745 -
746 746  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.
747 747  
748 -(% style="color:blue" %)**AT Command:**
746 +**AT Command:**
749 749  
750 750  |=**Command Example**|=**Function**|=**Response**
751 751  |(((
... ... @@ -753,6 +753,8 @@
753 753  )))|(((
754 754  disable continuous alarm
755 755  )))|(((
754 +
755 +
756 756  OK
757 757  )))
758 758  |(((
... ... @@ -763,7 +763,7 @@
763 763  OK
764 764  )))
765 765  
766 -(% style="color:blue" %)**Downlink Command:**
766 +**Downlink Command:**
767 767  
768 768  Example:  0C aa  => AT+TTRALARM= aa
769 769  
... ... @@ -770,19 +770,20 @@
770 770  
771 771  === 3.3.9  Select counting mode ===
772 772  
773 +**AT+TTRMODx=a,b**
773 773  
774 -(% style="color:blue" %)**AT+TTRMODx=a,b**
775 +When **a=0**, the door is opened to count, and when **a=1**,the closed door is counted.
775 775  
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.
777 +When **b=0**, it is the last door open duration, and when **b=1**,the last door close duration.
777 777  
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.
779 +**AT Command:**
779 779  
780 -(% style="color:blue" %)**AT Command:**
781 -
782 782  |=**Command Example**|=**Function**|=**Response**
783 783  |(((
784 784  AT+TTRMODx=1,0
785 785  )))|Door closed count and record the last door opened duration|(((
785 +
786 +
786 786  OK
787 787  )))
788 788  |(((
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0