|
1196 | 1196 |
|
1197 | 1197 | <!-- --------- Ports Config --------- --> |
1198 | 1198 | <div class="d-grid gap-2"> |
1199 | | - <button class="btn btn-primary mt-3 toggle-btn" type="button" data-toggle="collapse" |
| 1199 | + <button class="btn btn-primary mt-3 toggle-btn" id="portsConfig" type="button" data-toggle="collapse" |
1200 | 1200 | data-target="#collapsePortsConfig" aria-expanded="false" aria-controls="collapsePortsConfig"> |
1201 | 1201 | Ports Configuration <i id="portsCaret" class="caret-icon bi icon-caret-down"></i> |
1202 | 1202 | </button> |
|
1636 | 1636 | </span> |
1637 | 1637 | </div> |
1638 | 1638 |
|
1639 | | - <div id="correctionsPriorityList"> |
1640 | | - <div style="margin-top:5px;" class="form-group row"> |
1641 | | - <button type="button" class="btn btn-primary btn-block" id="corrPrioButton0">0</button> |
1642 | | - </div> |
1643 | | - <div style="margin-top:5px;" class="form-group row"> |
1644 | | - <button type="button" class="btn btn-primary btn-block" id="corrPrioButton1">1</button> |
1645 | | - </div> |
1646 | | - <div style="margin-top:5px;" class="form-group row"> |
1647 | | - <button type="button" class="btn btn-primary btn-block" id="corrPrioButton2">2</button> |
1648 | | - </div> |
1649 | | - <div style="margin-top:5px;" class="form-group row"> |
1650 | | - <button type="button" class="btn btn-primary btn-block" id="corrPrioButton3">3</button> |
1651 | | - </div> |
1652 | | - <div style="margin-top:5px;" class="form-group row"> |
1653 | | - <button type="button" class="btn btn-primary btn-block" id="corrPrioButton4">4</button> |
1654 | | - </div> |
1655 | | - <div style="margin-top:5px;" class="form-group row"> |
1656 | | - <button type="button" class="btn btn-primary btn-block" id="corrPrioButton5">5</button> |
1657 | | - </div> |
1658 | | - <div style="margin-top:5px;" class="form-group row"> |
1659 | | - <button type="button" class="btn btn-primary btn-block" id="corrPrioButton6">6</button> |
1660 | | - </div> |
1661 | | - </div> |
1662 | | - |
1663 | | - <div class="form-group row"> |
1664 | | - <p id="collapseCorrectionsPriorityConfigError" class="inlineError"></p> |
1665 | | - </div> |
1666 | | - |
1667 | | - <div style="margin-top:30px;" class="form-group row"> |
1668 | | - <button type="button" id="correctionsPriorityDefaults" class="btn btn-primary btn-block" |
| 1639 | + <div class="d-grid gap-2 col-6 mx-auto mt-2" id="correctionsPriorityList"> |
| 1640 | + <button type="button" class="btn btn-primary" id="corrPrioButton0">0</button> |
| 1641 | + <button type="button" class="btn btn-primary" id="corrPrioButton1">1</button> |
| 1642 | + <button type="button" class="btn btn-primary" id="corrPrioButton2">2</button> |
| 1643 | + <button type="button" class="btn btn-primary" id="corrPrioButton3">3</button> |
| 1644 | + <button type="button" class="btn btn-primary" id="corrPrioButton4">4</button> |
| 1645 | + <button type="button" class="btn btn-primary" id="corrPrioButton5">5</button> |
| 1646 | + <button type="button" class="btn btn-primary" id="corrPrioButton6">6</button> |
| 1647 | + <br> |
| 1648 | + <button type="button" id="correctionsPriorityDefaults" class="btn btn-primary" |
1669 | 1649 | onClick="resetToCorrectionsPriorityDefaults()">Reset to Defaults</button> |
1670 | 1650 | </div> |
1671 | | - |
1672 | 1651 | </div> |
1673 | 1652 | </div> |
1674 | 1653 |
|
|
1679 | 1658 | System Configuration <i id="systemCaret" class="caret-icon bi icon-caret-down"></i> |
1680 | 1659 | </button> |
1681 | 1660 | </div> |
| 1661 | + |
1682 | 1662 | <div class="collapse" id="collapseSystemConfig"> |
1683 | 1663 | <div class="card card-body"> |
1684 | 1664 |
|
|
1746 | 1726 | </span> |
1747 | 1727 | </div> |
1748 | 1728 |
|
1749 | | - <div class="form-check mt-3"> |
1750 | | - <label class="form-check-label" for="enableLogging">Log to SD Card</label> |
1751 | | - <input class="form-check-input" type="checkbox" value="" id="enableLogging"> |
1752 | | - <span class="tt" data-bs-placement="right" |
1753 | | - title="If a microSD card is detected, all messages will be logged. Default: Enabled"> |
1754 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1755 | | - </span> |
1756 | | - </div> |
1757 | | - |
1758 | | - <div id="enableLoggingDetails" class="collapse mb-2"> |
1759 | | - |
1760 | | - <div class="form-group row"> |
1761 | | - <label for="maxLogTime" class="box-margin40 col-sm-3 col-7 col-form-label">Max Log |
1762 | | - Time (min): |
1763 | | - <span class="tt" data-bs-placement="right" |
1764 | | - title="Once the max log time is achieved, logging will cease. This is useful for limiting long term, overnight, static surveys to a certain length of time. Default: 1440 minutes. Limit: 1 to 2880 minutes."> |
1765 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1766 | | - </span> |
1767 | | - </label> |
1768 | | - <input type="number" class="form-control box-small" id="maxLogTime"> |
1769 | | - <p id="maxLogTimeError" class="inlineError"></p> |
| 1729 | + <div id="logToSDCard"> |
| 1730 | + <div class="form-check mt-3"> |
| 1731 | + <label class="form-check-label" for="enableLogging">Log to SD Card</label> |
| 1732 | + <input class="form-check-input" type="checkbox" value="" id="enableLogging"> |
| 1733 | + <span class="tt" data-bs-placement="right" |
| 1734 | + title="If a microSD card is detected, all messages will be logged. Default: Enabled"> |
| 1735 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1736 | + </span> |
1770 | 1737 | </div> |
1771 | 1738 |
|
1772 | | - <div class="form-group row"> |
1773 | | - <label for="maxLogLength" class="box-margin40 col-sm-3 col-7 col-form-label">Max Log |
1774 | | - Length (min):<span class="tt" data-bs-placement="right" |
1775 | | - title="Once this length of time is achieved, a new log will be created. This is useful for creating multiple logs over a long survey. Default: 1440 minutes. Limit: 1 to 2880 minutes."> |
1776 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1777 | | - </span> |
1778 | | - </label> |
1779 | | - |
1780 | | - <input type="number" class="form-control box-small" id="maxLogLength"> |
1781 | | - <p id="maxLogLengthError" class="inlineError"></p> |
1782 | | - </div> |
| 1739 | + <div id="enableLoggingDetails" class="collapse mb-2"> |
1783 | 1740 |
|
1784 | | - <div id="logFile" class="row"> |
1785 | | - <div class="mb-2"> |
1786 | | - <label for="logFile" class="form-group box-margin20">Log file name: <span |
1787 | | - id="logFileName" style="display:inline;">SFE_Log.ubx</span> |
| 1741 | + <div class="form-group row"> |
| 1742 | + <label for="maxLogTime" class="box-margin40 col-sm-3 col-7 col-form-label">Max Logging |
| 1743 | + Time (min): |
| 1744 | + <span class="tt" data-bs-placement="right" |
| 1745 | + title="Once the max log time is achieved, logging will cease. This is useful for limiting long term, overnight, static surveys to a certain length of time. Default: 1440 minutes. Limit: 1 to 2880 minutes."> |
| 1746 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1747 | + </span> |
1788 | 1748 | </label> |
| 1749 | + <input type="number" class="form-control box-small" id="maxLogTime"> |
| 1750 | + <p id="maxLogTimeError" class="inlineError"></p> |
1789 | 1751 | </div> |
1790 | | - </div> |
1791 | 1752 |
|
1792 | | - <div class="form-group row"> |
1793 | | - <div style="margin-bottom:5px;"> |
1794 | | - <button type="button" id="startNewLog" class="btn btn-primary box-margin20" |
1795 | | - onClick="startNewLog()">Start New Log</button> |
1796 | | - <span class="tt" data-bs-placement="right" |
1797 | | - title="Closes the current log and starts a new one."> |
1798 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1799 | | - </span> |
| 1753 | + <div class="form-group row"> |
| 1754 | + <label for="maxLogLength" class="box-margin40 col-sm-3 col-7 col-form-label">Max Log |
| 1755 | + File Length (min):<span class="tt" data-bs-placement="right" |
| 1756 | + title="Once this length of time is achieved, a new log will be created. This is useful for creating multiple logs over a long survey. Default: 1440 minutes. Limit: 1 to 2880 minutes."> |
| 1757 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1758 | + </span> |
| 1759 | + </label> |
| 1760 | + |
| 1761 | + <input type="number" class="form-control box-small" id="maxLogLength"> |
| 1762 | + <p id="maxLogLengthError" class="inlineError"></p> |
1800 | 1763 | </div> |
1801 | | - </div> |
1802 | 1764 |
|
1803 | | - <div class="form-check mt-1 box-margin20"> |
1804 | | - <label class="form-check-label" for="enableARPLogging">Enable ARP Logging</label> |
1805 | | - <input class="form-check-input" type="checkbox" value="" id="enableARPLogging" unchecked> |
1806 | | - <span class="tt" data-bs-placement="right" |
1807 | | - title="If enabled, the Antenna Reference Position from RTCM 1005/1006 will be added to the log."> |
1808 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1809 | | - </span> |
1810 | | - </div> |
| 1765 | + <div id="logFile" class="row"> |
| 1766 | + <div class="mb-2"> |
| 1767 | + <label for="logFile" class="form-group box-margin20">Log file name: <span |
| 1768 | + id="logFileName" style="display:inline;">SFE_Log.ubx</span> |
| 1769 | + </label> |
| 1770 | + </div> |
| 1771 | + </div> |
1811 | 1772 |
|
1812 | | - <div id="enableARPLoggingDetails" class="collapse mb-2"> |
1813 | 1773 | <div class="form-group row"> |
1814 | | - <label for="ARPLoggingInterval" class="box-margin40 col-sm-3 col-7 col-form-label">ARP |
1815 | | - Logging Interval (s): |
| 1774 | + <div style="margin-bottom:5px;"> |
| 1775 | + <button type="button" id="startNewLog" class="btn btn-primary box-margin20" |
| 1776 | + onClick="startNewLog()">Start New Log</button> |
1816 | 1777 | <span class="tt" data-bs-placement="right" |
1817 | | - title="If ARP logging is enabled, the Antenna Reference Position will be logged at intervals of this many seconds."> |
| 1778 | + title="Closes the current log and starts a new one."> |
1818 | 1779 | <span class="icon-info-circle text-primary ms-2"></span> |
1819 | 1780 | </span> |
1820 | | - </label> |
1821 | | - <input type="number" class="form-control box-small" id="ARPLoggingInterval"> |
1822 | | - <p id="ARPLoggingIntervalError" class="inlineError"></p> |
| 1781 | + </div> |
| 1782 | + </div> |
| 1783 | + |
| 1784 | + <div class="form-check mt-1 box-margin20"> |
| 1785 | + <label class="form-check-label" for="enableARPLogging">Enable ARP Logging</label> |
| 1786 | + <input class="form-check-input" type="checkbox" value="" id="enableARPLogging" unchecked> |
| 1787 | + <span class="tt" data-bs-placement="right" |
| 1788 | + title="If enabled, the Antenna Reference Position from RTCM 1005/1006 will be added to the log."> |
| 1789 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1790 | + </span> |
| 1791 | + </div> |
| 1792 | + |
| 1793 | + <div id="enableARPLoggingDetails" class="collapse mb-2"> |
| 1794 | + <div class="form-group row"> |
| 1795 | + <label for="ARPLoggingInterval" class="box-margin40 col-sm-3 col-7 col-form-label">ARP |
| 1796 | + Logging Interval (s): |
| 1797 | + <span class="tt" data-bs-placement="right" |
| 1798 | + title="If ARP logging is enabled, the Antenna Reference Position will be logged at intervals of this many seconds."> |
| 1799 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1800 | + </span> |
| 1801 | + </label> |
| 1802 | + <input type="number" class="form-control box-small" id="ARPLoggingInterval"> |
| 1803 | + <p id="ARPLoggingIntervalError" class="inlineError"></p> |
| 1804 | + </div> |
1823 | 1805 | </div> |
1824 | 1806 | </div> |
1825 | 1807 | </div> |
|
1833 | 1815 | <option value="3">Off</option> |
1834 | 1816 | </select> |
1835 | 1817 | <span class="tt" data-bs-placement="right" |
1836 | | - title="Communicate using Classic Bluetooth Serial Port Profile (SPP), Bluetooth Low-Energy (BLE), or turn Bluetooth off. Default: SPP as nearly all GIS applications use SPP."> |
| 1818 | + title="Communicate using Classic Bluetooth Serial Port Profile (SPP), Bluetooth Low-Energy (BLE), or turn Bluetooth off. Default: SPP & BLE."> |
1837 | 1819 | <span class="icon-info-circle text-primary ms-2"></span> |
1838 | 1820 | </span> |
1839 | 1821 | </div> |
|
0 commit comments