<?xml version="1.0"?>
<rss version="2.0"><channel><title>C421 C GOLDEN EAGLE FSX | P3D  Latest Topics</title><link>https://dev.avsim.com/forums/forum/841-c421-c-golden-eagle-fsx-p3d/</link><description>C421 C GOLDEN EAGLE FSX | P3D  Latest Topics</description><language>en</language><item><title>Cool 1968 c421 Paint Schemes</title><link>https://dev.avsim.com/forums/topic/637209-cool-1968-c421-paint-schemes/</link><description><![CDATA[
<p>
	Really like this period paint designs on GA aircraft.  
</p>

<p>
	<a href="https://www.ebay.com/itm/134458789967" rel="external nofollow">https://www.ebay.com/itm/134458789967</a>
</p>

<p>
	<img class="ipsImage" alt="phYwu25.png" data-src="https://i.imgur.com/phYwu25.png" src="https://dev.avsim.com/applications/core/interface/js/spacer.png" /></p>
]]></description><guid isPermaLink="false">637209</guid><pubDate>Tue, 22 Aug 2023 16:09:07 +0000</pubDate></item><item><title>Golden Eagle</title><link>https://dev.avsim.com/forums/topic/546436-golden-eagle/</link><description><![CDATA[
<p>
	I know I'll live to regret this, but I've just bought the C421. I must say Alabeo didn't make it easy. 6 goes at using my CC, 2 goes at PayPal and finally, 1 go at my Debit card.
</p>

<p>
	To the point: Is anyone still using this aircraft? And does anyone have a REAL paint they would like to see. I'm open to offers. Just don't ask for personal registrations! <img alt=":rolleyes:" data-emoticon="" height="20" src="https://www.avsim.com/applications/core/interface/js/spacer.png" srcset="//bucket-classabb4b6de-f0f3-41fc-b42f-e9776c8572d8.avsim.com/emoticons/rolleyes@2x.png 2x" title=":rolleyes:" width="20" data-src="//bucket-classabb4b6de-f0f3-41fc-b42f-e9776c8572d8.avsim.com/emoticons/rolleyes.gif"></p>
]]></description><guid isPermaLink="false">546436</guid><pubDate>Fri, 07 Dec 2018 00:45:31 +0000</pubDate></item><item><title>Alabeo C421 - Magneto bar</title><link>https://dev.avsim.com/forums/topic/558667-alabeo-c421-magneto-bar/</link><description><![CDATA[
<p>
	Hello there !
</p>

<p>
	Fed up with the magneto bar not functioning properly ? Like, you can't even switch off all the magnetos at once...
</p>

<p>
	Proceed as follows <span>:</span>
</p>

<p>
	1/ Please add the following line in the panel.cfg file for the C421, in the [VCockpit04] section
</p>

<p>
	gaugexx=GAUGE_C421!Gauge_UPDATE_DIG_GP,            0,  0, 1,  1
</p>

<p>
	where you will replace xx by the number immediately after the last gauge of the section (most probably xx=06)
</p>

<p>
	If you are not sure of what you are doing, please keep a backup of your panel.cfg before making any change here.
</p>

<p>
	2/ create a GAUGE_C421 folder in the panel folder for the C421
</p>

<p>
	3/ create a GAUGE_UPDATE_DIG_GP.xml file in that new folder and edit it with Notepad
</p>

<p>
	4/ insert following code in the newly created xml file :
</p>

<p>
	&lt;?xml version="1.0" encoding="UTF-8"?&gt;
</p>

