Beechcraft 58 Baron
Opis
Przegląd Samolot jednośmigłowy Samolot wielośmigłowy Samolot turbośmigłowy Odrzutowiec Helikopter Lista dealerów Przeglądaj wg marki Samolot jednośmigłowy Samolot wielośmigłowyBeechcraft- Baron 58 - Baron 55 - Duke Samolot turbośmigłowy Odrzutowiec Helikopter Wyszukiwanie Beechcraft 58 Baron zł 644.745€ 150.000 Przegląd Szczególy Zdjęcia Kontakt do Sprzedawcy Przegląd Informacje podstawoweTyp:Samolot wielośmigłowyProducent:BeechcraftModel:58 BaronRok produkcji:1973Nr. rejestracyjny:EC-CFZNumer seryjny:TH-353Lokalizacja:Hiszpania, LESBCałkowity czas (TTAF):1828 hCena:€ 150.000(~ zł 644.745)Opodatkowany w UE:nieWszystkie szczególy Sprzedawca 777 Aircraft SalesAppel Systems OnlineSteubstraße 686551 AichachNiemcyTel.: 004915678878339 Kontakt do Sprzedawcy Wyświetl wszystkie 8 zdjęcia <!-- document.write('<a h'+'ref="/others/banner_'+'link.htm?extwin=1&jumpid=188" rel="nofollow" target="_blank"><i'+'mg s'+'rc="/others/banner_stats.htm?js_showbanner=188&extwin=1&t=1786410432" class="banner bannertype_D" alt="Avinex Aviation" style="-webkit-box-shadow: 0px 0px 0px 1px rgba(238,238,238,1);-moz-box-shadow: 0px 0px 0px 1px rgba(238,238,238,1);box-shadow: 0px 0px 0px 1px rgba(238,238,238,1);" border="0" /><\/a>'); // --> Szczególy Informacje podstawoweTyp:Samolot wielośmigłowyProducent:BeechcraftModel:58 BaronRok produkcji:1973Nr. rejestracyjny:EC-CFZNumer seryjny:TH-353Lokalizacja:Hiszpania, LESBCałkowity czas (TTAF):1828 hCena:€ 150.000(~ zł 644.745)Opodatkowany w UE:nieLiczba pasażerów:6Lądowania:1407Silnik(i)Liczba silników:2Producent/Model:IO-520-CIO-520-CNumer seryjny:555050555052Czas całkowity:1812 h1812 hTBO (hours):1700 h1700 hSOH:432 h432 hŚmigło - Czas 1:56 h SPOH18 h SPOHOpis/Charakterystyka silnikaModel: Baron 58 Year Mfr/Div: 1973/1973 Registration Number: EC-CFZ (Hex: 345690) Serial Number: TH-353 Location: LESB / Mallorca / Son Bonet Airport, Palma - Spain Ownership: Wholly Owned / Previously Owned Lifecycle/Use: In Operation / Charter Status: For Sale, Immediate Exclude Spanish Vat Airframe Total Time (AFTT): 1,828 hours Landings/Cycles: 1,407 Engines Model: IO-520-C Time Between Overhaul (TBO): 1,700 hours (for both) Engine 1: Serial Number 555050 | Total Time Since New (TTSNEW): 1,812 hrs | Since Overhaul (SOH): 432 hrs Engine 2: Serial Number 555052 | Total Time Since New (TTSNEW): 1,812 hrs | Since Overhaul (SOH): 432 hrs Propellers Prop 1: Serial Number ED5218B | Time Since Overhaul: 56 hrs | Overhauled: 12/2023 Prop 2: Serial Number ED4648B | Time Since Overhaul: 18 hrs | Overhauled: 04/2024AwionikaAvionics & Cockpit Equipment Flight Rules: IFR Autopilot: Century III Communication & Navigation Radios: Garmin GNS-530 with 8.33 channel spacing GPS: Garmin GNS-530 DME: King KN-62A Transponder: Garmin GTX-330 Cockpit Additions: Garmin G5, Garmin GMA-340, Kannad 406-AF compact ELTWyposażenieAdditional Equipment Extended-range fuel / auxiliary fuel tanks Hartzell 3-blade composite aluminum props Dual pitot static system Slick magnetosZewnętrzeWhite with blue stripes; exterior was polished in 2022.WnętrzeConfiguration: Executive / 6 passengers Interior Details: Tan leather interior with wool carpeting. Passenger seating is in very good condition (reported 08/02/2024), and crew seats are sheepskin-covered.Inne uwagiMaintenance Status Certification: EASA Maintenance Facility: Maintained by EASA Part 145 organizations General Condition: Operated under EASA AOC with all CAT.IDE requirements for commercial air transport complied with (reported 08/28/2023). Complete logbooks & records, no corrosion (reported 08/22/2024), and hangared. New windshields were installed in 04/2023. Key Maintenance Dates: Engine Overhaul: 12/18/2012 Left Prop Overhaul: 12/18/2023 (by Intercontinental Jet Services) Right Prop Overhaul: 04/04/2024 (by LPX Aviation Services) Annual Inspection: 05/2024 (by Turmina S.L.ES.) Corrosion Inspection: 07/2022 (deep corrosion inspection & intervention) ELT Due: 07/2026 Zdjęcia Kontakt do Sprzedawcy Sprzedawca777 Aircraft SalesAppel Systems OnlineSteubstraße 686551 AichachNiemcyTel.: 004915678878339Zobacz nasze aktualne oferty <!-- function validate_emailform(theform) { var error = false; var missing_message = ""; var zusatz_message = ""; var fill_in_message = "Proszę wypełnij następujące pola"; requiredfields = new Array("USERMAIL_NAME", "USERMAIL_PHONE", "USERMAIL_EMAIL", "USERMAIL_MESSAGE","USERMAIL_CAPTCHA"); fieldnames = new Array("Nazwa", "Tel.", "E-mail", "Twoja wiadomość", "Repeat Security Code"); for (var i = 0; i < requiredfields.length; i++) { fieldcolor_normal(requiredfields[i]); if(document.getElementById(requiredfields[i]).value == "") { fieldcolor_error(requiredfields[i]); missing_message = missing_message + "- " + fieldnames[i] + "\n"; error = true; } else { if(requiredfields[i] == "USERMAIL_EMAIL" && !check_email(document.getElementById(requiredfields[i]).value)) { fieldcolor_error(requiredfields[i]); zusatz_message = zusatz_message + "Prosimy o sprawdzenie czy format adresu e-mail jest właściwy.\n"; error = true; } } } if (error) { var output = ""; if (missing_message != "") output = fill_in_message + ":\n\n" + missing_message + "\n \n"; if (zusatz_message != "") output = output + zusatz_message + "\n "; alert(output); return false; } else { return true; } } // --> * Wymagane informacjeWyślij e-mail Do:777 Aircraft SalesTemat: Beechcraft 58 BaronOdNazwa:*Tel.:*E-mail:*Twoja wiadomość:*Repeat Security Code:* Drukuj
Informacje podstawoweTyp:Samolot wielośmigłowyProducent:BeechcraftModel:58 BaronRok produkcji:1973Nr. rejestracyjny:EC-CFZNumer seryjny:TH-353Lokalizacja:Hiszpania, LESBCałkowity czas (TTAF):1828 hCena:€ 150.000(~ zł 644.745)Opodatkowany w UE:nieWszystkie szczególy Sprzedawca 777 Aircraft SalesAppel Systems OnlineSteubstraße 686551 AichachNiemcyTel.: 004915678878339 Kontakt do Sprzedawcy Wyświetl wszystkie 8 zdjęcia
Informacje podstawoweTyp:Samolot wielośmigłowyProducent:BeechcraftModel:58 BaronRok produkcji:1973Nr. rejestracyjny:EC-CFZNumer seryjny:TH-353Lokalizacja:Hiszpania, LESBCałkowity czas (TTAF):1828 hCena:€ 150.000(~ zł 644.745)Opodatkowany w UE:nieWszystkie szczególy
Informacje podstawoweTyp:Samolot wielośmigłowyProducent:BeechcraftModel:58 BaronRok produkcji:1973Nr. rejestracyjny:EC-CFZNumer seryjny:TH-353Lokalizacja:Hiszpania, LESBCałkowity czas (TTAF):1828 hCena:€ 150.000(~ zł 644.745)Opodatkowany w UE:nieLiczba pasażerów:6Lądowania:1407
AwionikaAvionics & Cockpit Equipment Flight Rules: IFR Autopilot: Century III Communication & Navigation Radios: Garmin GNS-530 with 8.33 channel spacing GPS: Garmin GNS-530 DME: King KN-62A Transponder: Garmin GTX-330 Cockpit Additions: Garmin G5, Garmin GMA-340, Kannad 406-AF compact ELT
WyposażenieAdditional Equipment Extended-range fuel / auxiliary fuel tanks Hartzell 3-blade composite aluminum props Dual pitot static system Slick magnetos
Oferta z: Aircraft24