Machine fuel usage (Aerius Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
|key=MACHINE_FUEL_USAGE | |key=MACHINE_FUEL_USAGE | ||
|unit=liter/year | |unit=liter/year | ||
|description= | |description=The fuel usage per [[Machine_category_index_(Aerius_Overlay)#Construction machine categories|construction machine category]] in liter per year. | ||
|icon=aeriuswizard_icon_machinery_fuel_usage.png | |icon=aeriuswizard_icon_machinery_fuel_usage.png | ||
}}</onlyinclude>}} | }}</onlyinclude>}} | ||
Line 10: | Line 10: | ||
==Example== | ==Example== | ||
We have the following fuel usages for the construction of building ''b'' | We have the following fuel usages for the construction of building ''b'': | ||
* 40 l / year for category: STAGE | * 40 l / year for category: STAGE IV, 56 <= kW < 75, bouwjaar 2015 (Diesel) | ||
* 10 l / year for category: STAGE | * 10 l / year for category: STAGE II, >= 225 cc, bouwjaar 2007 (4-Takt) | ||
First we have to map the categories to an index: | First we have to map the categories to an index. According to the [[Machine_category_index_(Aerius_Overlay)#Construction machine categories|machine category table]]: | ||
* STAGE | * STAGE IV, 56 <= kW < 75, bouwjaar 2015 (Diesel) has index 56 | ||
* STAGE | * STAGE II, >= 225 cc, bouwjaar 2007 (4-Takt) has index 68 | ||
The attribute for the | The attribute for the MACHINE_CONSTRUCTION_CATEGORY key for building ''b'' should then be set to: | ||
[56,68] | |||
[ | The attribute for the MACHINE_FUEL_USAGE key for building ''b'' should then be set to: | ||
[40,10] | |||
==See also== | ==See also== | ||
* [[Machine category index (Aerius Overlay)]] | * [[Machine category index (Aerius Overlay)]] | ||
{{AeriusOverlay sector attribute nav}} |
Revision as of 11:03, 11 January 2021
Icon | Key | Unit | Range | Description | Default value |
---|---|---|---|---|---|
MACHINE_FUEL_USAGE | liter/year | The fuel usage per construction machine category in liter per year. | 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 IV, 56 <= kW < 75, bouwjaar 2015 (Diesel)
- 10 l / year for category: STAGE II, >= 225 cc, bouwjaar 2007 (4-Takt)
First we have to map the categories to an index. According to the machine category table:
- STAGE IV, 56 <= kW < 75, bouwjaar 2015 (Diesel) has index 56
- STAGE II, >= 225 cc, bouwjaar 2007 (4-Takt) has index 68
The attribute for the MACHINE_CONSTRUCTION_CATEGORY key for building b should then be set to: [56,68]
The attribute for the MACHINE_FUEL_USAGE key for building b should then be set to: [40,10]
See also