... | ... | @@ -89,8 +89,11 @@ The energy_parameter specifies which value will be read from the ARIS database: |
|
|
|
|
|
A value of 'EnergyQuantity' will be used by default if you don't include this parameter.
|
|
|
####`energy_multiplier` Optional Parameter
|
|
|
The energy_multiplier is a multiplier that is used to scale the value that is read from the ARIS database when the energy_parameter is 'EnergyQuantity'. If you don't include the parameter, a value of 1.0 will be used by default. The value that is stored is calculated as:
|
|
|
[stored value] = [value from ARIS] / [total hours in the read period] * energy_multiplier
|
|
|
The energy_multiplier is a multiplier that is used to scale the value that is read from the ARIS database. If you don't include the parameter, a value of 1.0 will be used by default. The value that is stored is calculated as:
|
|
|
- For EnergyQuantity: `[stored value] = [value from ARIS] * energy_multiplier / [total hours in the read period]`
|
|
|
- For Costs: `[stored value] = [value from ARIS] * energy_multiplier / [standard length months in the read period]`
|
|
|
- For DemandUse: `[stored value] = [value from ARIS] * energy_multiplier`
|
|
|
|
|
|
####`expected_period_months` Optional Parameter
|
|
|
In rare cases where the normal read period for the energy usage is other than one month, you can enter a different number of months using this parameter. This value is used for estimating the previous read date when the date wasn't set for the previous entry in ARIS, and for detecting missing data when the previous read date is more than 1.75 * [expected period months] earlier than the current read date.
|
|
|
####Additional Required Settings
|
... | ... | |