<
From version < 53.9 >
edited by Xiaoling
on 2023/04/03 11:37
To version < 53.5 >
edited by Xiaoling
on 2023/04/03 11:27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -405,7 +405,7 @@
405 405  PS-LB has different kind of probe, 4~~20mA represent the full scale of the measuring range. So a 12mA output means different meaning for different probe. 
406 406  
407 407  
408 -**For example.**
408 +For example.
409 409  
410 410  (% border="1" cellspacing="4" style="width:510px" %)
411 411  |(% style="background-color:#d9e2f3; color:#0070c0" %)**Part Number**|(% style="background-color:#d9e2f3; color:#0070c0" %)**Probe Used**|(% style="background-color:#d9e2f3; color:#0070c0" %)**4~~20mA scale**|(% style="background-color:#d9e2f3; color:#0070c0" %)**Example: 12mA meaning**
... ... @@ -467,7 +467,7 @@
467 467  === (% id="cke_bm_109176S" style="display:none" %) (%%)2.3.8 Sensor value, FPORT~=7 ===
468 468  
469 469  
470 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:508.222px" %)
470 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:508.222px" %)
471 471  |(% style="width:94px" %)(((
472 472  **Size(bytes)**
473 473  )))|(% style="width:43px" %)2|(% style="width:367px" %)n
... ... @@ -566,7 +566,6 @@
566 566  
567 567  == 3.1 Configure Methods ==
568 568  
569 -
570 570  PS-LB-NA supports below configure method:
571 571  
572 572  * AT Command via Bluetooth Connection (**Recommand Way**): [[BLE Configure Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
... ... @@ -575,7 +575,6 @@
575 575  
576 576  == 3.2 General Commands ==
577 577  
578 -
579 579  These commands are to configure:
580 580  
581 581  * General system settings like: uplink interval.
... ... @@ -599,19 +599,18 @@
599 599  
600 600  (% style="color:blue" %)**AT Command: AT+TDC**
601 601  
602 -(% border="1" cellspacing="4" style="width:510px" %)
603 -|=(% style="width: 160px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Command Example**|=(% style="width: 160px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 190px;background-color:#D9E2F3;color:#0070C0" %)**Response**
604 -|(% style="background-color:#f2f2f2; width:157px" %)AT+TDC=?|(% style="background-color:#f2f2f2; width:166px" %)Show current transmit Interval|(% style="background-color:#f2f2f2" %)(((
600 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
601 +|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 137px;" %)**Function**|=**Response**
602 +|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|(((
605 605  30000
606 606  OK
607 607  the interval is 30000ms = 30s
608 608  )))
609 -|(% style="background-color:#f2f2f2; width:157px" %)AT+TDC=60000|(% style="background-color:#f2f2f2; width:166px" %)Set Transmit Interval|(% style="background-color:#f2f2f2" %)(((
607 +|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|(((
610 610  OK
611 611  Set transmit interval to 60000ms = 60 seconds
612 612  )))
613 613  
614 -
615 615  (% style="color:blue" %)**Downlink Command: 0x01**
616 616  
617 617  Format: Command Code (0x01) followed by 3 bytes time value.
... ... @@ -628,22 +628,21 @@
628 628  
629 629  (% style="color:blue" %)**AT Command: AT+INTMOD**
630 630  
631 -(% border="1" cellspacing="4" style="width:510px" %)
632 -|=(% style="width: 154px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3;color:#0070C0" %)**Response**
633 -|(% style="background-color:#f2f2f2; width:154px" %)AT+INTMOD=?|(% style="background-color:#f2f2f2; width:196px" %)Show current interrupt mode|(% style="background-color:#f2f2f2; width:157px" %)(((
628 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
629 +|=(% style="width: 154px;" %)**Command Example**|=(% style="width: 196px;" %)**Function**|=(% style="width: 157px;" %)**Response**
630 +|(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((
634 634  0
635 635  OK
636 636  the mode is 0 =Disable Interrupt
637 637  )))
638 -|(% style="background-color:#f2f2f2; width:154px" %)AT+INTMOD=2|(% style="background-color:#f2f2f2; width:196px" %)(((
635 +|(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)(((
639 639  Set Transmit Interval
640 640  0. (Disable Interrupt),
641 641  ~1. (Trigger by rising and falling edge)
642 642  2. (Trigger by falling edge)
643 643  3. (Trigger by rising edge)
644 -)))|(% style="background-color:#f2f2f2; width:157px" %)OK
641 +)))|(% style="width:157px" %)OK
645 645  
646 -
647 647  (% style="color:blue" %)**Downlink Command: 0x06**
648 648  
649 649  Format: Command Code (0x06) followed by 3 bytes.
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0