<p>
	&lt;SimBase.Document<br />
	        Type="AceXML"<br />
	        version="1,0"<br />
	        id="Gauge_UPDATE_DIG_GP"&gt;<br />
	    &lt;Descr&gt;AceXML Document&lt;/Descr&gt;<br />
	    &lt;Filename&gt;Gauge_UPDATE_DIG.xml&lt;/Filename&gt;<br />
	    &lt;SimGauge.Gauge id="Gauge_UPDATE_DIG_GP" ArtDirectory="."&gt;<br />
	        &lt;FloatPosition&gt;0.000,0.000&lt;/FloatPosition&gt;<br />
	        &lt;Size&gt;1,1&lt;/Size&gt;<br />
	        &lt;Image id="Gauge_UPDATE_DIG_GP" Name="Gauge_UPDATE_DIGNOP_GP"&gt;<br />
	            &lt;Transparent&gt;True&lt;/Transparent&gt;<br />
	        &lt;/Image&gt;
</p>

<p>
	        &lt;Update id="GANG_BAR_BOTTOM"&gt;<br />
	            &lt;Script&gt;<br />
	            (P:local time,seconds) (L:ASD_LEVER_C421_GANG_BAR2_TIMER,number) 0.5 - 0.1 + &amp;lt; if{<br />
	            (A:Recip eng left magneto:1,bool) (A:Recip eng right magneto:1,bool) or if{<br />
	                (A:Recip eng left magneto:1,bool) if{ 1 (&amp;gt;L:BUFFER_CLICK1_METALIC,number) }<br />
	                (A:Recip eng right magneto:1,bool) if{ 1 (&amp;gt;L:BUFFER_CLICK1_METALIC,number) }<br />
	                (&amp;gt;K:MAGNETO1_OFF) }<br />
	            (A:Recip eng left magneto:2,bool) (A:Recip eng right magneto:2,bool) or if{<br />
	                (A:Recip eng left magneto:2,bool) if{ 1 (&amp;gt;L:BUFFER_CLICK1_METALIC,number) }<br />
	                (A:Recip eng right magneto:2,bool) if{ 1 (&amp;gt;L:BUFFER_CLICK1_METALIC,number) }<br />
	                (&amp;gt;K:MAGNETO2_OFF) }<br />
	            }<br />
	            &lt;/Script&gt;<br />
	        &lt;/Update&gt;<br />
	    <br />
	 &lt;/SimGauge.Gauge&gt;<br />
	&lt;/SimBase.Document&gt;
</p>

<p>
	 5/ save
</p>

<p>
	6/ reload your aircraft in the sim
</p>

<p>
	7/ enjoy !
</p>

<p>
	If that does not work for you or if I speak Chinese, let me know in a message and I'll send you the files.
</p>

<p>
	Have fun and contribute to the community !
</p>

<p>
	G.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">558667</guid><pubDate>Sat, 24 Aug 2019 23:04:49 +0000</pubDate></item><item><title>Cessna 421 Landing lights with Switch panel</title><link>https://dev.avsim.com/forums/topic/538050-cessna-421-landing-lights-with-switch-panel/</link><description><![CDATA[<p>
	Has anyone been able to figure out how to get the landing lights to extend and turn on/off with their switch panels. Either lua or macros would be ok. I have both 2 position and 3 positions switches. 
</p>]]></description><guid isPermaLink="false">538050</guid><pubDate>Thu, 21 Jun 2018 16:39:16 +0000</pubDate></item><item><title>My first impression - amazing but with littel issues</title><link>https://dev.avsim.com/forums/topic/553380-my-first-impression-amazing-but-with-littel-issues/</link><description><![CDATA[
<p>
	First of all i am totaly impressed that Alabeo/Carenado can develop an airplane not only good looking but with above average system deep. Beside the PC12 (with all its mods) the Eagle C421 is now my favorit from A/C.
</p>

<p>
	<strong>Pros:</strong>
</p>

<ul><li>
		The sound is amazing and IMO one of the best out of the box. Engine start and panning around the Airplane is such a soundpleasure.<br />
		 
	</li>
	<li>
		I am not a real pilot but with the "advanced physics" by Andi it brings so much fun flying the Golden Eagle.<br />
		 
	</li>
	<li>
		Like i sad, good looking with great system variety.<br />
		 
	</li>
	<li>
		They paid attation to details (taxi light pans, working cabin signs and clock, etc)
	</li>
