Machine fuel usage (Aerius Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
==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: | * 40 l / year for category: Stage-IV, 2014-2018, 56-75 kW, diesel, SCR: ja | ||
* 10 l / year for category: | * 10 l / year for category: Stage-IIIA, 2006-2010, 56-75 kW, diesel, SCR: nee | ||
First we have to map the categories to an index. According to the [[Machine_category_index_(Aerius_Overlay)#Construction machine categories|machine category table]]: | 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-IV, 2014-2018, 56-75 kW, diesel, SCR: ja has index 18 | ||
* | *Stage-IIIA, 2006-2010, 56-75 kW, diesel, SCR: nee has index 9 | ||
The attribute for the MACHINE_CONSTRUCTION_CATEGORY key for building ''b'' should then be set to: | The attribute for the [[Machine_category_index_(Aerius_Overlay)|MACHINE_CONSTRUCTION_CATEGORY]] key for building ''b'' should then be set to: | ||
[ | [18,9] | ||
The attribute for the MACHINE_FUEL_USAGE key for building ''b'' should then be set to: | The attribute for the [[Machine_fuel_usage_(Aerius_Overlay)|MACHINE_FUEL_USAGE]] key for building ''b'' should then be set to: | ||
[40,10] | [40,10] | ||
Revision as of 14:58, 25 February 2022
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, 2014-2018, 56-75 kW, diesel, SCR: ja
- 10 l / year for category: Stage-IIIA, 2006-2010, 56-75 kW, diesel, SCR: nee
First we have to map the categories to an index. According to the machine category table:
- Stage-IV, 2014-2018, 56-75 kW, diesel, SCR: ja has index 18
- Stage-IIIA, 2006-2010, 56-75 kW, diesel, SCR: nee has index 9
The attribute for the MACHINE_CONSTRUCTION_CATEGORY key for building b should then be set to: [18,9]
The attribute for the MACHINE_FUEL_USAGE key for building b should then be set to: [40,10]
See also
- Machine category index (Aerius Overlay)
- The Demo Aerius Project to see an example of an Excel Panel for choosing the machine category and filling in the fuel usage.