blob: bf01ea856cc764a69a89b5067d34667231fef557 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Sailing Instruments
The instrument panel provides real-time data from your sensors and boat polars.
## Wind Data
- **AWS (Apparent Wind Speed):** The wind speed felt by the boat.
- **TWS (True Wind Speed):** The actual wind speed across the water.
- **TWD (True Wind Direction):** The compass direction the wind is blowing from.
## Boat Performance
- **BSP (Boat Speed):** Speed through the water (from your speedo).
- **SOG (Speed Over Ground):** Actual speed relative to the earth (from GPS).
- **VMG (Velocity Made Good):** Speed directly upwind or downwind.
- **Polar %:** Your current speed relative to the theoretical maximum for your boat.
## Navigation
- **HDG (Heading):** The direction the bow is pointing.
- **COG (Course Over Ground):** The actual path the boat is tracking (includes leeway and current).
- **Depth:** Current depth below the keel.
|