</ul><p>
	<br /><strong>Contras:</strong>
</p>

<ul><li>
		No user manual for all the switches, gauges and systems! Even freeware-airplans have a manual!<br />
		 
	</li>
	<li>
		VC panel lights are not seperatly switchable. To read the gauges at night you have to light up the hole cabin!<br />
		That bothers me most.<br />
		 
	</li>
</ul><p>
	<strong>Issues:</strong>
</p>

<ul><li>
		The "AL421fuel_pump.wav" is missing in the sound-folder so i copied a file from one of my other airplanes into the folder.<br />
		 
	</li>
	<li>
		The "cold and dark" and "ready for taxi" start option lets miss many settings. The "StartWindowsAircraft.xml" file has so many wrong and useless entries (like PA44 or Malibu) so i corrected it to make it a little better functioning.<br />
		 
	</li>
	<li>
		The gauge "M877 Chronometer" is poorly modeled, so i corrected the look and made "LT" 24hrs and "FT" starting with 00:00 (instead of lokal time !!!). In this context i also made the cabin clock 24hrs.<br />
		 
	</li>
	<li>
		The gauge "Shadin Avionics DIGIFLO" is poorly modeled and the switches and mode-selections are messed up. I corrected it for myselfe so it works now (not totally realistic but) better.<br />
		BTW i can not understand the developers! If they coded it one time correctly, they can use the gauge in all there planes and they never have to worry about it again.<br />
		 
	</li>
	<li>
		With Bert's solution in his first post (Title "Yaw Damper") the yaw-damper-switch is now working.<br />
		 
	</li>
	<li>
		I'm not sure if the weather-radar works properly. I had in rainy-conditions no radar reflection and in best-weather-conditions i had one! (under observation <span class="ipsEmoji">😉</span><br />
		 
	</li>
	<li>
		The gauge-reflections on the VC right hand side are a little heavy so i customized a few textures to my liking.
	</li>
</ul><p>
	<br /><strong>My conclusion:</strong><br />
	Not perfect but one of the best plane implementation from Alabeo/Carenado by now IMHO. I do not regret the purchase in any way and can really recommend this plane. One little step to get closer to A2A or Milviz...
</p>

<p>
	Best regards<br />
	Raller
</p>
]]></description><guid isPermaLink="false">553380</guid><pubDate>Sun, 21 Apr 2019 10:39:52 +0000</pubDate></item><item><title>421 Stormscope not working!  Radar Add-on?</title><link>https://dev.avsim.com/forums/topic/621455-421-stormscope-not-working-radar-add-on/</link><description><![CDATA[<p>
	Has anyone had anything display on the stormscope?  It's not displaying lightning strikes for me with ActiveSky as the weather generator or the native weather.  Do you guys know of a good radar add-on for the plane that could work, preferably a panel mounted radar?
</p>]]></description><guid isPermaLink="false">621455</guid><pubDate>Wed, 06 Jul 2022 01:24:25 +0000</pubDate></item><item><title>C421C advanced physics: the real stuff for OEI training</title><link>https://dev.avsim.com/forums/topic/537463-c421c-advanced-physics-the-real-stuff-for-oei-training/</link><description><![CDATA[
<p>
	C421C advanced physics
</p>

<p>
	 
</p>

<p>
	1. Why I developed the advanced physics version
</p>

<p>
	I was asked via this forum, via PMs and also by e-mails to provide a modified version of the Alabeo C421C which can be used for serious multi-engine training. It should have accurate type specific performance for both AEO (all engine operative) and OEI (one engine inoperative), the latter for either a windmilling prop at various speeds and for a feathered engine. Feathering should work as realistic as possible.
</p>

<p>
	Thus, I developed an advanced physics version of the Alabeo C421C. It shows realistic physics for negative thrust (prop drives engine). This is necessary for OEI training and more realistic idle power simulation.
</p>

<p>
	 
</p>

<p>
	2. Where to download
</p>

