Last modified by Mengting Qiu on 2023/12/14 11:15

From version 118.6
edited by Xiaoling
on 2023/11/28 14:06
Change comment: There is no comment for this version
To version 118.18
edited by Xiaoling
on 2023/11/28 14:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -551,7 +551,6 @@
551 551  Example 2: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
552 552  )))
553 553  
554 -
555 555  === 3.3.2 Set Interrupt Mode ===
556 556  
557 557  
... ... @@ -591,7 +591,6 @@
591 591  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
592 592  
593 593  
594 -
595 595  == 3.3.3 Set work mode ==
596 596  
597 597  
... ... @@ -599,12 +599,11 @@
599 599  
600 600  (% style="color:blue" %)**AT Command: AT+MOD**
601 601  
602 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:463px" %)
603 -|=(% style="width: 162px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 193px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 108px;background-color:#4F81BD;color:white" %)**Response**
600 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
601 +|=(% style="width: 162px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 193px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Response**
604 604  |(% style="width:162px" %)AT+MOD=?|(% style="width:191px" %)Get the current working mode.|(% style="width:106px" %)OK
605 605  |(% style="width:162px" %)AT+MOD=1|(% style="width:191px" %)Set the working mode to Regular measurements.|(% style="width:106px" %)(((
606 606  OK
607 -
608 608  Attention:Take effect after ATZ
609 609  )))
610 610  
... ... @@ -614,32 +614,31 @@
614 614  
615 615  * **Example:** 0x0A01  ~/~/  Same as AT+MOD=1
616 616  
617 -
618 618  === 3.3.4 Set threshold and threshold mode ===
619 619  
620 620  
621 621  Feature, Set threshold and threshold mode
622 622  
623 -When **AT+DOL=0,0,0,0,400** is set, No threshold is used, the sampling time is 400ms.
619 +When (% style="color:#037691" %)**AT+DOL=0,0,0,0,400**(%%) is set, No threshold is used, the sampling time is 400ms.
624 624  
625 625  (% style="color:blue" %)**AT Command: AT+DOL**
626 626  
627 -(% border="1" cellspacing="4" style="width:571.818px" %)
628 -|(% style="width:172px;background-color:#4F81BD;color:white" %)**Command Example**|(% style="width:279px;background-color:#4F81BD;color:white" %)**Function**|(% style="width:118px;background-color:#4F81BD;color:white" %)**Response**
623 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
624 +|(% style="background-color:#4f81bd; color:white; width:162px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:240px" %)**Function**|(% style="background-color:#4f81bd; color:white; width:108px" %)**Response**
629 629  |(% style="width:172px" %)AT+ DOL =?|(% style="width:279px" %)Get the current threshold mode and sampling time|(% style="width:118px" %)(((
630 630  0,0,0,0,400
631 -
632 632  OK
633 633  )))
634 634  |(% style="width:172px" %)AT+ DOL =1,1800,100,0,400|(% style="width:279px" %)Set only the upper and lower thresholds|(% style="width:118px" %)OK
635 635  
636 636  
637 -(% border="1" cellspacing="4" style="width:668.818px" %)
638 -|(% rowspan="11" style="width:166px;color:blue" %)**AT+DOL=5,1800,0,0,400**|(% rowspan="6" style="width:226px" %)The first bit sets the limit mode|(% style="width:251px" %)0:Do not use upper and lower limits
639 -|(% style="width:251px" %)1:Use upper and lower limits
640 -|(% style="width:251px" %)2:Less than the lower limit
641 -|(% style="width:251px" %)3:Greater than the lower limit
642 -|(% style="width:251px" %)4:Less than the upper limit
632 +
633 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
634 +|(% rowspan="11" style="color:blue; width:120px" %)**AT+DOL=5,1800,0,0,400**|(% rowspan="6" style="width:240px" %)The first bit sets the limit mode|(% style="width:150px" %)0: Do not use upper and lower limits
635 +|(% style="width:251px" %)1: Use upper and lower limits
636 +|(% style="width:251px" %)2: Less than the lower limit
637 +|(% style="width:251px" %)3: Greater than the lower limit
638 +|(% style="width:251px" %)4: Less than the upper limit
643 643  |(% style="width:251px" %)5: Greater than the upper limit
644 644  |(% style="width:226px" %)The second bit sets the upper limit value|(% style="width:251px" %)3~~2000MM
645 645  |(% style="width:226px" %)The third bit sets the lower limit value|(% style="width:251px" %)3~~2000MM
... ... @@ -661,7 +661,6 @@
661 661  
662 662  
663 663  
664 -
665 665  = 4. Battery & Power Consumption =
666 666  
667 667