Opened 12 years ago
Last modified 12 years ago
#143 closed enhancement
Takeoff detection for planes without a strobe light — at Initial Version
Reported by: | István Váradi | Owned by: | István Váradi |
---|---|---|---|
Priority: | blocker | Milestone: | General availability |
Component: | rules | Keywords: | |
Cc: |
Description
For planes that have no strobe lights, the takeoff procedure should be handled differently:
If GS exceeds 50 knots during taxi, the state of the aircraft is saved. The GS checker does not produce an error message, but maintains the value of the highest speed achieved. If the stage is still TAXI after 20 seconds, or GS decreases below 50 knots, a "GS exceeded" fault will be logged with the highest speed.
In the latter case, the user can tick an "RTO" checkbox on the takoff page, in which case the error message(s) will be removed from the log and replaced by the text "RTO from XXX knots", where XXX is the highest speed achieved. If this happens while the stage is still TAXI, it will switch to RTO. The checkbox is active only if the contents of the Remarks window is not empty. If it becomes empty later on, the checkbox should become inactive and unmarked, and the "RTO from XXX knots" message should be replaced by the fault message about the highest GS speed.
If the plane becomes airborne (onTheGround becomes False) within 20 seconds of exceeding 50 knots, the stage is switched to TAKEOFF, and the takeoff data is logged using the state saved when exceeding 50 knots.