Machine fuel usage (Aerius Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 25: | Line 25: | ||
==See also== | ==See also== | ||
* [[ | * [[Machine category index (Aerius Overlay))]] |
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 ]