Configuration
This plugin is not enabled by default. You can enable it by FWOT (aircraft). Here is the list of properties you need to set in order to make the plugin work
Fwot props:
FwFuelsaveEnabled
true
If not exactly true
, then the plugin is not enabled for this FWOT
ApuType
ex.: APS3200, APS5000
The APU type. It is used to compute specific consumptions and manage the different APU modes. The exhaustive list is here...
You must define the following constants:
FUELSAVE_OVERRUN_PREDEPARTURE
30
Max APU runtime in pre departure mode before generating an overrun
FUELSAVE_OVERRUN_MAINTENANCE
60
Max APU runtime in maintenance mode before generating an overrun
FUELSAVE_OVERRUN_ARRIVAL
15
Max APU runtime in arrival mode before generating an overrun
APU_FUEL_TO_CO2
3.76
Physic constant, please do not change : Kg of CO2 per Kg of fuel
APU_FUEL_COST
1.12
Fuel cost, in $/kg
UPLINKS_INTERVAL
10
Please do not modify
FUELSAVE_DL_MAIL
[]
Recipients of overrun alerts
You must also add the following documents:
FW_FUELSAVE_OVERRUN_EMAIL_TEMPLATE
HTML template for the email that is sent to the FUELSAVE_DL_MAIL recipient (see constants) when an overrun is triggered
FW_FUELSAVE_GENERAL_EMAIL_TEMPLATE
new HTML template for the email that is sent to the FUELSAVE_DLMAIL recipient (see constants) when an overrun is triggered/DUAL_USE/Battery monitoring.
FW_FUELSAVE_APU_CONSUMPTION
Reference document that defines the fuel consumption for each APU and APU mode
Finally, you must set/update the two following app config:
DO_UPLINK
true
SEND_MAIL
true
Last updated
Was this helpful?