![]() |
Originally Posted by HN39
RE 1: In those days the BEA didn't have facilities to read DFDR tapes and decode the data. The tape was read at the CEV (Centre d'essais en vol), the french military flight test centre, which also does civil certification test flying and houses the french national test pilot school. The print looks to me like it was produced on a IBM typewriter or daisy-wheel printer and published in the report as it was received from the CEV.
RE 2: The DFDR GMT parameter probably records only hours and minutes (remember the timestamp of the AF447 ACARS messages?). The seconds have to be determined by counting the frames, and fractions of a second from the parameter position within the frame word sequence. Who sets the GMT clock in the airplane? The wording of the note in the Airbus memo suggests that TGEN is not a recorded parameter but a frame count added in the CEV printout of DFDR data. |
Originally Posted by CONF iture
(Post 8279965)
And where my post #336 is "criticising the BEA for supplying raw data" ?
All I can see is demanding for more ... not less. Like you, I would feel more confortable with a precise and clear timing. But when you demand "more" (i.e. precise GMT timing), then by definition you are demanding something that is not raw data. Indeed I think Dozy'point was that raw data should not be altered ; that means nothing added nor removed. If not, then they are no raw data anymore, but a transcription. Cheers. |
Originally Posted by CONF iture
the DFDR has a very accurate elapsed time-base
Data acquisition systems output a binary file sequenced in four-second frames. Each frame is divided into four one-second-subframes. Each subframe is divided into 64, 128, 256 or 512 “words” of 12 bits each, depending on the FDR’s technology. The bit is the basic binary unit whose value is either 0 or 1. A 12 bit word can have values from 0 to 4095. The time parameter is recorded in the first 'word' of a data frame. That 12 bit word can contain the 24*60=1440 minutes in a 24 hour day, but 24*60*60=86400 seconds requires at least 5 bits more. According to the Habsheim accident report the DFDR recorded 200 parameters, including 141 'discretes' (yes/no parameters). The attachment shows that this number of parameters required reducing the recording frequency of many parameters to once every 4 seconds. Wouldn't it be a waste of valuable capacity to record GMT with a resolution of one second when 1 minute is sufficient because the seconds can be derived from the frame count? (*) This and other quotes are from a BEA report "Flight Data Recorder Read-Out - Technical and Regulatory Aspects". The quotes are edited for continuity. P.S. BTW, subtracting 141 discretes from 200 recorded leaves 59 parameters. Counting the parameters in Tome 1 through 6 that readout must be pretty complete for the number of parameters. |
Originally Posted by AlphaZuluRomeo
(Post 8280172)
But when you demand "more" (i.e. precise GMT timing), then by definition you are demanding something that is not raw data.
Indeed I think Dozy'point was that raw data should not be altered ; that means nothing added nor removed. If not, then they are no raw data anymore, but a transcription. It is therefore entirely understandable that the BEA simply tacked a copy of the raw output to the report as an appendix. I'd also be inclined to suggest that because the output is clearly raw data dumped to hard copy, it rather undermines the "tampered data" allegations. Ironically, according to Airbus's response it was the outside investigator's lack of experience with this new data format that caused him to misinterpret the synchronisation. EDIT (as HN39's post is a useful illustration!) :
Originally Posted by HazelNuts39
(Post 8280338)
Data acquisition systems output a binary file sequenced in four-second frames.
Each frame is divided into four one-second-subframes. Each subframe is divided into 64, 128, 256 or 512 “words” of 12 bits each, depending on the FDR’s technology. The bit is the basic binary unit whose value is either 0 or 1. A 12 bit word can have values from 0 to 4095. Wouldn't it be a waste of valuable capacity to record GMT with a resolution of one second when 1 minute is sufficient because the seconds can be derived from the frame count? |
Doxy,
The Wirek Wire recorder issued to me as a 20 year old in 1948 recorded data DIGITALLY on a long steel wire. It couldn't do anything else, just ON or NOT ON..... It was the size of a small suitcase - but heavier. Some 30 years later, my employers had their B707 Flight plans prepared at JFK ( or was it Idlewild ?) and telexed, digitally to the UK. My very own ZX81 battery powered computer from 1982, recorded digitally on cassette tapes. (I learned just a little binary, too !) I saw one used with a digital camera (B&W) a year or two later. Once data is recorded digitally, surely the use of a checksum tended to prevent or at least identify possible errors. |
Got it in one. Also, if HN39 is correct that they had to go to an outside agency to extract the data in a format they could use (apparently hard copy in this case), then they would not have been able to easily rework it into a digital format again. I reiterate - in computing/information science terms the state of the art in 1988 would by today's standards be considered not just incredibly primitive, but also awkward to use, time-consuming and expensive. Particularly of note is that not only did microcomputer paradigms differ from mainframe/minicomputers in general, but even among microcomputers there was no universal standard for representing data - the norm was a mishmash of proprietary formats, all of them incompatible with each other. Transferring data was theoretically possible, but every byte would have to be individually hand-checked to ensure the data was identical at both ends. It is therefore entirely understandable that the BEA simply tacked a copy of the raw output to the report as an appendix. I'd also be inclined to suggest that because the output is clearly raw data dumped to hard copy, it rather undermines the "tampered data" allegations. Ironically, according to Airbus's response it was the outside investigator's lack of experience with this new data format that caused him to misinterpret the synchronisation. These competent authorities ... are they were really competent at the time? Certified a system that has no common standards .. the results become uncertain because of the difficulty to analyze .. is this serious? |
Originally Posted by Linktrained
(Post 8280704)
My very own ZX81 battery powered computer from 1982, recorded digitally on cassette tapes.
In reference to what you're saying though, all the examples you give are of digital transmissions where the source and target spoke the same digital "language". Going back to your ZX81 example, you could not take the tape with your program on it and load that program into, say, a Spectrum - which shared the same processor but the ROM kernel and architecture was different - or a Vic-20, which had a different CPU as well as a very different architecture. Checksums only work if the algorithms at each end are identical, and even then you still have the issue of how the data is processed at each end. It is the interpretation, processing and storage of the data between different architectures rather than the transmission that is the key problem here. @jcj : Whoa there - the system used by the CEV on behalf of the BEA had common standards, *was* compatible and *was* certified. It seems the BEA wisely chose to avoid any further processing of the data beyond using the certified systems to provide a human-readable hard copy for the very reasons I've suggested. These days, the technologies used to process, store and render the data in different forms are several orders of magnitude more capable than they were back then. Let me make this clear - the post extract of mine you just quoted does not relate to how the data was actually handled, it relates purely to the difficulty level, technically speaking, that would have been involved in attempting to transfer the data to another machine to reformat it, a process which is commonplace today. I was trying to explain why CONF iture's complaint about the GMT time formatting etc. was somewhat unreasonable given the technical state of the art at the time. Here's a copy of the FAA regs pertaining to DFDRs : 14 CFR 121.344 - Digital flight data recorders for transport category airplanes. | LII / Legal Information Institute |
1988 rules for Flight Recorders
Hi jcjeant,
I think you'll find that in 1988 many airliners (particularly American ones) were still using scratch-foil (analogue) flight recorders, monitoring about 7 parameters. The DFDR on the A320 was advanced for its time. BTW, it was unfortunate that the QAR cassette in the electronics bay was (presumably) destroyed in the ensuing fire, because that would have revealed even more data than the DFDR. *** PS [by EDIT on Jan24] Now that DozyW has provided that useful link to the relevant FARs for the present day, it may be worth having a look at the FAA regulations pertaining, at the time of Habsheim (1988), to turbine-powered airplane types that had been type-certificated before October 1969. 14 CFR 121.343 - Flight data recorders. | LII / Legal Information Institute Types still enjoying the leniency of the above FARs in 1988 would have included all derivative models of B737 and DC-9 (and presumably the MD-80 series, which was certificated by amendment to the DC-9 type-certificate). To summarise the relevant parts: aircraft in that category (type-certificated before Oct 1969) needed only 6 parameters (one of which was time), although by 25MAY1989 the 6 parameters had to be recorded digitally (so the scratch-foil recorder was no longer acceptable), and by 25MAY1995 the minimum number of parameters rose to 11; and individual aircraft manufactured after 26MAY1989 needed a DFDR with a minimum of 17 parameters. So in the case of a B737-400, which was competing for sales head-on with the A320, I infer that hulls manufactured at the time of the Habsheim accident could have been registered in the U.S. with a 6-parameter DFDR, or even a scratch-foil recorder initially. *** [by EDIT on Jan27] Re the A320 QAR, further enquiry suggests that - on the contrary - it only records roughly the same number of parameters (and the same sampling rates) as the DFDR, although the precise specification may vary from airline to airline. A print-out of a 1988 BCAL/BA A320 QAR confirms this, and is presented in 5 "passes" - roughly corresponding to the 5 "tomes" shown in the BEA report for Habsheim. |
Originally Posted by AZR
But when you demand "more" (i.e. precise GMT timing), then by definition you are demanding something that is not raw data.
The time is recorded continuously on the DFDR.
Originally Posted by HN39
Wouldn't it be a waste of valuable capacity to record GMT with a resolution of one second when 1 minute is sufficient because the seconds can be derived from the frame count?
Bad luck, as the pilots did not die during the crash, they had their own testimony to produce, and it appears to be slightly different from the BEA account. Now, if you want to quickly discredit the pilots version, all you need to do is opening the data on the table, ALL the data, not the very limited amount the BEA chose to share ... |
Originally Posted by CONF iture
Where is it on the Habsheim listing ?
all you need to do is opening the data on the table, ALL the data, not the very limited amount the BEA chose to share ... |
From the FAA Regulatory and Guidance Library:
Code of Federal Regulations Part 121 OPERATING REQUIREMENTS: DOMESTIC, FLAG, AND SUPPLEMENTAL OPERATIONS Appendix B--Aircraft Flight Recorder Specifications Sec. B121.1 Appendix B--Airplane Flight Recorder Specification. Parameter: Time (GMT or Frame Counter) (range 0 to 4095, sampled 1 per frame). Range: 24 hours------------ Accuracy sensor input to DFDR readout: ± 0.125% Per Hour------------------- Sampling interval (per second): 0.25 (1 per 4 seconds). Resolution readout4: 1 sec. 4This column applies to aircraft manufactured after October 11, 1991. Amdt. 121-197, Eff. 10/11/88 |
Originally Posted by HN39
You could look, for example, at the fragment you copied in your post #336 to see that FL and MACH are recorded at intervals of 4 seconds.
Where are the seconds ? As I said, I believe the DFDR readout published in the accident report contains all parameters recorded on the DFDR for the relevant part of the accident flight. |
Originally Posted by CONF iture
The time is recorded continuously on the DFDR.
Where are the seconds ? |
Originally Posted by CONF iture
(Post 8282118)
Bad luck, as the pilots did not die during the crash, they had their own testimony to produce, and it appears to be slightly different from the BEA account.
Notably, once things had settled, it was only Asseline who kept insisting that the aircraft had failed him - nothing was heard from his first officers since. If the crew as a whole had such faith in Asseline's position, why did they not put their names to his book? Why did his lawyers never pursue the fact - laid out clearly in the BEA's report - that the airline's standard of operations were not fit for purpose in this case? I reckon SNPL union politics have a lot to answer for here - I don't think they ever had his interests at heart, and instead saw him as a tool in their ongoing vendetta with Airbus. |
Notably, once things had settled, it was only Asseline who kept insisting that the aircraft had failed him - nothing was heard from his first officers since. If the crew as a whole had such faith in Asseline's position, why did they not put their names to his book? Why did his lawyers never pursue the fact - laid out clearly in the BEA's report - that the airline's standard of operations were not fit for purpose in this case? I reckon SNPL union politics have a lot to answer for here - I don't think they ever had his interests at heart, and instead saw him as a tool in their ongoing vendetta with Airbus. translate.google.com The two flight recorders are recovered intact but disappear the same night, transported by the director of the DGAC, a Daniel Tenenbaum without counsel Mulhouse Jean WOLF considered it appropriate to affix court sealed ! The following evening, Monday, June 27, all authorities will conclude the innocence of the accident airplane charging multiple pilot errors. The plane was flying too slowly, too low and the gas were delivered too late. All control systems of the aircraft worked perfectly. A survey at least expeditious ... As per design |
@NeoFit
The "tampered flight recorder" argument was based on a misreading of the data by the independent investigator hired by Asseline's SNPL team, which amateur investigators tied to a photo in which a Swiss photo expert said the two sets of flight recorder casings were different. The problem with the latter is that no-one from the investigation ever said that the cases in the photo were those recovered from the aircraft - they may have been "dummy" units shown to the people working the site so they knew what they were looking for. |
The photos of the "wrong recorders" don't even look convincingly "wrong".
It really does show how ambitious doing FBW was at the start in the 1980s, when the recorder technology is compared. |
Originally Posted by HN39
In the Frame Counter, labelled TGEN.
|
they may have been "dummy" units shown to the people working the site so they knew what they were looking for. |
CONF, every bit of footage of a search briefing involving police and volunteers I've ever seen includes a display of examples of what they will be searching for, whether that be a photo or a near-identical object.
The report states that engine behaviour was normal, meaning that the investigators compared the full FDR data to expected behaviour. They flew the aircraft for real to determine why the elevators briefly deflected nose-down. In other words, they acted on the allegations made by Asseline and in the latter case backed up what he said, though that behaviour also turned out to be expected. |
Originally Posted by HN39
The DFDR does not generate a 'time' parameter as such.
Where does the labelled GMT H MN on the Habsheim listing come from then ? Nothing is recorded 'continuously' on a DFDR. |
Originally Posted by CONF iture
(Post 8283283)
Where does the labelled GMT H MN on the Habsheim listing come from then ?
Originally Posted by HazelNuts39
(Post 8279323)
RE 2: The DFDR GMT parameter probably records only hours and minutes (remember the timestamp of the AF447 ACARS messages?). The seconds have to be determined by counting the frames, and fractions of a second from the parameter position within the frame word sequence. Who sets the GMT clock in the airplane? The wording of the note in the Airbus memo suggests that TGEN is not a recorded parameter but a frame count added in the CEV printout of DFDR data.
Monday, June 27, all authorities will conclude the innocence of the accident airplane charging multiple pilot errors. The latter, under the pressure of complaints by passengers and the Union of Airline Pilots (SNPL) will handle the case in an emergency such as law requires. |
Hi DW,
The report states that engine behaviour was normal, If you look at data on TOME 4, at time 240 secs, the engine N1s (1,2 %)follow the TL positions (Manettes 1,2 DA (angle)). As the TLs are closed (+014 to -0), the engine revs decay slowly from 68% to about 30% - which appears normal. Between time 328 to 330, the TLs are advanced to the GA position (+45) and the engine revs increase from 29% to 83% by time 334. The TLs are then closed briefly (-0) at time 336, and then advanced to +25 position at time 338. Meanwhile the engine revs decay from 83% to 56% then back to 86/87% - then end of recording. It appears that the engines did respond normally (they achieved 83% within 4 to 6 seconds of moving the TLs from idle), but Capt. Asseline thought they had not and briefly closed them seconds before impact. |
Originally Posted by rudderrudderrat
(Post 8283313)
Between time 328 to 330, the TLs are advanced to the GA position (+45) and the engine revs increase from 29% to 83% by time 334.
The TLs are then closed briefly (-0) at time 336, and then advanced to +25 position at time 338. Meanwhile the engine revs decay from 83% to 56% then back to 86/87% - then end of recording. It appears that the engines did respond normally (they achieved 83% within 4 to 6 seconds of moving the TLs from idle), but Capt. Asseline thought they had not and briefly closed them seconds before impact. |
That reduction to 56% certainly wasn't going to help matters in front of the trees; it would also have set the computers an unusual - if not difficult - task, to hold the aircraft stable close to maximum AoA as the power cycled up, half- way down and then up again.
I wonder if that power reduction about 5 seconds before impact agrees with the much-discussed-on-documentaries sound recording timing from the crowd's video? Perhaps the conspiracy-minded are hearing and timing the second rise in N1 just before impact with the trees, when in fact they should be timing the first rise in N1 after which the throttles were cycled. I remember "5s" is always quoted as the claimed engine delay. I also wonder whether the perceived lack of apparent response from the engines that led to Asseline cycling the power levers was reinforced by odd cues from being lower and slower than expected? |
Hi DW,
Am I right in thinking that procedure of going back to the idle detent and thence forward to climb or TOGA only really applied to situations where A/THR is active? It appears to me, that had he maintained the TLs in the TOGA position, then he would have had TOGA thrust by time 335 (engines accelerate very quickly at high power settings). |
Hi rrr,
"If we all agree on the end of recording (impact) at time 339 seconds, ..." Afraid not... HN39 and I have discussed this at some length. The last time frame whose data is totally uncorrupted is TGEN 334.0, and is treated, IIRC, as t-zero in the reports. During TGEN 335.0, the data start to unhinge. That, following what appear to be uncorrupted signs of the initial impact, is particularly noticeable in the 4 sequential values of x and y accelerations (longitudinal and lateral respectively), and the 8 values of z (normal) acceleration presented in Tome 3. In Tome 1, the single sample of GS glitches to 648 kt. |
Originally Posted by Chris Scott
(Post 8283379)
The last time frame whose data is totally uncorrupted is TGEN 334.0, and is treated, IIRC, as t-zero in the reports.
During TGEN 335.0, the data start to unhinge. That, following what appear to be uncorrupted signs of the initial impact, is particularly noticeable in the 4 sequential values of x and y accelerations (longitudinal and lateral respectively), and the 8 values of z (normal) acceleration presented in Tome 3. In Tome 1, the single sample of GS glitches to 648 kt. G-KMAM Incident The DFDR was a Loral F800. This type of recorder has been found to give poor performance on the A320, and the investigators discovered that the DFDRs on all four of Excalibur's A320s had a history of problems, including random track changing, incorrect Built-In Test Equipment (BITE) indications, and corruption of data (AAIB 2/95 Sections 1.11 and 2.11). The track changing and BITE problems were cured by the replacement of a certain Electrically Erasable Programmable Read Only Memory (EEPROM) unit, a modification which Loral made mandatory only in response to considerable pressure from industry and regulatory agencies. The data corruption appeared to be due to vibration. The anti-vibration tray on the A320 had not been tested to the requirements of Radio Technical Commission for Aeronautics (RTCA) document DO-160 "Environmental Conditions and Test Procedures for Airborne Equipment". Trials after the incident showed that the recording quality was improved by mounting the DFDR on a tray conforming to the DO-160 standard. (AAIB 2/95 specifies the DFDR as "Loral F800". The DFDR on F-GFKC which crashed at Habsheim in 1988 was referred to as a "Fairchild F800" and that on F-GGED which crashed at Strasbourg in 1992 as a "LORAL-Fairchild F800" in the appropriate reports. Presumably these are all references to the same make and model of DFDR.) Since 1989, Airbus Industrie have used a different make of recorder for all test and certification flights. It is stated (AAIB 2/95 Section 1.11, p 17) that the Loral recorder is fitted only on delivery to the customer. Precisely what the status of the airworthiness certificate is following this modification is not clear! Investigation of this revealed that this was a common problem and that although Airbus had made a number of approaches to Loral regarding the unit, the situation had not improved. |
Originally Posted by RRR
The TLs are then closed briefly (-0) at time 336, and then advanced to +25 position at time 338.
Originally Posted by Dozy
Interesting
Originally Posted by awblain
That reduction to 56% certainly wasn't going to help matters in front of the trees
You are all very confused, and the BEA made sure you would be with such a 'pitiful' report. Never wonder why the English version was not on the BEA site ... ? |
Gentlemen,
Although the DFDR itself has the advantage of being in a protective compartment at the tail of the a/c, the scores of sensors that supply the data to it, not to mention the FDIU/FDAU itself, are not afforded that luxury. They wouldn't be much use if they were... |
Hi Chris,
The last time frame whose data is totally uncorrupted is TGEN 334.0, and is treated, IIRC, as t-zero in the reports. In which case, Capt. Asseline didn't select TOGA until sometime after 328 and before 330. That was only 4 to 6 seconds before impact with the tree tops, and the engines had accelerated to 83% & 84%. Edit: I don't see what was unusual about the engines response. http://www.blackholes.org.uk/PP/Typi...ponseChart.jpg |
Originally Posted by CONF iture
(Post 8282118)
You are misinformed
|
@ CONF, post 383
If the crew questioned the aircraft functioning BEFORE their presentation at Habsheim, they have been even more stupid to start such an unusual flight, very close to the limits of any operation particularly with passengers on board! |
|
@CONF:
The BEA aren't hiding the earlier (known) malfunction, it simply isn't relevant to the incident. They are hiding nothing else. People who are still tilting at windmills, like yourself and your chums at the SNPL however, are very much on a hiding to nothing if this thread is anything to go by. |
Originally Posted by dozy
They are hiding nothing else.
|
Originally Posted by CONF iture
(Post 8285770)
Not even the English version of the report or the annexe VII ...
Annexe VII covers the period directly concerning the accident only - it was, and in many cases still is, standard practice for most agencies to do this. Any data from other phases of the flight is quoted in short form during the narrative section of the report - again, nothing "hidden" and nothing untoward. but why am I asking that to a guy who even don't know the CONF setting used in Habsheim but cannot stop commenting on things he simply has no knowledge on ... !? For what its worth I've deliberately restricted my input to the computer systems design and specification as much as possible - any comment of mine outside of those bounds only refers to aspects that can be understood with a little basic aero knowledge plus a decent level of reading comprehension (or explicitly quotes people with the requisite qualification when responding to them). Far more qualified minds than mine have been picking apart the technical and piloting aspects - not to mention the operations angle in which, as the BEA correctly stated in their report, AF are deservedly found significantly wanting (I found gums' sense of disbelief very appropriate on that point). You've got A320 line pilots both current and former - as well as at least one A320 TRE - saying that the aircraft behaviour seems normal. From my point of view, and I've said this before, I take back my initial reservations about going over this again because I've learned a whole new raft of information for which I am very grateful. I came into this new discussion ready to defend my existing position that the BEA report was fit for purpose and the aircraft's behaviour expected, but prepared to be open to change that opinion if evidence showed otherwise - I have to say that the new or clarified information uncovered has tended to strengthen that opinion (for what little my opinion is worth) rather than undermine it. As far as the non-technical aspects of the aftermath go, it seems to me that it was the parties acting for Capt. Asseline and the union who showed more interest in pursuing a predetermined agenda than the judiciary, Airbus or the BEA. Of the latter three parties, it is the BEA who in retrospect come across as by far the most even-handed, going to considerable lengths to take evidence, both primary and secondary (from all parties) into consideration when trying to determine what happened. The oft-repeated myths that the authorities sought to solely blame the flight crew, ignored allegations made by Asseline and the SNPL and tampered with flight data simply do not stand up to scrutiny when even a cursory review of the evidence is undertaken. I do have some sympathy for Capt. Asseline, because while his judgement skills regarding conduct of the flight undoubtedly fell short of the standards required, he and his flight crew were poorly prepared and briefed by the airline prior to the flight (and the airline subsequently had no qualms about using a contradictory rule regarding minimum altitude for display flights to throw him under the bus). Not only that, but as Chris Scott suggests, I'm beginning to think he was poorly advised by those representing him - leading him away from what may have been a reasonable argument against the airline and instead convincing him to pursue allegations of technical failure against the manufacturer, a much more difficult proposition legally, but more in keeping with their long-held desire to score points against Airbus. That it can be inferred such advice was given to an undoubtedly traumatised man wrestling with his own sense of responsiblity - of which a natural psychological factor is denial - does little to endear them in my opinion. |
@ CONF
It had been read but as you again went this way, the repetition seems to be useful! |
Quote from Linktrained (January 13th):
"The flight had been briefed to be at 100 ft along R/W 34 L. Perhaps due to the realignment with grass R/W 34 R the aircraft used some of its potential energy (now only height and airspeed, with flight idle having been set at 12.44.14) the descent to 46 ft became inevitable. This required more of a climb than hadbeen planned - or an earlier selection of TOGA by a few seconds ( 10 ?)." Sorry to respond so late. First, perhaps it's worth reminding ourselves and others again that the fly-past was ill-conceived by the airline, with no provision made for a recce-flight or a ground inspection, and minimal preparation by both the airline and the crew. The notion of making an approach with a load of commercial passengers to a platform of 100ft QFE on an unknown non-runway (in A320 terms) - followed by a level-off, during which the a/c would be decelerated to within a couple of degrees of the stall AoA; followed by a high-alpha go-around - must rate as one of the most irresponsible in public-transport ops since the flying circuses of the 1920s and 30s. Once committed, there would be little room for even one technical failure or significant crew-misjudgement. This crew seems to have made at least three serious errors in the execution of the briefed game-plan. (1) The a/c arrived at the airfield boundary with far too much energy - kinetic and potential - to achieve the briefed game-plan of establishing stable flight at high AoA, using thrust to maintain speed in level flight during the transit of the airfield. (2) The a/c levelled off at an indicated barometric height of about 60 ft above the reference altitude of the airfield - on both the pilots’ altimeters. (This assumes they had been correctly set to the QFE of 984 hPa, as announced in the CVR transcript). During the next 14 seconds before first impact, the barometric height fell slightly to about 50 ft, finally recovering to about 60 ft. Allowing for pressure-altimeter tolerances, together with the forward position of the static-pressure port and the aircraft’s high pitch-attitude, as much as 20 feet could be subtracted from the above values to “guess-timate” the actual heights. It seems clear that, however foolish the airline and the captain were to plan the flypast at 100 ft on the QFE, the a/c would in all probability have cleared the trees had it been flown thus. (3) The go-around was initiated too late to achieve any significant climb before the tree line was reached. In the event, insufficient time was allowed for the certificated time of engine acceleration from idle thrust, and the a/c was carrying a negligible surplus of kinetic energy to convert to any increase in altitude. Prior to selecting TOGA thrust, the crew may have neither been aware of the horizontal distance to the tree line; nor the fact that the engine nacelles, landing-gear, and rear fuselage were lower than the tree tops. Their opportunities to recognise the hazard of the trees may have been limited: due initially to the rushed approach, and later to the visibility restrictions of the high pitch-attitude. |
Is it usual to see such mistakes punished by nine months firm jail?
|
| All times are GMT. The time now is 02:05. |
Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.