Profile image

Missile warning beacon lights?

13.2k brians1209  4.0 years ago

How can I make missile warning beacon lights?
I need it for my RWR.

  • Log in to leave a comment
  • Profile image

    @aeaeaeaeae ok now im a stupid guy and now idk how

    1.2 years ago
  • Profile image

    can anyone tell me how to input command expression ?

    1.2 years ago
  • Profile image
    1,586 Whatseatoya

    @edensk I did it dare too late.. I uploaded the aircraft..

    +5 3.0 years ago
  • Profile image
    16.4k edensk

    @Whatseatoya that's strange considering you typed it correctly.
    Unless you did it in the designer, of course...

    3.0 years ago
  • Profile image
    1,586 Whatseatoya

    @edensk bro it said "command "DebugExpression" not found" :/

    3.0 years ago
  • Profile image
    13.2k brians1209

    @edensk thank you very much for helping!!!! :)

    +1 4.0 years ago
  • Profile image
    16.4k edensk

    (GS > 0.1)*(round(-AngleOfAttack) > 7)*(AltitudeAgl > 1.91)
    for stall
    gtg now

    +4 4.0 years ago
  • Profile image
    13.2k brians1209

    @edensk ok

    4.0 years ago
  • Profile image
    16.4k edensk

    If you published it unlisted and tagged me there it would be nice

    +1 4.0 years ago
  • Profile image
    13.2k brians1209

    @edensk Thanks. Do i have to send you the plane??

    4.0 years ago
  • Profile image
    16.4k edensk

    Of course

    4.0 years ago
  • Profile image
    13.2k brians1209

    @edensk Yes! As long as you're okay

    4.0 years ago
  • Profile image
    16.4k edensk

    no risks


    oh, strange. I can do it for you if you want to though

    4.0 years ago
  • Profile image
    13.2k brians1209

    @edensk ummm... the command keyboard doesn't open..

    4.0 years ago
  • Profile image
    13.2k brians1209

    @edensk are there risks of doing it?

    4.0 years ago
  • Profile image
    16.4k edensk

    You have to use the dev console.
    You activate it like this and open it by pressing with three fingers.
    Once it's open you can run the command DebugExpression round(-AngleOfAttack*100)/100 to see your AoA. (this specific code is to show up to two decimal places)
    You can just do DebugExpresion -AngleOfAttack if you want to se the entire number.
    For altitude above terrain use DebugExpression AltitudeAgl, for example

    +1 4.0 years ago
  • Profile image
    13.2k brians1209

    @edensk Thanks but I don't know how to measure AoA...

    4.0 years ago
  • Profile image
    16.4k edensk

    Stall warning:

    (GS > 0.1)*(-AngleOfAttack > a)*(AltitudeAgl > b)
    a is the AoA at which the stall occurs
    b is the altitude in meters above terrain at which the aircraft no longer touches the ground (you can try with 2)


    Altitude warning:

    (AltitudeAgl > a)*(AltitudeAgl < b)*(rate(AltitudeAgl) > 1)
    a is the altitude above terrain in meters at which the aircraft no longer touches the ground (you can try with 2)
    b is the altitude above terrain in meters below which the warning will work
    1 is the climbrate in m/s above which the warning won't work (to make it not work during take-off)

    +5 4.0 years ago
  • Profile image
    13.2k brians1209

    @edensk Ummm... then do you know how to make stall warning or low altitude warning beacon lights?

    +1 4.0 years ago
  • Profile image
    16.4k edensk

    You can't

    +1 4.0 years ago