-
Notifications
You must be signed in to change notification settings - Fork 9
Local CDM ‐ CDMServer Sync
Roger Puig edited this page Nov 15, 2024
·
2 revisions
Every time we update the TSAT:
- A request will be sent:
?callsign=EFW4YR&taxi=10&tsat=1901&cdmSts=''
. - A recalculation in the server will be triggered with a new TTOT (tsat+taxi).
- Recalculation might take some time (more than 5 seconds, it would be considered too slow) that's why we see
....
after the 1st action. - The recalculation will do:
- Airspaces and Destination airport calculation.
- Move airspace data starting at the given TSAT+TAXI.
- Set cdmSts to '' if flight was 'SUSPENDED'.
When the flight is Suspended due to missing TSAT, TOBT, etc. Then:
- A request will be sent: `?callsign=VLG49CR&cdmSts=SUSP
- Flight will keep Suspended, and this aircraft will not be triggered anymore for new re-calculations until the status "SUSP" disappears.
We can give TOP priority to a flight in order to avoid possible restrictions as much as possible by setting PRIO. Request will be sent: `?callsign=VLG49CR&cdmSts=PRIO
In case of a flight with a CTOT, to avoid the CTOT to increase and look the earlier possible gap. Ready (REA) status can be sent. Request will be sent: `?callsign=VLG49CR&cdmSts=REA