| The sequence diagram shows the typical initial use of the BagDropService by the SBD. - 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?
- 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?
- 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.
NB! GetDcsStatus is not currently implemented by Avinor to retrieve real time status from the DCS. It follows that it isn't necessarily to use it.
- The operations mentioned above are used until a passenger initiates a bag drop. After the bag drop the get configuration and status testing resumes.
|