Machine fuel usage (Aerius Overlay)
Revision as of 10:44, 11 January 2021 by Godelief@tygron.com (talk | contribs)
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 ]