March 29, 200323 yr Hi!I've made a gauge (XML) for a friend, which beats time for switching the smoke system on or off! Code see below!But with the 'beat-line' the AP makes some problems: You can't enter the VS in 100ft-intervals. The intervals are now 1000ft steps. Why this??? What has a pulse gauge to do with an AP???Regards,Harry :-)(A:AIRSPEED INDICATED,knots) 60 > (A:AIRSPEED INDICATED,knots) 500 < &(A:Turb eng1 afterburner, bool) | (A:Turb eng2 afterburner, bool) | (A:Turb eng3 afterburner, bool) | (A:Turb eng4 afterburner, bool) | if{ (A:ATTITUDE INDICATOR PITCH DEGREES, degree) 2.5 >(A:AIRSPEED INDICATED, knots) 130 > &(A:AIRSPEED INDICATED, knots) 228 <& if{ (>K:SMOKE_ON) } els{ (P:ABSOLUTE TIME, seconds) 1 % 0.1 < if{ (>K:SMOKE_OFF) } els{ (>K:SMOKE_ON) } } } els{ (>K:SMOKE_OFF) }
April 2, 200323 yr Eugen,With another gauge i had the same problems.FSUIPC solved it for me.Check on(!) in the Technical Section: "fix control acceleration"Hope it helps.Jan Jan "Beatus ille qui procul negotiis..."
April 2, 200323 yr Sorry, slip of the keyboard; the message was for Harry.jan Jan "Beatus ille qui procul negotiis..."
Create an account or sign in to comment