livin'thesim
Well-known member
- Joined
- Apr 6, 2005
- Posts
- 926
I have a question regarding computing the sliding 24 hour window. After experimenting a lot with many different scenarios, I have begun to think that there is an easy way to compute flight time in a 24 hr window.
I believe that it is only necessary to compute all flight time that occurs in the 24 hr period before a specific flight's completion time. In other words, suppose I have several flights in a 24 hr period. The easiest way to determine compliance with the regs is to do it on a flight by flight basis, instead of a 24 hour basis.
Essentially, the algorithm would go like this.
a. Note the stop time of the flight currently being checked (Flight 'n') for compliance.
b. Add the time of the flight being checked (Flight 'n') to the total tally.
c. Check the previous flight (Flight 'n-1'), and add all time that occurs within 24 hours of the end time of Flight 'n'.
d. Repeat until there is no more flight time within the previous 24 hours.
Here is the part that I am worried that I have not figured out. Is there any way a flight can look legal if you measure from the end of that flight, but the 24 hr window would be violated somewhere in the middle of the flight?
Or is it okay to check at the end and call it good? I have tried to find an example that looks good at the end, but is illegal in the middle, with no luck.
Any help is appreciated.
I believe that it is only necessary to compute all flight time that occurs in the 24 hr period before a specific flight's completion time. In other words, suppose I have several flights in a 24 hr period. The easiest way to determine compliance with the regs is to do it on a flight by flight basis, instead of a 24 hour basis.
Essentially, the algorithm would go like this.
a. Note the stop time of the flight currently being checked (Flight 'n') for compliance.
b. Add the time of the flight being checked (Flight 'n') to the total tally.
c. Check the previous flight (Flight 'n-1'), and add all time that occurs within 24 hours of the end time of Flight 'n'.
d. Repeat until there is no more flight time within the previous 24 hours.
Here is the part that I am worried that I have not figured out. Is there any way a flight can look legal if you measure from the end of that flight, but the 24 hr window would be violated somewhere in the middle of the flight?
Or is it okay to check at the end and call it good? I have tried to find an example that looks good at the end, but is illegal in the middle, with no luck.
Any help is appreciated.