June 29, 200619 yr I have been using a Airbus Panel downloaded from the Library, and am using it in the iFDG A318. The Upper ECAM/E/WD is not that easy to read so decide to make my own. I have found pictures of the Real A318 Upper ECAM/E/WD, and have made Bitmaps that look the same.Have sorted all the other things out, and all I need to do is sort the Flap Gauge out, From the information I have found out the Flaps work like this on the ground : 0,1+F,2,3,Full. and in the Air 0,1,2,3,Full. The Problem I have is how do you get it to miss 1 when on the ground and 1+F when in the air.My Flap Gauge Value. (A:Trailing edge flaps0 right angle,degrees) This work perfectly, if I wanted the Flaps to Work like this 0,1,1+F,2,3,Full.I have tried.(A:Trailing edge flaps0 right angle,degrees) if{ 1 (A:Trailing edge flaps0 right angle,degrees) 10 (>A:Trailing edge flaps0 right angle,degrees) } I have also tried (A:Trailing edge flaps0 right angle,degrees) if{ 1 (>K:FLAPS_2) } This set the flaps to 1+F missing 1, but then all the other flap positions do not work.I was trying to keep the code simple, so have not added sim on the ground, which is the Var I will proberly use when I finally get a code to miss flap 1 when on the ground. Have not really thought about when in the air maybe Radio Height ????Thanks in advance for any help.
Create an account or sign in to comment