January 2, 200323 yr Hi All,is it possible to limit the throttle range with a XML Gauge? The reason for this asking is that I'm making a new Panel which have this function to provide a too high N1/Torque and EGT. It's not an Autothrottle just a limiter. I saw such a function in the Dash 8 (?) Panel, so I think it should be possible. Does anybody know how to realize this?Best RegardsMatthias
January 2, 200323 yr This should limit the THROTTLE_1 to 75%:<Value>(A:general eng1 throttle lever position,part) 0.75 > if{ 0.75 16384 * int (*KEY_THROTTLE1_SET requires 16k*) (>K:THROTTLE1_SET) }</Value>Arne Bartels
January 2, 200323 yr Hi Arne,That did the trick. Thank you for the tip. Could also be useful for other functions I need.Matthias
Create an account or sign in to comment