[M2000C] ECM

HotStick !!! Fais chauffer l'imprimante !!!
Répondre
Avatar de l’utilisateur
Soldat
Messages : 68
Inscription : 19 oct. 2016, 14:08
Localisation : Puyvert

[M2000C] ECM

Message par Soldat »

Yo tout le monde,

Voici un récapitulatif des programmes que nous disposons par défaut sur le M2000C :
Both buttons are configured under HOTAS as follows:

FLARE release is now DECOY Release.
CHAFF release is now PANIC Release.

The decoy release system works as follows:
Image

Note: Automatic Release is not functional at this time. It will behave as Semi Automatic Release.

The default decoy release program is the following:
Image

It is our intention that the release programs are user modified. But that feature is not available at this time.

PANIC program as it name implies is to be used when you are unexpectedly attacked. It releases a fixed mix of chaff and flares to deal with either IR or Radar threats. The mix in PANIC program cannot be modified by the user. It is designed for air-to-air threats.

BVR 1 to BVR 3 programs are to be used when engaging in BVR combat. Since the threat will come from radar guided missiles, only chaff will be released. Depending on the expected threat, from SARH to ARH you can select between 1 to three cycles of chaff launch. There is a 2 second interval between each release cycle in BVR 2 and BVR 3, to allow time for you to clear the threat zone.

SAM 1 is to be used against old technology SAMs like the SA-2 or SA-6.
SAM 2 is to be used against new technology SAMs like the SA-10 and higher.

IR SAM is to be used when the threats come from any type of IR guided missile. But it is specially tailored to deal with MANPADs and mobile SAM sites.

AG Mix is designed to be used during the insertion phase in a bombing run when the target is heavily defended.

Flare Jettison: releases all the flares in a short timed burst.

All the programs here detailed can be used with the internal chaff and flare loads. Using the éclair pod will increase the number of times you can use a given program.

NB: This is how the real aircraft releases its decoys. All the programs, including PANIC are not based on any real life decoy release program. We created them by trying to maximize the use of the available chaff and flare stores.

Depuis l'update 1 de la 1.5.5, il est maintenant possible de modifier les programmes établi par défaut et ainsi créer ses propres programmes grâce aux informations suivantes :
To modify the CMD program you must edit the

../../Cockpit/Scripts/SPIRALE.lua file

you will see something like this:
programs = {}

-- User Modifiable program
programs[1] = {}
programs[1]["chaff"] = 6
programs[1]["flare"] = 0
programs[1]["intv"] = 50
programs[1]["cycle"] = 1
programs[1]["c_intv"] = 0
programs[1]["panic"] = 0

...

programs[10] = {}
programs[10]["chaff"] = 0
programs[10]["flare"] = 32
programs[10]["intv"] = 25
programs[10]["cycle"] = 1
programs[10]["c_intv"] = 0
programs[10]["panic"] = 0
You have to modify the programs[n][x] entries:
chaff = number of chaff bundles to be released
flare = number of flares to be released
intv = time interval between each release
cycle = how many times will the program be repeated
c_intv = time interval between program cycles
panic = not used.

You cannot modify the PANIC program (6 chaff + 3 flares).

The entries 1 thru 10 must exist, otherwise an error will occur.
There must be 10 entries exactly.
Keep the existing index order, otherwise there is a high probability that the programs will get reordered on aircraft load and you won't know how it was reordered.

Source : https://forums.eagle.ru/showthread.php?t=175115

Voilà voilà :beer:

Avatar de l’utilisateur
HotStick
Messages : 3778
Inscription : 28 oct. 2011, 10:59
Localisation : Marseille
Contact :

Re: [M2000C] ECM

Message par HotStick »

Merci Soldat, très bonne info ;)

Répondre