Well i want to make my self a stall alarm and im wondering on how to do it by making my beacon light up when it reaches a specific speed and it will only activate if it is at the specific altitude. Is it possible to do using GS & Altitude Agl???
Well i want to make my self a stall alarm and im wondering on how to do it by making my beacon light up when it reaches a specific speed and it will only activate if it is at the specific altitude. Is it possible to do using GS & Altitude Agl???
@PX41SERUM01 if you're making a stall alarm you might want to use IAS instead of GS. So use agl altitude like you're doing already to make sure the plane is in the air and IAS < whatever value is too slow for your specific plane. If you want to be fancy you can include angle of attack as well, but in my experience PitchAngle is more accurate
I tried this before `AltitudeAgl > 130 & GS <170
@Eggplant do you know how can i use them?? Like the GS will only activate if the the plane is at the right altitude???
yes you can use the
input
property