Overview

Pre-Departure Sequence Setting service is part of a series of services that help automate the A-CDM process at a CDM Airport.

It allows an A-CDM Partner to set the Target Take-Off Time (TTOT), which indicates the target time for the take-off from the runway; and/or the Target Start-Up Approval Time (TSAT), which indicates the target time an aircraft can expect receive start up / push back approval.

This is used in exceptional operating conditions.

References 

 

Service Definition

The following diagram illustrates a visual representation of the ProvidedPreDepartureSequenceSetting wsdl. 

Operations

The following describes the service operations:

  • setTSAT 

 

Signature

setTSAT ( setTSATRequest: TSATSettingRequest ) : TSATSettingResponse

Description

The setTSAT Service Interface Operation receives the Target Start-Up Approval Time for a specific flight.

 

The setTSAT Service Interface Operation receives the Target Start-Up Approval Time for a specific flight. The operation returns a confirmation of the validity of the provided TSAT taking into account business rules such as:

    • Not accepting values in the past
    • Not accepting a new value too close the existing one (there is a minimum change involved)


  • setTTOT 

Signature

setTTOT ( setTTOTRequest: TTOTSettingRequest ) : TTOTSettingResponse

Description

The setTTOT Service Interface Operation receives the Target Target Take-off Time for a specific flight.


The setTTOT Service Interface Operation receives a request for setting the Target Target Take-off Time for a specific flight.

The operation returns a confirmation of the validity of such request taking into account business rules such as:

    • Not accepting request affecting flights with no Target Target Take-off Time set yet.
  • No labels