Machine operating hours (Aerius Overlay): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Overlay keys|<onlyinclude> {{Overlay keys|type=row|overlay=Aerius |key=MACHINE_OPERATING_HOURS |unit=hours |description=The hours operated per Machine_category_index_(Aeri...") |
No edit summary |
||
(2 intermediate revisions by 2 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_OPERATING_HOURS | |key=MACHINE_OPERATING_HOURS | ||
|unit=hours | |unit=hours | ||
|description=The hours operated per [[Machine_category_index_(Aerius_Overlay)# | |description=The hours operated per [[Machine_category_index_(Aerius_Overlay)#Building machine categories|building machine category]] in hours. | ||
|icon= | |icon= | ||
}}</onlyinclude>}} | }}</onlyinclude>}} | ||
This attribute defines the operating hours for the used [[Machine_category_index_(Aerius_Overlay)# | This attribute defines the operating hours 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 multiple operating hours and becomes an array. | ||
==Example== | ==Example== | ||
Line 14: | Line 15: | ||
* 100 hours for category: Stage-IIIA, 2006-2010, 56-75 kW, diesel, SCR: nee | * 100 hours 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_index_(Aerius_Overlay)# | First we have to map the categories to an index. According to the [[Machine_category_index_(Aerius_Overlay)#Building machine categories|machine category table]]: | ||
* Stage-IV, 2014-2018, 56-75 kW, diesel, SCR: ja has index 18 | * 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 | * Stage-IIIA, 2006-2010, 56-75 kW, diesel, SCR: nee has index 9 |
Latest revision as of 13:51, 3 November 2023
This functionality is currently unavailable or non-functional.
Icon | Key | Unit | Range | Description | Default value |
---|---|---|---|---|---|
MACHINE_OPERATING_HOURS | hours | The hours operated per building machine category in hours. | n/a |
This attribute defines the operating hours for the used building machine category. When multiple construction machine categories are chosen, this attribute should contain multiple operating hours and becomes an array.
Example
We have the following fuel usages for the construction of building b:
- 400 hours for category: Stage-IV, 2014-2018, 56-75 kW, diesel, SCR: ja
- 100 hours 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_OPERATING_HOURS key for building b should then be set to: [400,100]
See also