Machine fuel usage (Aerius Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{unavailable}}
{{Overlay keys|<onlyinclude>
{{Overlay keys|<onlyinclude>
{{Overlay keys|type=row|overlay=Aerius
{{Overlay keys|type=row|overlay=Aerius
|key=MACHINE_FUEL_USAGE
|key=MACHINE_FUEL_USAGE
|unit=liter/year
|unit=liter/year
|description=An array containing the fuel usages per [[Machine_category_index_(Aerius_Overlay))#Construction machine categories|construction machine category]].
|description=The fuel usage per [[Machine_category_index_(Aerius_Overlay)#Building machine categories|building machine category]] in liter per year.
|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 [[[[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)#Building machine categories|building machine category]]. When multiple construction machine categories are chosen, this attribute should contain multuple fuel usages and becomes an array.


==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: STAGE I, 130 – 560 kW, bouwjaar 1999/01, Cat. A 
* 40 l / year for category: Stage-IV, 2014-2018, 56-75 kW, diesel, SCR: ja
* 10 l / year for category: STAGE III B, 130 – 560 kW, bouwjaar 2011/01, Cat. L
* 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:
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 I, 130 – 560 kW, bouwjaar 1999/01, Cat. A has index: 3
*Stage-IV, 2014-2018, 56-75 kW, diesel, SCR: ja has index 18
* STAGE III B, 130 – 560 kW, bouwjaar 2011/01, Cat. L has index 14
*Stage-IIIA, 2006-2010, 56-75 kW, diesel, SCR: nee has index 9


The attribute for the MACHINERY_FUEL_USAGE 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]


[ 0 , 0 , 0 , 40 , 0 , 0  , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 10 , 0 , 0 , 0 , 0 , 0 ]
The attribute for the [[Machine_fuel_usage_(Aerius_Overlay)|MACHINE_FUEL_USAGE]] key for building ''b'' should then be set to:
[40,10]


{{AeriusOverlay sector attribute nav}}


==See also==
==See also==
* [[Machine_category_index_(Aerius_Overlay))#Construction machine categories|construction machine category]]
* [[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.
 
{{AeriusOverlay sector attribute nav}}

Latest revision as of 13:52, 3 November 2023

This functionality is currently unavailable or non-functional.

This attribute defines the fuel usage in liter per year for the used building 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