Landing gear lights

  • Hello,

    I'm trying to control the on/off function of the lighting mounted on the nose landing gear leg using the landing gear retraction control.

    It works, but the lighting turns on when the landing gear is retracted.

    SIMU : EasyFly 4 | AeroFLy 5.7 | RC7 | RC8 | RC9| RC10 | FS2
    RADIO : Graupner MC-18 | Easy Commander | Jeti DC14 | Flysky i6S FS-i6 | Flysky FS SM001
    SYSTEM : Windows 10 64bits | Intel Core i9-10900KF, 10x 3.70GHz |MSI MPG Z490 Gaming Plus |NVIDIA GeForce RTX 3060 MSI Gaming X Trio 12Go | 32 Go DDR4-3200 G.Skill RipJaws V | 2 *1To Crucial P1 (SSD M2) | 1*2To USB

    Jaria-simulator | 360 ° panoramas of RC airfields
    Youtube channel | TMD genrerator Jaria

  • thank you jet-Pack,
    i added au new gear sequence for ligthting gear

    it' work now ;)

    SIMU : EasyFly 4 | AeroFLy 5.7 | RC7 | RC8 | RC9| RC10 | FS2
    RADIO : Graupner MC-18 | Easy Commander | Jeti DC14 | Flysky i6S FS-i6 | Flysky FS SM001
    SYSTEM : Windows 10 64bits | Intel Core i9-10900KF, 10x 3.70GHz |MSI MPG Z490 Gaming Plus |NVIDIA GeForce RTX 3060 MSI Gaming X Trio 12Go | 32 Go DDR4-3200 G.Skill RipJaws V | 2 *1To Crucial P1 (SSD M2) | 1*2To USB

    Jaria-simulator | 360 ° panoramas of RC airfields
    Youtube channel | TMD genrerator Jaria

  • Instead of input position 0 0 1 and output position 1 0 0 try it with 0 1 and 1 0.

    Otherwise you have defined the input 0 twice, once with output 1 and once with output 0, which is logically incorrect and can cause unpredictable behavior.

    Mathematically speaking the list of values in the input array must be strictly ascending. No two inputs must be the same.