UtilityCost Tariff Demand Charges based on max demand in interval
I have to implement a demand charge block that is based on the maximum demand in a 30-minute interval and then applies the rate 1. x per kW for billing period, plus (highest measured 30-minute interval kW demand billing period) 2. y per kW of peak billing demand (highest measured 30-minute interval kW demand peak billing period)
How can this be done using EMS? Any other approach?
( This is part of the https://unmethours.com/question/20352... but I think it needs a separate thread.)
Comments
Complex Tariff Modeling section is also not suitable for finding the demand charges as its dependent on finding the max demand for a 30-minute interval for billing and peak billing times.
To get a 30-minute interval for kW demand, use the UtilityCost:Tariff field called Demand Window Length and set it to HalfHour. Why are you saying that is not suitable?
I want to use these http://tampaelectric.com/files/tariff... Time of day rates (GSDT rate). And demand windows will be applicable for all the demand. The demand is to part one for base billing and PLUS demand for peak billing demand (which i think would need to be calculated for peak windows only). Any suggestions of implementing this?