You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

Configuration and status checking

The sequence diagram shows the typical initial use of the BagDropService by the SBD.

  1. First the SBD use GetConfiguration to initialize. GetConfiguration should be used regularly as it can change, for instance every 2 hours.
    NB! What is a reasonable time?

  2. GetStatus should be called regularly to verify the status of BagDropService. This can then also be used to indicate that the SBD is operational.
    A polling interval of 2 minutes are reasonable.
    NB! What is a reasonable time? 

  3. If GetStatus, or any other operation, indicates a DCS problem, GetDcsStatus can be called to get more precise information. GetDcsStatus should only be called if a DCS problem is indicated. 

  4. The operations mentioned above are used until a passenger initiates a bag drop. After the bag drop the get configuration and status testing resumes.
  • No labels