<p>
	The modifications to the “c421.air” and “aircraft.cfg” files,<br />
	aircraft data, equipment list, checklist and other documents for N100L,<br />
	as well as some images of C421C, registration N100L, can be found here:
</p>

<p>
	<a href="https://www.dropbox.com/sh/9fbvh4w0lpkv3zk/AACFtH_FhttbtkGkuZB8iTB-a?dl=0" rel="external nofollow">https://www.dropbox.com/sh/9fbvh4w0lpkv3zk/AACFtH_FhttbtkGkuZB8iTB-a?dl=0</a>
</p>

<p>
	Unfortunately, due to copyrights, I can’t upload the full files and can’t provide the AFM and other copyright protected documents.
</p>

<p>
	 
</p>

<p>
	3. How to install
</p>

<p>
	To update “c421.air”:<br />
	- Copy the original Alabeo C421 to another aircraft folder, e.g. “C421C advanced physics”.<br />
	- Use AirEd (freeware) and open the original “c421.air”.<br />
	   Open AirEd a second time and open “modifications advanced physics c421.air”.<br />
	   Copy the modified tables 511 and 512 to the original .air file<br />
	   (right click in modification file -&gt; copy -&gt; right click on original file -&gt; replace from clipboard)
</p>

<p>
	To update “aircraft.cfg”:<br />
	Just copy the modifications to the corresponding position in the original file.
</p>

<p>
	 
</p>

<p>
	4. Legend of modifications
</p>

<p>
	Modifications in aircraft.cfg:<br />
	- Basic Empty Mass (actual mass for N100L 5,154 lbs inserted; most C421C are more heavy, ours is on diet)<br />
	- correct basic data for engines + props<br />
	- engine friction included (necessary for all negative thrust scenarios)<br />
	- flaps lift + drag scalar adjusted (split flaps)<br />
	- 2 vacuum pumps<br />
	- VMO = 151 KIAS; VNE= 240 KIAS<br />
	- cabin: max. differential pressure: 5.0 psi
</p>

<p>
	Modifications in c421.air:<br />
	- implemented negative thrust scenarios in prop thrust and efficiency curves (tables 511 + 512); adjusted thrust curves for high TAS at high ALT
</p>

<p>
	 
</p>

<p>
	5. Side effects of modifications:
</p>

<p>
	- more realistic engine starting:<br />
	starting the engine needs the throttle to be 2 cm above idle (see checklist) for the first 15 seconds
</p>

<p>
	- if you start the engine and don’t retard the prop to medium RPMs immediately, you will overstress engine and prop. So be careful when doing an air start, you might lose the prop and the aircraft. (In the real aircraft, these effects are less severe, but you have to avoid high RPMs until the engine is warmed up and have to avoid rapid change of RPM.)
</p>

<p>
	 
</p>

<p>
	6. Additional Notes:
</p>

<p>
	- Basic aircraft data as published by the manufacturer, like range and service ceilings, especially OEI, are based on MTOM.
</p>

<p>
	- The use of high payloads close to MTOM and higher ambient temperatures are making for a more challenging OEI training.
</p>

<p>
	- In the sim, climb power is too low compared to full power (about 65 % instead of 75 %). I have to find a way to adjust that. 
</p>

<p>
	- I have buttons for engine failure under the mixture (see images)
</p>

<p>
	- Seat Position is, like in many Aircraft, higher than as per Default by the sim. For the C421C and me being 5 ft 7 in, that's about 7 clicks arrow up.
</p>

<p>
	 
</p>

<p>
	Stay sharp!<br />
	Enjoy the training!
</p>

<p>
	Best regards,
</p>

<p>
	<br />
	Andi
</p>
]]></description><guid isPermaLink="false">537463</guid><pubDate>Thu, 07 Jun 2018 17:10:58 +0000</pubDate></item><item><title>problem loading rxp 750 onto panel in p3d</title><link>https://dev.avsim.com/forums/topic/559118-problem-loading-rxp-750-onto-panel-in-p3d/</link><description><![CDATA[<p>
	I  am pulling my hair out. I cannot get the 750 to replace the 530 in the panel. Wht am i doing wrong?  It keeps showing up behind the 530 bezel.  This is in p3d. Please help as i am new to simulators
