Last modified by Mengting Qiu on 2025/07/03 15:42

From version 144.2
edited by Mengting Qiu
on 2025/05/15 09:16
Change comment: There is no comment for this version
To version 143.1
edited by Mengting Qiu
on 2025/05/14 19:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1251,7 +1251,7 @@
1251 1251  
1252 1252  Is to check 2025/03/25 06:00:00 to 2025/03/25 08:00:00's data
1253 1253  
1254 -Uplink Internal =5s, means SDI-12-LB will send one packet every 5s.
1254 +Uplink Internal =5s, means RS485-LB will send one packet every 5s.
1255 1255  
1256 1256  
1257 1257  === 2.9.5 Datalog Uplink payload ===
... ... @@ -1575,119 +1575,6 @@
1575 1575  * Example 1: Downlink Payload: AE 01  ~/~/  AT+PAYVER=1
1576 1576  * Example 2: Downlink Payload: AE 05  ~/~/  AT+PAYVER=5
1577 1577  
1578 -
1579 -=== 3.7 Print data entries base on page ===
1580 -
1581 -
1582 -Feature: Print the sector data from start page to stop page (max is 416 pages).
1583 -
1584 -(% style="color:#4f81bd" %)**AT Command: AT+PDTA**
1585 -
1586 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
1587 -|(% style="background-color:#4f81bd; color:white; width:158px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:352px" %)**Function**
1588 -|(% style="width:156px" %)(((
1589 -AT+PDTA=1,2
1590 -Print page 1 to 2
1591 -)))|(% style="width:311px" %)(((
1592 -Stop Tx events when read sensor data
1593 -
1594 -8032000 2025/3/25 06:36:49 5 0c a8 01 08 1e
1595 -
1596 -8032010 2025/3/25 06:37:49 5 0c ae 01 08 20
1597 -
1598 -8032020 2025/3/25 06:38:49 5 0c ae 01 08 24
1599 -
1600 -8032030 2025/3/25 06:39:49 5 0c ae 01 08 1f
1601 -
1602 -8032040 2025/3/25 06:40:49 5 0c a8 01 08 24
1603 -
1604 -8032050 2025/3/25 06:42:11 5 0c a8 01 08 22
1605 -
1606 -8032060 2025/3/25 06:43:11 5 0c a8 01 08 23
1607 -
1608 -8032070 2025/3/25 06:44:11 5 0c ae 01 08 22
1609 -
1610 -8032080 2025/3/25 06:45:11 5 0c ae 01 08 1e
1611 -
1612 -8032090 2025/3/25 06:46:11 5 0c b4 01 08 1e
1613 -
1614 -80320A0 2025/3/25 06:47:11 5 0c a8 01 08 1d
1615 -
1616 -80320B0 2025/3/25 06:48:11 5 0c ae 01 08 22
1617 -
1618 -80320C0 2025/3/25 06:49:11 5 0c b4 01 08 24
1619 -
1620 -80320D0 2025/3/25 06:50:11 5 0c a8 01 08 23
1621 -
1622 -80320E0 2025/3/25 06:51:11 5 0c a8 01 08 23
1623 -
1624 -80320F0 2025/3/25 06:52:11 5 0c ae 01 08 22
1625 -
1626 -Start Tx events
1627 -
1628 -OK
1629 -)))
1630 -
1631 -(% style="color:#4f81bd" %)**Downlink Command:**
1632 -
1633 -No downlink commands for feature
1634 -
1635 -
1636 -=== 3.8 Print last few data entries ===
1637 -
1638 -
1639 -Feature: Print the last few data entries
1640 -
1641 -(% style="color:#4f81bd" %)**AT Command: AT+PLDTA**
1642 -
1643 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
1644 -|(% style="background-color:#4f81bd; color:white; width:158px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:352px" %)**Function**
1645 -|(% style="width:156px" %)(((
1646 -AT+PLDTA=10
1647 -Print last 10 entries
1648 -)))|(% style="width:311px" %)(((
1649 -Stop Tx events when read sensor data
1650 -
1651 -0001-0002 2025/5/15 01:04:43 18 0c 72 01 f1 0d 30 2b 31 2e 31 34 2b 32 39 2e 34 0d 0a
1652 -
1653 -0003-0004 2025/5/15 01:06:43 18 0c 72 01 f1 0d 30 2b 31 2e 31 33 2b 33 30 2e 30 0d 0a
1654 -
1655 -0005-0006 2025/5/15 01:08:43 18 0c 7e 01 f1 0d 30 2b 31 2e 33 30 2b 33 30 2e 35 0d 0a
1656 -
1657 -0007-0008 2025/5/15 01:10:43 18 0c 72 01 f1 0d 30 2b 31 2e 33 30 2b 33 31 2e 30 0d 0a
1658 -
1659 -0009-0010 2025/5/15 01:12:43 18 0c 72 01 f1 0d 30 2b 31 2e 33 30 2b 33 31 2e 31 0d 0a
1660 -
1661 -Start Tx events
1662 -
1663 -OK
1664 -)))
1665 -
1666 -(% style="color:#4f81bd" %)**Downlink Command:**
1667 -
1668 -No downlink commands for feature
1669 -
1670 -
1671 -=== 3.9 Clear Flash Record ===
1672 -
1673 -
1674 -Feature: Clear flash storage for data log feature.
1675 -
1676 -(% style="color:#4f81bd" %)**AT Command: AT+CLRDTA**
1677 -
1678 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:503px" %)
1679 -|(% style="background-color:#4f81bd; color:white; width:157px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:137px" %)**Function**|(% style="background-color:#4f81bd; color:white; width:209px" %)**Response**
1680 -|(% style="width:155px" %)AT+CLRDTA |(% style="width:134px" %)Clear date record|(% style="width:209px" %)(((
1681 -Clear all stored sensor data…
1682 -
1683 -OK
1684 -)))
1685 -
1686 -(% style="color:#4f81bd" %)**Downlink Command: 0xA3**
1687 -
1688 -* Example: 0xA301  ~/~/  Same as AT+CLRDTA
1689 -
1690 -
1691 1691  = 4. Battery & Power Consumption =
1692 1692  
1693 1693