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 7: Line 7:
}}</onlyinclude>}}
}}</onlyinclude>}}


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.
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==

Revision as of 10:45, 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