</p>]]></description><guid isPermaLink="false">559118</guid><pubDate>Fri, 06 Sep 2019 22:08:27 +0000</pubDate></item><item><title>T/O Trim setting</title><link>https://dev.avsim.com/forums/topic/613915-to-trim-setting/</link><description><![CDATA[
<p>
	Have not been able to establish a trim setting for T/O that allows for smooth rotation. Almost impossible to get airbourne without full rear deflection of yoke. Typical takeoff at any weight am still hard on the ground at 120k. Trim set at rear of T/O marks.
</p>

<p>
	Don't know if I have corrupted installation or not. 
</p>

<p>
	What trim setting do some of you use and at what speed do you rotate the 421.
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">613915</guid><pubDate>Sat, 22 Jan 2022 21:32:05 +0000</pubDate></item><item><title>Bernt Stoll FDE</title><link>https://dev.avsim.com/forums/topic/596723-bernt-stoll-fde/</link><description><![CDATA[
<p>
	So, I installed Bernt Stoll's FDE on my C421 in FSX-SE.
</p>

<p>
	Now she does not like to bleed off speed. Approaches are very tricky.
</p>

<p>
	That FDE is optimized for Prepar3d isn't it?
</p>

<p>
	Thanks
</p>
]]></description><guid isPermaLink="false">596723</guid><pubDate>Sun, 07 Mar 2021 16:41:42 +0000</pubDate></item><item><title>FSLspotlights for Alabeo C421</title><link>https://dev.avsim.com/forums/topic/550720-fslspotlights-for-alabeo-c421/</link><description><![CDATA[
<p>
	I love the 421 but the night lighting sucks as the gauge lights are tied to the overheads,I made a few adjustments in FSLSpotlights and it turned out pretty well
</p>

<p>
	Default 
</p>

<p>
	<img alt="2019-2-20-19-54-59-881.jpg" class="ipsImage" height="562" src="https://www.avsim.com/applications/core/interface/js/spacer.png" width="1000" data-src="https://i.postimg.cc/zv3wQ0DR/2019-2-20-19-54-59-881.jpg"></p>

<p>
	FSL
</p>

<p>
	<img alt="2019-2-20-20-15-2-978.jpg" class="ipsImage" height="562" src="https://www.avsim.com/applications/core/interface/js/spacer.png" width="1000" data-src="https://i.postimg.cc/Hn2xQg1w/2019-2-20-20-15-2-978.jpg"></p>

<p>
	<img alt="2019-2-20-20-15-55-571.jpg" class="ipsImage" height="562" src="https://www.avsim.com/applications/core/interface/js/spacer.png" width="1000" data-src="https://i.postimg.cc/dQmLM8Zh/2019-2-20-20-15-55-571.jpg"></p>

<p>
	<img alt="2019-2-20-19-52-58-755.jpg" class="ipsImage" height="562" src="https://www.avsim.com/applications/core/interface/js/spacer.png" width="1000" data-src="https://i.postimg.cc/tJfdGW7v/2019-2-20-19-52-58-755.jpg"><img alt="2019-2-20-19-54-29-64.jpg" class="ipsImage" height="562" src="https://www.avsim.com/applications/core/interface/js/spacer.png" width="1000" data-src="https://i.postimg.cc/RVk1P7kN/2019-2-20-19-54-29-64.jpg"></p>
]]></description><guid isPermaLink="false">550720</guid><pubDate>Thu, 21 Feb 2019 02:15:43 +0000</pubDate></item><item><title><![CDATA[Graphic issues C421 & P3Dv5]]></title><link>https://dev.avsim.com/forums/topic/592943-graphic-issues-c421-p3dv5/</link><description><![CDATA[
<p>
	Dear all,
</p>

