Profile image

How to make FT slats?

27.8k Dragoranos  2.4 years ago

For those who don't know, they serve to increase the AoA for landings, thus allowing landings at lower speeds.

How to make one with FT?

(-AngleOfAttack > 15 & GearDown & IAS > 20)

This is my current code
It's not dynamic and that's the problem...
This means that: Or its deployed, or its not, there is no 0.5, 0.75 etc.
This makes it have bad functionality.

Summary:

How to make the slat always stay in an optimal angle?
This is of course below e.g. 600kp/h as slats cannot be deployed at high speed.

Note: I'm looking for a simpler one like the F-5, which just drops like a flap.

  • Log in to leave a comment
  • Profile image
    27.8k Dragoranos

    @Titaninfernal1 ok kkkkkk

    2.3 years ago
  • Profile image

    @Dragoranos sei lá, to colocando os votos em dia, faz um tempinho que não entro no site

    2.3 years ago
  • Profile image
    27.8k Dragoranos

    @Titaninfernal1

    Por que você ta votando em varios posts meus

    Valeu, aliás

    +1 2.3 years ago
  • Profile image
    27.8k Dragoranos

    @ZeroWithSlashedO mmm

    I'm testing a lot of codes now
    Thank you anyway

    My new plane will use one of these codes

    +1 2.4 years ago
  • Profile image

    I personally use clamp01(GS>certainspeed ? AngleOfAttack/20 : 1) for slats
    for your code hmm
    maybe GS<166.6 ? VTOL : 0?
    I mean you can't really adjust manual slats if you want different angles without the trim or vtol slider
    that is if you want to have it not just in the cockpit but in the ui

    +2 2.4 years ago