Machine fuel usage (Aerius Overlay): Difference between revisions

From Tygron Support wiki
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=An array containing the fuel usages per [[Machinery fuel usage (Aerius Overlay)#Construction machine categories|construction machine category]].
|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 construction machine category. When multiple construction machine categories are chosen, this attribute should contain multuple fuel usages and becomes an array.
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==
Line 24: Line 23:


{{AeriusOverlay sector attribute nav}}
{{AeriusOverlay sector attribute nav}}
==See also==
* [[Machine_category_index_(Aerius_Overlay))#Construction machine categories|construction machine category]]

Revision as of 10:43, 11 January 2021

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 ]



See also