<p>
	I am aware that there is no official installer for this aircraft for P3D5. So I simply redirected the installer to my P3D5 directory. I can load the plane but have issues with the graphics as shown in the file attached. Some planes I used in P3D4 could simply be used in P3D5 even though they also should not have been compatible so I thought maybe I can also make this one work but it seems I cannot fic those graphic issues. My system runs the new Geforce RTX 3080 as is a relatively new machine.
</p>

<p>
	Do you have any advice on how to fix it? Unfortunately I have deleted P3D4 as i wanted to move onto P3D5.
</p>

<p>
	<a href="https://ibb.co/42k2CXB" rel="external nofollow"><img alt="C421-graphic-issue.jpg" class="ipsImage" src="https://www.avsim.com/applications/core/interface/js/spacer.png" data-src="https://i.ibb.co/8bkbGfF/C421-graphic-issue.jpg"></a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	Thanks for your time.
</p>

<p>
	Regards,
</p>

<p>
	schweito
</p>
]]></description><guid isPermaLink="false">592943</guid><pubDate>Sat, 02 Jan 2021 14:51:06 +0000</pubDate></item><item><title>Annunciator panel logic improved</title><link>https://dev.avsim.com/forums/topic/572603-annunciator-panel-logic-improved/</link><description><![CDATA[
<p>
	I improved the C421 annunciator panel behavior (as described in the AFM) to make it a little more realistic:
</p>

<ul>
<li>
		The amber cabin altitude light now advises that cabin altitude is above 10,000 feet
	</li>
	<li>
		The amber left and right hydraulic flow light is now lit when the associated engine is off
	</li>
	<li>
		The green air conditioning hydraulic pressure light now advises that the a/c compressor is in operation (a/c switch to cool)
	</li>
	<li>
		The white courtesy light now advises that the overhead flight deck flood light are illuminated (unfortunately together with the panel light)
	</li>
	<li>
		The amber hydraulic pressure light now advises that hydraulic pressure is being applied to the landing gear retraction and extension system (during gear operation)
	</li>
</ul>
<p>
	<img alt="anum.jpg" class="ipsImage" data-ratio="90.00" height="900" width="1000" src="https://www.avsim.com/applications/core/interface/js/spacer.png" data-src="http://www.seitenschmie.de/anum.jpg"></p>

<p>
	Send me a PM with your email address. Hope you'll like it and please leave a feedback.
</p>
]]></description><guid isPermaLink="false">572603</guid><pubDate>Sun, 05 Apr 2020 11:10:18 +0000</pubDate></item><item><title>Alabeo C421 C Golden Eagle Cold and Dark</title><link>https://dev.avsim.com/forums/topic/591937-alabeo-c421-c-golden-eagle-cold-and-dark/</link><description><![CDATA[
<p>
	It may be very obvious, but, I've spent some time now trying find some reference somewhere as to how to access the Cold and Dark/ Taxi options in the Alabeo C421 C Golden Eagle.
</p>

<p>
	Can someone please enlighten me.
</p>

<p>
	Thank you.
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">591937</guid><pubDate>Sun, 20 Dec 2020 01:20:29 +0000</pubDate></item><item><title>Fantastic Plane</title><link>https://dev.avsim.com/forums/topic/587305-fantastic-plane/</link><description><![CDATA[<p>
	Found flight videos in 421 on youtube and this sim is spot on. I installed RXP GTN 750 in mine and it's a pleasure to fly. And the sounds are just great. Sounds of power. Great addon.
</p>]]></description><guid isPermaLink="false">587305</guid><pubDate>Sat, 17 Oct 2020 01:46:23 +0000</pubDate></item><item><title>Cannot Start Engines Using Procedures</title><link>https://dev.avsim.com/forums/topic/586447-cannot-start-engines-using-procedures/</link><description><![CDATA[
<p>
	Friday night I installed RXP GTN 750 in my Golden Eagle. Since then it won't start using normal cockpit procedures. Propellers spin but engine won't start. I need to use keyboard Cont.-E to start engines. What could have changed? It started nicely using checks before RXP upgrade. Any help would be appreciated. 
