Jump to content

New K:EVENT flood with the 1.1 version


JardY

Recommended Posts

Hi Joshua (and the dev team) :)

Just to inform you, that the FLAPS_SET event is flooded in the APLOGIC2.xml

At the line : (L:FLAPS_LVR, number) 5 / 16383 * (> K:FLAPS_SET)

You should test the L:FLAPS_LVR value before (re)call the K:FLAPS_SET.

Thanks to your L:FLAPS_LVR_hist value, you can do that without difficulty :

(L:FLAPS_LVR, number) (L:FLAPS_LVR_hist, number) != if{
(L:FLAPS_LVR, number) 5 / 16383 * (> K:FLAPS_SET)
}

Good work and thanks for the release of the SP1 ! The improvments work well !

JardY.

Link to comment
Share on other sites

Hi Joshua (and the dev team) :)

Just to inform you, that the FLAPS_SET event is flooded in the APLOGIC2.xml

At the line : (L:FLAPS_LVR, number) 5 / 16383 * (> K:FLAPS_SET)

You should test the L:FLAPS_LVR value before (re)call the K:FLAPS_SET.

Thanks to your L:FLAPS_LVR_hist value, you can do that without difficulty :

(L:FLAPS_LVR, number) (L:FLAPS_LVR_hist, number) != if{

(L:FLAPS_LVR, number) 5 / 16383 * (> K:FLAPS_SET)

}

Good work and thanks for the release of the SP1 ! The improvments work well !

JardY.

Hi JardY

Congratulations

Good patch

Michel

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy & Terms of Use