ADVERTISEMENT

New blow to Boeing from engine delay, rival from Airbus takes off

Published Jun 18, 2019 12:00 am
PARIS, France (Reuters) — Boeing suffered a fresh setback at the opening of the Paris Airshow on Monday as the US planemaker’s engine supplier revealed a delay affecting its all-new 777X jet, while Airbus targeted the middle of the market with a rival plane. GE Aviation said it had found unexpected wear in a component for the GE9X engine it is making for Boeing’s 777X, the world’s largest twin-engined jet, forcing a delay of several months while it redesigns and tests the part. The aerospace industry’s biggest annual event, which alternates with Britain’s Farnborough Airshow, is traditionally a slugging match between Airbus and Boeing in the $150 billion a year commercial aircraft market. But this year Boeing is still grappling with the grounding of its top-selling 737 MAX aircraft in March after two deadly crashes, while European arch-rival Airbus is dealing with the fallout from a long-running corruption scandal. Airbus used the show to launch a long-range version of its A321neo jet, aiming to carve out new routes for airlines with smaller planes and steal a march on Boeing’s owns plans for another potential all-new jet, the NMA. “We can fly from north-eastern Asia into south Asia, from the Middle East to Bali or from Japan deep into Australia, and so on,” Airbus chief salesman Christian Scherer said. “It is therefore the lowest-risk investment for airlines on these kinds of routes.” Leasing company Air Lease Corp became the first customer of the new aircraft – the A321XLR – lining up for 27 as part of a deal for 100 Airbus planes. Sources familiar with the matter said Airbus was trying to assemble close to 200 orders or conversions to the new model as it chases deals with carriers including American Airlines, JetBlue, Cebu Air and Frontier Airlines owner Indigo Partners. Despite a flurry of delegates dashing in golf carts between parked jetliners, missiles and spy planes, this year’s gathering appeared relatively subdued, with a profit warning from Lufthansa adding to trade tensions and slowing economies. French President Emmanuel Macron watched as France and Germany unveiled a sleek, dagger-shaped mockup of a new fighter plane the two close European allies plan to develop. Analysts expect anything from 400 to 800 commercial aircraft orders and commitments at the show, compared with 959 at Farnborough last year, though it can be hard to identify truly new business against firmed-up commitments and switched models. Boeing commercial airplanes boss Kevin McAllister said it was premature to predict any delays to the 777X program. The planemaker is targeting a maiden flight this year and entry into service the next. Gulf airline Emirates has said it expects the first plane in June 2020. Flight tests often take more than a year. The Airbus A321XLR will be the longest-range narrow-body jetliner and arrives as airlines look to maximise the flexibility of more fuel-efficient, single-aisle aircraft. Its range of up to 4,700 nautical miles - about 15% more than the previous A321LR - will leapfrog the out-of-production Boeing 757 and nudges it into the long-jump category occupied by more costly wide-body jets. The A321XLR also eats into a range category targeted by the possible NMA mid-market, twin-aisle jet under review by Boeing. “It does provide a very effective airplane for many of the same routes as the NMA, and it does so many years earlier,” Air Lease CEO John Plueger said of the new Airbus jet. But there is a debate over whether passengers will enjoy flying longer distances in medium-haul planes. Airbus did not give a price for the A321XLR. The current A321neo has a list price of $129.5 million. Boeing Chairman and CEO Dennis Muilenburg on Sunday said the A321XLR would only “scratch an edge” of the market segment targeted by the NMA. But Air Lease founder Steven Udvar-Hazy, a doyen of the leasing industry, said the NMA project remained “a little bit in cold storage” as long as the MAX grounding lasted.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.