</p>

<p>
	Gary
</p>
]]></description><guid isPermaLink="false">586447</guid><pubDate>Sun, 04 Oct 2020 14:10:13 +0000</pubDate></item><item><title>Dead Stick</title><link>https://dev.avsim.com/forums/topic/579554-dead-stick/</link><description><![CDATA[
<p>
	Hi all,
</p>

<p>
	Picked up the Golden Eagle yesterday.  Installed fine into P3D v5.  But I had a problem when I tried to depart for my first flight.  This was pretty much my first ever attempt at flying a light twin, and I'm pretty new to flying prop aircraft in general.  So I went though the start up procedure...engines started fine.  I then started to taxi and could do so no problem, but I remembered I hadn't checked my flight controls.  So I stopped and looked at my ailerons and elevators as I moved my stick and they basically didn't move.  I thought ok, maybe they'll respond normally once I'm airborne.  But as I took the runway and attempted to take off, it was pretty much dead stick.  I could steer down the runway, but pulling all the way back on the stick did nothing.  Eventually the aircraft got airborne just from sheer speed, but I still had no control over pitch, and I also couldn't turn. 
</p>

<p>
	I'm sure I missed something during the start up.  Are there hydraulic switches I didn't see, and if so where?  I see something in the normal procedures checklist about removing control locks?  I couldn't find anything in the VC about that, and manipulating the stick did move the yokes in the VC.  So if anyone could shed light on what I did wrong, I appreciate it.  I'm sure it's just my unfamiliarity with this type of aircraft and it's normal procedures.
</p>

<p>
	Thanks.
</p>
]]></description><guid isPermaLink="false">579554</guid><pubDate>Mon, 10 Aug 2020 11:25:36 +0000</pubDate></item><item><title>Rafael Ledezma Power Setting Table Modifications</title><link>https://dev.avsim.com/forums/topic/573427-rafael-ledezma-power-setting-table-modifications/</link><description><![CDATA[
<p>
	I am not a real pilot. Has anyone already tested the "Rafael Ledezma Power Setting Mod" and can tell me if the engine and flight behavior is more realistic?
</p>

<p>
	<a href="https://library.avsim.net/esearch.php?DLID=&amp;Name=&amp;FileName=alabeo_c421_golden_eagle_383068.zip&amp;Author=&amp;CatID=root" rel="external nofollow">Link to AVSIM Library</a>
</p>

<p>
	I think that the engine start (now you have to give a little thrust), the climb rate and the corresponding speed have changed positively.
</p>

<p>
	<br />
	PS: But now I need much more time at the start to accelerate to 100 Kts. The runway in EDHK is almost not enough anymore <span class="ipsEmoji">😬</span>
</p>
]]></description><guid isPermaLink="false">573427</guid><pubDate>Fri, 17 Apr 2020 18:27:52 +0000</pubDate></item><item><title>Pressurization System</title><link>https://dev.avsim.com/forums/topic/540812-pressurization-system/</link><description><![CDATA[
<p>
	I found two issues with the cabin pressurization system. First, it seems to have some autonomous functionality. That is, it will pressurize itself without input from the pilot. Second, when the pressure exceeds the max level (which appears to be near 5.6 psi), it just keeps on climbing without a warning popping up on the annunciator. (The warning light is there...you can see when testing the annunciator). 
</p>

<p>
	But perhaps that's just me. The Beech C90 GTX seems to have a functioning pressure system so why wouldn't Car-Ala use the same code and make every aircraft pressure system functional. 
</p>

<p>
	I'll submit a ticket but I'm sure I'll just have to live with it. 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">540812</guid><pubDate>Mon, 20 Aug 2018 19:07:52 +0000</pubDate></item><item><title>Speed at Cruise Altitude</title><link>https://dev.avsim.com/forums/topic/572119-speed-at-cruise-altitude/</link><description><![CDATA[
