March 19, 200521 yr Hallo,Is there a clever way to circumvent the eventfiring when you are planning to use a code like:(L:N1,number) 163.84 * (>K:THROTTLE_SET) ???I am still busy with Thrustmode and N1 limiter.Jan"Beatus Ille Procul Negotiis" Jan "Beatus ille qui procul negotiis..."
March 19, 200521 yr Hi Jan,Same as all other events: first check if it's necessary that the event is given.E.g:(A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) (L:N1,number) - abs 1.0 >if{ (L:N1,number) (>K:THROTTLE_SET) }Of course the threshold 1.0 (in %) can be narrowed to make it more accurate, but then the test might be TRUE just because of a "jittering" thottle axis.Cheers, Rob
March 21, 200521 yr Author If you absolutely need to trigger events on a cycle, you can just trigger the event once a second (or more...). It will make your system less reactive, but it will prevent the "event fire" effect.Eric My Web Site
Create an account or sign in to comment