|
1313 | 1313 | </div>
|
1314 | 1314 | </div>
|
1315 | 1315 |
|
1316 |
| - <!-- For devices that don't have an external port, preset the USB output option only--> |
| 1316 | + <!-- For devices that don't have an external port, present the USB output option only--> |
1317 | 1317 | <div id="noExternalPortOptions">
|
1318 | 1318 | <div class="form-check mt-3">
|
1319 | 1319 | <label class="form-check-label" for="enableGnssToUsbSerial">Enable GNSS output over
|
|
1656 | 1656 |
|
1657 | 1657 | <!-- --------- Instrument Config --------- -->
|
1658 | 1658 | <div class="d-grid gap-2">
|
1659 |
| - <button class="btn btn-primary mt-3 toggle-btn" id="tiltConfig" type="button" data-toggle="collapse" |
1660 |
| - data-target="#collapseTiltConfig" aria-expanded="false" aria-controls="collapseTiltConfig"> |
1661 |
| - Instrument Configuration <i id="tiltCaret" class="caret-icon bi icon-caret-down"></i> |
| 1659 | + <button class="btn btn-primary mt-3 toggle-btn" id="instrumentConfig" type="button" data-toggle="collapse" |
| 1660 | + data-target="#collapseInstrumentConfig" aria-expanded="false" aria-controls="collapseInstrumentConfig"> |
| 1661 | + Instrument Configuration <i id="instrumentCaret" class="caret-icon bi icon-caret-down"></i> |
1662 | 1662 | </button>
|
1663 | 1663 | </div>
|
1664 |
| - <div class="collapse" id="collapseTiltConfig"> |
| 1664 | + <div class="collapse" id="collapseInstrumentConfig"> |
1665 | 1665 | <div class="card card-body">
|
1666 | 1666 |
|
1667 |
| - <div id="tiltCompensationSettings"> |
| 1667 | + <div id="tiltConfig" class="form-check mt-3"> |
1668 | 1668 | <div class="form-check mt-3">
|
1669 | 1669 | <label class="form-check-label" for="enableTiltCompensation">Enable Tilt
|
1670 | 1670 | Compensation</label>
|
1671 | 1671 | <input class="form-check-input" type="checkbox" value="" id="enableTiltCompensation"
|
1672 | 1672 | onClick="tiltCompensationBoxes()">
|
1673 |
| - <span class="tt" data-bs-placement="right" title="Use tilt compensation. Default: Enabled."> |
| 1673 | + <span class="tt" data-bs-placement="right" title="Allow tilt compensation mode to be entered. Default: Enabled."> |
1674 | 1674 | <span class="icon-info-circle text-primary ms-2"></span>
|
1675 | 1675 | </span>
|
1676 | 1676 | </div>
|
| 1677 | + </div> |
1677 | 1678 |
|
1678 |
| - <div id="antennaHeight_mConfig"> |
1679 |
| - <div class="form-group row"> |
1680 |
| - <label for="antennaHeight_m" class="col-sm-4 col-6 col-form-label">Antenna Height (a.k.a. |
1681 |
| - Pole Length) (m): |
1682 |
| - <span class="tt" data-bs-placement="right" |
1683 |
| - title="This is the length of the pole only, no additional ARP should be included. Default: 1.8m"> |
1684 |
| - <span class="icon-info-circle text-primary ms-2"></span> |
1685 |
| - </span> |
1686 |
| - </label> |
1687 |
| - <div class="col-sm-4 col-6"> |
1688 |
| - <input type="number" class="form-control" id="antennaHeight_m"> |
1689 |
| - <p id="antennaHeight_mError" class="inlineError"></p> |
1690 |
| - </div> |
| 1679 | + <div id="antennaPhaseCenter_mmConfig"> |
| 1680 | + <div class="form-group row"> |
| 1681 | + <label for="antennaPhaseCenter_mm" class="col-sm-4 col-6 col-form-label">Antenna Phase |
| 1682 | + Center (mm): |
| 1683 | + <span class="tt" data-bs-placement="right" |
| 1684 | + title="APC is the distance from the base of the antenna to the antenna phase center. This is usually printed on the side of the antenna and is calculated during antenna calibration. Amount is added to HAE before starting fixed base. Common APCs: Torch(116mm)"> |
| 1685 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1686 | + </span> |
| 1687 | + </label> |
| 1688 | + <div class="col-sm-4 col-6"> |
| 1689 | + <input type="number" class="form-control" id="antennaPhaseCenter_mm"> |
| 1690 | + <p id="antennaPhaseCenter_mmError" class="inlineError"></p> |
1691 | 1691 | </div>
|
1692 | 1692 | </div>
|
| 1693 | + </div> |
1693 | 1694 |
|
1694 |
| - <div id="antennaPhaseCenter_mmConfig"> |
1695 |
| - <div class="form-group row"> |
1696 |
| - <label for="antennaPhaseCenter_mm" class="col-sm-4 col-6 col-form-label">Antenna Phase |
1697 |
| - Center (mm): |
1698 |
| - <span class="tt" data-bs-placement="right" |
1699 |
| - title="This is the distance between the ARP and the antenna phase center. Default: 116mm"> |
1700 |
| - <span class="icon-info-circle text-primary ms-2"></span> |
1701 |
| - </span> |
1702 |
| - </label> |
1703 |
| - <div class="col-sm-4 col-6"> |
1704 |
| - <input type="number" class="form-control" id="antennaPhaseCenter_mm"> |
1705 |
| - <p id="antennaPhaseCenter_mmError" class="inlineError"></p> |
1706 |
| - </div> |
| 1695 | + <div id="antennaHeight_mConfig"> |
| 1696 | + <div class="form-group row"> |
| 1697 | + <label for="antennaHeight_m" class="col-sm-4 col-6 col-form-label">Antenna Height (a.k.a. |
| 1698 | + Pole Length) (m): |
| 1699 | + <span class="tt" data-bs-placement="right" |
| 1700 | + title="This is the length of the prism pole and any included extensions. No additional ARP should be included. Default: 1.8m"> |
| 1701 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1702 | + </span> |
| 1703 | + </label> |
| 1704 | + <div class="col-sm-4 col-6"> |
| 1705 | + <input type="number" class="form-control" id="antennaHeight_m"> |
| 1706 | + <p id="antennaHeight_mError" class="inlineError"></p> |
1707 | 1707 | </div>
|
1708 | 1708 | </div>
|
1709 | 1709 | </div>
|
1710 | 1710 |
|
1711 |
| - |
1712 | 1711 | </div>
|
1713 | 1712 | </div>
|
1714 | 1713 |
|
|
0 commit comments