November 19, 20178 yr The angle of attack gauge works very well in the airplane. The angle of attack indication on the EADI however, is not correct and does not mirror the gauge. I found that Carenado was using a variable that does not exist in the P3Dv4 SDK in the computation. I modified the code and with this mod the EADI AOA indication is corrected. In the gauge files "Gauge_EFIS550_EADIVC.xml" and "Gauge_EFIS550_EADI.xml" find the following entry: "<Script>(A:SIM ON GROUND,bool) if{ 0 } els{ (A:INCIDENCE ALPHA, number) (A:STALL ALPHA, number) / }</Script>" Replace it with this: "<Script>(A:SIM ON GROUND,bool) if{ 0 } els{ (A:Angle of attack indicator, number) 1.88 - /-/ }</Script>"
November 19, 20178 yr Interesting.. would this be true for the PC12 as well? Edit: my first test shows that indeed the same problem/solution exists for the PC12 Bert
November 19, 20178 yr Author 9 hours ago, Bert Pieke said: Interesting.. would this be true for the PC12 as well? Edit: my first test shows that indeed the same problem/solution exists for the PC12 Don't know. I don't have the PC12.
December 11, 20178 yr Hi Folks, Nice to see the fix it folks hard at work here too - you spoiled me with the PC12 - I'll give this a shot... Regards, Scott
Archived
This topic is now archived and is closed to further replies.