You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ADS-B warning/alert system supports two operating modes, controlled by the parameter adsb_calculation_use_cpa (ON or OFF).
72
+
73
+
---
74
+
75
+
### ADS-B Warning and Alert Messages (CPA Mode OFF)
76
+
The ADS-B warning/alert system supports two operating modes, controlled by the parameter **adsb_calculation_use_cpa** (ON or OFF).
77
+
78
+
When **adsb_calculation_use_cpa = OFF**, the system evaluates only the **current distance between the aircraft and the UAV**. The aircraft with the **shortest distance** is always selected for monitoring.
79
+
80
+
- If the aircraft enters the **warning zone** (`adsb_distance_warning`), the corresponding **OSD element is displayed**.
81
+
- If the aircraft enters the **alert zone** (`adsb_distance_alert`), the **OSD element starts blinking**, indicating a higher-priority alert.
82
+
83
+
This mode therefore provides a simple proximity-based warning determined purely by real-time distance.
84
+
85
+
---
86
+
87
+
### ADS-B Warning and Alert Messages (CPA Mode ON)
88
+
89
+
When **adsb_calculation_use_cpa = ON**, the system evaluates aircraft using the **Closest Point of Approach (CPA)** and predicted trajectories, not only the current distance.
90
+
91
+
1.**Aircraft already inside the alert zone**
92
+
If one or more aircraft are currently inside the **alert zone** (`adsb_distance_alert`), the **closest aircraft** to the UAV is selected and the **OSD element blinks**.
93
+
94
+
2.**Aircraft in the warning zone, none predicted to enter the alert zone**
95
+
If aircraft are present in the **warning zone** (`adsb_distance_warning`), but none of them are predicted to enter the **alert zone** (their CPA distance is greater than `adsb_distance_alert`), the **closest aircraft to the UAV** is selected and the **OSD element remains steady** (no blinking).
96
+
97
+
3.**Aircraft in the warning zone, one predicted to enter the alert zone**
98
+
If at least one aircraft in the **warning zone** is predicted to enter the **alert zone**, that aircraft is selected and the **OSD element blinks**.
99
+
100
+
4.**Aircraft in the warning zone, multiple predicted to enter the alert zone**
101
+
If multiple aircraft are predicted to enter the **alert zone**, the system selects the aircraft that will **reach the alert zone first**, and the **OSD element blinks**.
0 commit comments