Skip to content

Local CDM ‐ CDMServer Sync

Roger Puig edited this page Nov 15, 2024 · 2 revisions

Local CDM - CDMServer Sync

TSAT

Every time we update the TSAT:

  1. A request will be sent: ?callsign=EFW4YR&taxi=10&tsat=1901&cdmSts=''.
  2. A recalculation in the server will be triggered with a new TTOT (tsat+taxi).
  3. Recalculation might take some time (more than 5 seconds, it would be considered too slow) that's why we see .... after the 1st action.
  4. 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'.

Local CDM Status

When the flight is Suspended due to missing TSAT, TOBT, etc. Then:

  1. A request will be sent: `?callsign=VLG49CR&cdmSts=SUSP
  2. Flight will keep Suspended, and this aircraft will not be triggered anymore for new re-calculations until the status "SUSP" disappears.

Network CDM Status

PRIO

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

REA

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