<p>
	My current IAS at FL200 is 159kts | 183mph; 206kts GS
</p>

<p>
	Head wind 14kts. Aircraft at MTOW.
</p>

<p>
	manifold pressure: 30.2 in Hg | 1703 RPM| 
</p>

<p>
	Throttle at 77% | Props at 52% | Mixture at 30%
</p>

<p>
	Using Bernt’s FDE.
</p>

<p>
	Running very smooth but certainly cannot get max cruising speed.
</p>

<p>
	How are the results above?
</p>
]]></description><guid isPermaLink="false">572119</guid><pubDate>Thu, 26 Mar 2020 02:31:44 +0000</pubDate></item><item><title>Problem with climbing, speed and AP pitch</title><link>https://dev.avsim.com/forums/topic/571943-problem-with-climbing-speed-and-ap-pitch/</link><description><![CDATA[
<p>
	Greetings all,
</p>

<p>
	I cannot after many attempts climb any higher after reaching around 11000 feet.
</p>

<p>
	The vertical speed levels off because the c421 cannot maintain enough forward momentum as the speed bleeds off. Even after having the throttle at max, it has no affect. AP pitch setting functions intermittently.
</p>

<p>
	Can anyone advise how I can fix the issues?
</p>

<p>
	I’ve reverted back to my trusty F1 B200 Super King Air for the time being.
</p>
]]></description><guid isPermaLink="false">571943</guid><pubDate>Sun, 22 Mar 2020 07:00:29 +0000</pubDate></item><item><title>What exactly version of C421C is simulated</title><link>https://dev.avsim.com/forums/topic/568379-what-exactly-version-of-c421c-is-simulated/</link><description><![CDATA[
<p>
	I know it sounds kind of stupid, but I wonder what year is "source" aircraft?
</p>

<p>
	On eBay and some other sites you can fine various copies of C421C manuals. Typically you can choose a year of make. Hence before investing $30+ I would like to make sure I buy the one I have in my hangar <span class="ipsEmoji">😉</span>
</p>

<p>
	I know there's one version circulating online but it's poor quality xerox.
</p>

<p>
	 
</p>

<p>
	Cheers,
</p>

<p>
	Andrzej
</p>
]]></description><guid isPermaLink="false">568379</guid><pubDate>Sat, 21 Dec 2019 20:14:30 +0000</pubDate></item><item><title>Bernt Stolle FDE</title><link>https://dev.avsim.com/forums/topic/569067-bernt-stolle-fde/</link><description><![CDATA[
<p>
	Popped up a few days ago at flightsim.com.  Anyone try this out?  Or is this one we already have and know about? 
</p>

<p>
	Also one for the PC-12 but I think Bernt made one available earlier for the Pilatus. I don't want to swap these in and inadvertently lose possible mods e.g. from Bert and others.
</p>
]]></description><guid isPermaLink="false">569067</guid><pubDate>Mon, 06 Jan 2020 11:16:06 +0000</pubDate></item><item><title>Fuel</title><link>https://dev.avsim.com/forums/topic/568395-fuel/</link><description><![CDATA[<p>
	How do you calculate the fuel consumption?
</p>]]></description><guid isPermaLink="false">568395</guid><pubDate>Sun, 22 Dec 2019 07:44:54 +0000</pubDate></item><item><title>Installation Question</title><link>https://dev.avsim.com/forums/topic/568198-installation-question/</link><description><![CDATA[
<p>
	Hello,,
</p>

<p>
	Just purchased the Alabeo C421 Golden Eagle, and looking to perform the install. Can this aircraft be installed using the newer P3D XML-method (P3D Add-on Aircraft folder), or must it be installed via the more classical method, i.e. directly into the P3D/SimObjects/Airplanes folder?? 
</p>

<p>
	Thanks for any help you can provide.
</p>

<p>
	Mike
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">568198</guid><pubDate>Tue, 17 Dec 2019 00:52:53 +0000</pubDate></item></channel></rss>
