Machine fuel usage (Aerius Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
|key=MACHINE_FUEL_USAGE | |key=MACHINE_FUEL_USAGE | ||
|unit=liter/year | |unit=liter/year | ||
|description=An array containing the fuel usages per [[Machine_category_index_(Aerius_Overlay | |description=An array containing the fuel usages per [[Machine_category_index_(Aerius_Overlay)#Construction machine categories|construction machine category]]. | ||
|icon=aeriuswizard_icon_machinery_fuel_usage.png | |icon=aeriuswizard_icon_machinery_fuel_usage.png | ||
}}</onlyinclude>}} | }}</onlyinclude>}} | ||
This attribute defines the fuel usage in liter per year for the used [[[[Machine_category_index_(Aerius_Overlay | This attribute defines the fuel usage in liter per year for the used [[[[Machine_category_index_(Aerius_Overlay)#Construction machine categories|construction machine category]]. When multiple construction machine categories are chosen, this attribute should contain multuple fuel usages and becomes an array. | ||
==Example== | ==Example== |
Revision as of 10:44, 11 January 2021
Icon | Key | Unit | Range | Description | Default value |
---|---|---|---|---|---|
MACHINE_FUEL_USAGE | liter/year | An array containing the fuel usages per construction machine category. | n/a |
This attribute defines the fuel usage in liter per year for the used [[construction machine category. When multiple construction machine categories are chosen, this attribute should contain multuple fuel usages and becomes an array.
Example
We have the following fuel usages for the construction of building b.
- 40 l / year for category: STAGE I, 130 – 560 kW, bouwjaar 1999/01, Cat. A
- 10 l / year for category: STAGE III B, 130 – 560 kW, bouwjaar 2011/01, Cat. L
First we have to map the categories to an index:
- STAGE I, 130 – 560 kW, bouwjaar 1999/01, Cat. A has index: 3
- STAGE III B, 130 – 560 kW, bouwjaar 2011/01, Cat. L has index 14
The attribute for the MACHINERY_FUEL_USAGE key for building b should then be set to:
[ 0 , 0 , 0 , 40 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 10 , 0 , 0 , 0 , 0 , 0 ]