Customized Warnings

I’m trying to create a warning message and / or aural alert in the case of an engine failure. My indicators for this would be:

Throttle Channel (Ch3) at its max value AND altitude is decreasing AND airspeed is not greater than value X (thus trying to rule out a dive to reach an airspeed)

I have been through the warning’s generator, and can achieve each of these individually, but can’t figure a way to trigger them conditionally.

Any thoughts appreciated.

Bill

Use the + mark on the right, this adds a child condition, which is in AND relation to the parent.
You can add as many child as you want.

1 Like

Thank you Andras !! If I can figure out how to show a steady decrease in altitude, this will solve my problem. I’m half way there !! Thank you.

Bill

A small plugin can do wonders.

1 Like

I have made warning plugin following your advice, several weeks ago.

Thank you.